rolecraft

Solid

Install AI agent skills as roles & behaviors from any source — local folder, GitHub, GitLab, SSH git URL. Zero-dependency CLI with 86+ agent targets.

AI & Automation 75 stars 18 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# rolecraft Install and manage AI agent skills across 86+ agents with a single command. Zero dependencies. No registry required. ## When to use - **Install skills** — from local folders, GitHub repos, GitLab projects, or SSH git URLs - **Manage skills** — list, update, remove, and verify installed skills - **CI/CD pipelines** — lockfile-based re-install with `rolecraft ci` - **Troubleshooting** — `rolecraft doctor` to diagnose agent detection, lockfile, and Node.js issues - **Team onboarding** — bundle install with a single command - **Cross-agent setup** — install the same skill to multiple agents at once ## Quick start ```bash # Try without installing npx rolecraft --help # Create a skill npx rolecraft init my-skill # Install from any source npx rolecraft install ./my-skill npx rolecraft install user/repo npx rolecraft install https://gitlab.com/org/project npx rolecraft install git@github.com:user/repo.git # Install to specific agents npx rolecraft install user/repo --cursor --devin # Check for updates npx rolecraft check # Run system health check npx rolecraft doctor # List installed skills npx rolecraft list # Convert between SKILL.md and .mdc npx rolecraft convert ./my-skill ``` ## Install commands | Command | Purpose | |---------|---------| | `rolecraft install <source>` | Install a skill (local, GitHub, GitLab, SSH) | | `rolecraft init [name]` | Scaffold a new `SKILL.md` | | `rolecraft list` | Show installed skills | | `rolecraft check` | Check for avail...

Details

Author
sametcelikbicak
Repository
sametcelikbicak/rolecraft
Created
1 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category