spoon-skills
v1.2.0
Published
Install Claude Code skills from XSpoonAi/spoon-awesome-skill into your local ~/.claude/skills/ directory
Maintainers
Readme
spoon-skills
Install Claude Code skills from XSpoonAi/spoon-awesome-skill with a single npx command.
Quick Start
# List all available skills
npx spoon-skills list
# Install a single skill
npx spoon-skills install web3-defi
# Install every skill at once
npx spoon-skills install --all
# Install all skills in a specific track
npx spoon-skills install --all --track web3-core-operationsAfter installation the skills appear in Claude Code as slash commands:
/web3-defi
/spoon-agent-development
/web3-onchain-analysis
...Commands
| Command | Description |
|---------|-------------|
| list | Show all skills and their install status |
| install <id> | Install one skill |
| install --all | Install all skills |
| install --all --track <track> | Install all skills in a track |
| remove <id> | Remove one skill |
| remove --all | Remove all skills |
| info <id> | Show skill details and source link |
Options
| Flag | Description |
|------|-------------|
| --local | Install into ./.claude/skills/ (project-local) instead of ~/.claude/skills/ |
| --force | Overwrite already-installed skills |
| --all | Apply command to all skills |
| --track <name> | Filter by track (use with --all) |
Available Tracks
| Track ID | Description |
|----------|-------------|
| spoonos-skills | SpoonOS Skills (Core) |
| web3-core-operations | Web3 Core Operations |
| web3-data-intelligence | Web3 Data Intelligence |
| ai-productivity | AI-Enhanced Productivity |
| enterprise-skills | Enterprise & Team Skills |
Available Skills
SpoonOS Skills (Core)
| ID | Description |
|----|-------------|
| spoon-agent-development | Build AI agents with SpoonReactMCP |
| spoon-application-templates | SpoonOS application scaffolds |
| spoon-deployment-guide | Deploy SpoonOS apps and agents |
| spoon-erc8004-standard | ERC-8004 on-chain skill standard |
| spoon-graph-development | Build The Graph subgraphs |
| spoon-platform-integration | Integrate with external platforms |
| spoon-testing-patterns | Testing patterns for SpoonOS agents |
| spoon-tool-development | Develop custom tools and MCP servers |
Web3 Core Operations
| ID | Description |
|----|-------------|
| web3-bridge | Cross-chain asset transfers |
| web3-dao-tooling | Governance, proposals, treasury |
| web3-defi | Swaps, lending, liquidity |
| web3-defi-protocols | Uniswap, Aave, Compound integrations |
| web3-identity-auth | ENS, SIWE, session management |
| web3-neo | Neo N3 blockchain |
| web3-nft | NFT minting, trading |
| web3-solana | Solana ecosystem |
| web3-wallet | Wallet management |
Web3 Data Intelligence
| ID | Description |
|----|-------------|
| web3-onchain-analysis | Transaction tracking, whale monitoring |
| web3-security-analysis | Smart contract auditing |
AI-Enhanced Productivity
| ID | Description |
|----|-------------|
| ai-api-integration | AI-powered API automation |
| ai-cloud-services | Cloud service automation |
| ai-database | AI-assisted database operations |
| ai-messaging | Messaging system integrations |
| ai-monitoring | AI-powered monitoring |
| ai-storage | Storage and file management |
Enterprise & Team Skills
| ID | Description |
|----|-------------|
| ent-code-review | AI-assisted code review |
| ent-debugging | Structured debugging patterns |
| ent-documentation | Automated documentation |
| ent-performance | Performance profiling |
| ent-refactoring | Systematic refactoring |
| ent-testing | Comprehensive testing strategy |
How It Works
Each skill is a SKILL.md file fetched directly from GitHub and copied to:
- Global (default):
~/.claude/skills/<skill-id>.md - Project-local (
--local):./.claude/skills/<skill-id>.md
Claude Code automatically discovers and loads skills from these directories.
License
MIT
