Licence
MIT
Version
1.2.1
Deps
4
Size
13 kB
Vulns
0
Weekly
7
AgentScribe
Description
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.
Tech Stack
Features
- 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
Installation
npm install -g agentscribeOr run without installing:
npx agentscribe <command>Usage
agentscribe <command>Commands
| 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 |
Sync Targets
| Tool | Path |
|---|---|
| Claude | ~/.claude/commands/<name>.md |
| Cursor | ~/.cursor/rules/<name>.md |
| Gemini | ~/.gemini/<name>.md |