Skills Book
Agent Skill Marketplace + Combo Recommendations for Claude Code, Codex, OpenCode, and other agent CLIs.
Browse the Shop for richer skill pages, combo breakdowns, and detailed discovery data.
Supported CLI
Use Skills Book across mainstream agent tools.
Skills Book is packaged as a standard SKILL.md plus a zero-dependency Node.js CLI. Claude Code is the default install target, while other agent CLIs can load the same skill package and run the marketplace commands from the repository.
Quickly Use
Start with Claude Code.
Install Skills Book once, then ask Claude Code to search, compare, and install community skills for your current task.
Install Skills Book into Claude Code
Clone the repository and copy it into Claude Code skills directory.
git clone https://github.com/ASunYC/skills-book.git
cd skills-book
cp -r . ~/.claude/skills/skills-bookVerify the CLI
Confirm Node.js 22+ can run the zero-dependency script.
node ~/.claude/skills/skills-book/scripts/skills-book.mjs helpAsk Claude Code to use it
Claude Code can now invoke Skills Book when you ask for skill discovery or installation.
Use skills-book to search for testing skills, show the top results, and install the best fit.Recommended Combos
Use proven tool stacks for common agent workflows.
Skills Book keeps built-in combo recommendations beside the public skill index. They are written into skills.db during wiki builds and exported for this page by shop-export.
Coding Research Stack
A practical stack for coding tasks that need fresh web research, current official docs, and polished frontend delivery.
Copies install steps, workflow, and the operating prompt for this combo.
Skills Wiki Network
From marketplace CLI to global skill shops.
Skills Book remains the local agent marketplace CLI. Its index is rebuilt into skills.db, exported as static data, and then projected into Skills Shop as a searchable wiki, graph, and 3D storefront.
Core Capabilities
Multi-Source Aggregation
Pull from VoltAgent + heilcheng repositories, 1500+ skills in one search
Real-Time Discovery
Search by topic, SKILL.md filename, or keywords across GitHub
Smart Deduplication
Deduplicate by owner/repo, merge categories automatically
Stars Ranking
Sort by GitHub stars, updated in real-time
One-Click Install/Uninstall
Auto-clone skills to Claude Code directory, safe removal
Persistent Cache
Manually added skills persist across refreshes, auto-expire updates
Technical Highlights
Zero External Dependencies
Pure Node.js 22+ native fetch API, no npm install needed
Auto Proxy Fallback
Auto-detect GitHub connectivity, switch to gh-proxy for restricted networks
API Rate Protection
60 req/hr unauthenticated, 5000 req/hr with GITHUB_TOKEN
Modular Design
Clean module separation, easy to extend with new data sources
Common Commands
Fetch Index
Initial setup — pull and cache skills from source repos
skills-book fetch --forceBrowse Categories
List all categories with skill counts
skills-book categoriesSearch Skills
Search by keyword across names, descriptions, categories
skills-book search "testing"Top Skills
Most popular skills ranked by GitHub stars
skills-book top 10Install Skill
Auto-clone a skill to Claude Code directory
skills-book install "owner/name"Uninstall Skill
Safely remove an installed skill
skills-book uninstall "name"