A CLI tool to create AI skills (markdown instruction files) once and sync them across multiple AI coding tools — write once, use everywhere. Maintains a central store at ~/.skills/ and syncs skills to each supported tool's folder.
- Create and manage reusable AI skill files from a central store
- Sync skills across multiple AI coding tools with a single command
- Supports Claude, Cursor, and Gemini out of the box
npm install -g agentscribeOr run without installing:
npx agentscribe <command>agentscribe <command>| Command | Description |
|---|---|
new |
Create a new skill |
list |
List all saved skills |
sync |
Sync all skills to all supported tools |
sync --tool <name> |
Sync all skills to a single tool |
show <name> |
Display a skill's content |
edit <name> |
Edit an existing skill in $EDITOR |
delete <name> |
Delete a skill |
| Tool | Path |
|---|---|
| Claude | ~/.claude/commands/<name>.md |
| Cursor | ~/.cursor/rules/<name>.md |
| Gemini | ~/.gemini/<name>.md |