Skip to main content

Cross-Agent Skill Bank, Transfer System, and Embedded Skill Substrate

Project description

neoskills

Cross-Agent Skill Bank, Transfer System, and Embedded Skill Substrate

neoskills manages skills as the common denominator across multiple agent ecosystems (Claude Code, OpenCode, OpenClaw). It maintains a canonical, portable master skill bank that you can view in one place, sync to GitHub, and deploy selectively to different agents, instances, and workflows.

Features

  • Canonical Skill Bank with LTM/STM memory model and variant support per agent
  • Multi-ecosystem discovery - scan Claude Code, OpenCode, and OpenClaw for installed skills
  • Bidirectional transfer - import skills into the bank, deploy them to any target
  • Symlink-based embedding - zero-copy, reversible projection into agent skill directories
  • Web acquisition - import from git repos, zip URLs, or raw file URLs
  • Git sync - version control your skill bank and push/pull to GitHub
  • Claude-powered enhancement - normalize, audit, generate variants, add docs/tests
  • Bundle management - group skills into deployable sets for workflows, teams, or machines
  • Plugin mode - runs inside Claude Code as an embedded plugin with agents and commands

Installation

pip install neoskills

Or with uv:

uv add neoskills

Quick Start

# Install from PyPI
pip install neoskills
# or with uv
uv add neoskills

# Initialize workspace
neoskills init

# Discover skills across your agent ecosystems
neoskills scan claude-code-user
neoskills scan opencode-local

# Import skills into the bank
neoskills import from-target claude-code-user --skill skill-discovery
neoskills import from-git https://github.com/your-org/skills-repo

# Deploy to a different agent
neoskills deploy skill skill-discovery --to opencode-local

# Embed bank into an agent via symlinks
neoskills embed --target claude-code-user
neoskills unembed --target claude-code-user

# Sync with GitHub
neoskills sync commit -m "Add new skills"
neoskills sync push

# Enhance with Claude
neoskills enhance audit --skill skill-discovery
neoskills enhance normalize --skill skill-discovery --apply

Architecture

~/.neoskills/
├── LTM/                        # Long-term portable knowledge
│   ├── myMemory/               # User-editable agent memory
│   │   ├── AGENTS.md           # Operating instructions
│   │   ├── SOUL.md             # Persona, boundaries, tone
│   │   ├── TOOLS.md            # Tool notes and conventions
│   │   ├── BOOTSTRAP.md        # First-run ritual
│   │   ├── IDENTITY.md         # Agent name, vibe, emoji
│   │   └── USER.md             # User profile and preferences
│   ├── bank/
│   │   ├── skills/             # Canonical skill bank
│   │   │   └── <skill_id>/
│   │   │       ├── canonical/  # Master copy
│   │   │       ├── variants/   # Agent-specific variants
│   │   │       ├── metadata.yaml
│   │   │       └── provenance.yaml
│   │   ├── plugins/
│   │   └── bundles/
│   ├── mappings/
│   │   ├── targets/            # Deployment target definitions
│   │   └── translators/
│   └── sources/
├── STM/                        # Short-term runtime artifacts
│   ├── sessions/
│   ├── runs/
│   ├── logs/
│   └── scratch/                # Embed backups
├── targets/
├── registry.yaml               # Master skill catalog
├── config.yaml                 # Configuration
└── state.yaml                  # Embed state

Targets

neoskills ships with four built-in targets:

Target Agent Discovery Path
claude-code-user Claude Code ~/.claude/skills
claude-code-plugins Claude Code ~/.claude/plugins/*/skills
opencode-local OpenCode ~/.config/opencode/skills
openclaw-custom OpenClaw (user-defined)

Add custom targets:

neoskills target add my-server \
  --agent-type claude-code \
  --discovery ~/.claude/skills \
  --install ~/.claude/skills

CLI Reference

Command Description
neoskills init Create ~/.neoskills/ workspace
neoskills target list|add Manage deployment targets
neoskills scan <target> Discover skills in a target
neoskills import from-target|from-git|from-web Import skills to bank
neoskills deploy skill|bundle --to <target> Deploy to a target
neoskills deploy create-bundle Create a skill bundle
neoskills embed|unembed Symlink projection into agents
neoskills sync status|commit|push|pull Git operations on bank
neoskills enhance <op> --skill <id> Claude-powered enhancement
neoskills validate [--skill <id>] Validate skills (structure, references)
neoskills install <skill_id>... One-step bank verify + embed
neoskills agent list|run List or run autonomous agents
neoskills config set|get|show Configuration management

Three Operating Modes

  1. External Orchestrator (default) - CLI runs independently, scans/imports/deploys across agents
  2. Agent-invoked Tool - Claude Code or OpenCode calls neoskills as a tool
  3. Embedded Plugin Mode - neoskills installs itself as a Claude Code plugin, exposing agents, skills, and the /ns command

Authentication

neoskills resolves authentication automatically:

  1. .env API key - loads from ./, .neoskills/, or ~/.neoskills/.env
  2. SDK subscription reuse - works inside Claude Code/Desktop with no API key
  3. Disabled - non-LLM features still work (scan, import, deploy, embed)

Development

# Clone and install
git clone https://github.com/neolaf2/neoskills
cd neoskills
uv sync --dev

# Run tests
uv run pytest -v

# Lint
uv run ruff check src/

# Run locally
uv run neoskills --help

Docker

docker build -t neoskills .
docker run -e ANTHROPIC_API_KEY=... neoskills scan claude-code-user

License

MIT - see LICENSE

Author

Richard Tong

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neoskills-0.2.0.tar.gz (93.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neoskills-0.2.0-py3-none-any.whl (48.2 kB view details)

Uploaded Python 3

File details

Details for the file neoskills-0.2.0.tar.gz.

File metadata

  • Download URL: neoskills-0.2.0.tar.gz
  • Upload date:
  • Size: 93.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neoskills-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2a0825239f1182cb290d33f107dd228e1d82c3fa3149d27a8d0adae64f634c17
MD5 8707f9546266e4133f34656463c90b94
BLAKE2b-256 80345f1d52b1d65f751b6b8ceede8753e7cb020d3e00f67c176b4f89241b07fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for neoskills-0.2.0.tar.gz:

Publisher: release.yml on neolaf2/neoskills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file neoskills-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: neoskills-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 48.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neoskills-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 02975903ddd53cf105329a05d58ff7bcfc9f31eb8757c3af4a236ab5b44d2b75
MD5 9e41308d614ddcbef12eedf2620360a9
BLAKE2b-256 1e69b2e10f72f1a8c9d8eee20d7cfd40619dac6b661410dde97ab316122e82dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for neoskills-0.2.0-py3-none-any.whl:

Publisher: release.yml on neolaf2/neoskills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page