Community寫作與編輯github.com

rolecraft-sh/rolecraft

The security-first skill manager for AI agents — every install runs a security scan. Manage skills & MCP servers across 87 agents. Zero-dependency CLI.

rolecraft 是什麼?

rolecraft is a Claude Code agent skill that the security-first skill manager for AI agents — every install runs a security scan. Manage skills & MCP servers across 87 agents. Zero-dependency CLI.

相容平台Claude CodeCodex CLICursorGemini CLIOpenCodeWindsurf
npx skills add rolecraft-sh/rolecraft

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

rolecraft 是做什麼的?

Install and manage AI agent skills across 87 agents (27 verified) 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
  • Troubleshootingrolecraft 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

# 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 [email protected]: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

CommandPurpose
rolecraft install <source>Install a skill (local, GitHub, GitLab, SSH)
rolecraft init [name]Scaffold a new SKILL.md (--template, --list)
rolecraft listShow installed skills
rolecraft checkCheck for available updates
rolecraft remove <slug>Uninstall a skill
rolecraft update <slug>Re-install to latest version
rolecraft rollback <slug>Restore to previous version from backup
rolecraft bundle <sources>Install multiple skills from file or inline
rolecraft ciRe-install from lockfile (CI mode)
rolecraft verifyCheck skill integrity via content hash
rolecraft watch [<slug>]Watch skills for changes and auto-sync
rolecraft search <query>Search skills on GitHub
rolecraft doctorRun system health check
rolecraft agents-xml [--write]Generate skills XML for AGENTS.md
rolecraft use <source>Preview without installing
rolecraft completions bash|zsh|fishGenerate shell completions
rolecraft convert <source>Convert between SKILL.md and .mdc formats
rolecraft test <skill-path>Test a skill quality with built-in assertions

Common flags

FlagPurpose
--cursor, --devin, --claude, --codexTarget specific agents
--allInstall to every supported agent
--yes / -yNon-interactive mode (CI/CD)
--dry-runPreview without making changes
--symlinkSymlink instead of copy
--global / --projectScope selection

Supported agents (87 total · 27 verified)

opencode, claude-code, cursor, windsurf, devin, codex, copilot, aider, cline, gemini-cli, cody, continue, warp, codeium, fabric, goose, tabnine, supermaven, pr-pilot, loom, roo, trae, hermes, kiro, augment, kilo, openhands, junie, factory, command-code, cortex, mistral-vibe, qwen-code, openclaw, codebuddy, mux, pi, omp (oh-my-pi), autohand-code, rovo-dev, firebender, ibm-bob, aider-desk, and 45 more.

Examples

Install from GitHub

rolecraft install vercel-labs/agent-skills --skill frontend-design

Install to multiple agents

rolecraft install ./my-team-rules --cursor --devin --copilot --all

CI pipeline install

rolecraft ci --yes

Create and install your own skill

rolecraft init my-skill
rolecraft install ./my-skill --all

Links

相關技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community