Skip to content

busycaesar/AgentScribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentScribe

agentscribe-poster

npm version npm downloads Node.js >= 22.12.0

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

Image Alt

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 agentscribe

Or 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

Author

Dev J. Shah

Co-Authors

About

AgentScribe is a CLI that lets you create AI skills once in a central store and sync them to Claude, Cursor, and Gemini so you don't maintain separate skill files for each tool.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors