Skip to content

Skills Book

Agent Skill Marketplace + Combo Recommendations for Claude Code, Codex, OpenCode, and other agent CLIs.

v0.1.0Node.js 22+Zero Dependencies1500+ Skills
Skills Shop

Browse the Shop for richer skill pages, combo breakdowns, and detailed discovery data.

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.

CClaude Code
AIOpenAI Codex
OCOpenCode
GGemini
CuCursor
WWindsurf
ClCline
RRoo Code
CClaude Code
AIOpenAI Codex
OCOpenCode
GGemini
CuCursor
WWindsurf
ClCline
RRoo Code
RRoo Code
ClCline
WWindsurf
CuCursor
GGemini
OCOpenCode
AIOpenAI Codex
CClaude Code
RRoo Code
ClCline
WWindsurf
CuCursor
GGemini
OCOpenCode
AIOpenAI Codex
CClaude Code

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.

01

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-book
02

Verify the CLI

Confirm Node.js 22+ can run the zero-dependency script.

node ~/.claude/skills/skills-book/scripts/skills-book.mjs help
03

Ask 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.

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

Coding Research Stack

A practical stack for coding tasks that need fresh web research, current official docs, and polished frontend delivery.

FirecrawlContext7UI UX Pro Max
Agent prompt

Copies install steps, workflow, and the operating prompt for this combo.

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.

1. DiscoverFetch, rank, search, and install skills from community repositories.
2. CombineUse recommended tool stacks for repeatable agent workflows.
3. PublishExport skills into the Skills Shop wiki, map, graph, and future author storefronts.

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 --force

Browse Categories

List all categories with skill counts

skills-book categories

Search Skills

Search by keyword across names, descriptions, categories

skills-book search "testing"

Top Skills

Most popular skills ranked by GitHub stars

skills-book top 10

Install 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"

Last updated:

Built with VitePress