Agent Catalog
Browse, install, and contribute production-ready skills for Claude Code, GitHub Copilot, Cursor, OpenAI Codex, and 33+ more agents.
Featured Skills
Top skills from the marketplace, ready to install.
project-maintenance
Enforce PR checklists, track issues, verify release readiness, and audit project state.
→hello-skill
Friendly greetings in multiple languages. The tutorial example covering every spec feature.
→release-notes
Maintain changelogs and framework phase updates from git history automatically.
→Install
One CLI, every agent. Pick your target and install any skill in seconds.
# Install the CLI npm install -g @skillscraft/cli # Install skills for Claude Code skill install project-maintenance --target claude skill install hello-skill --target claude skill install release-notes --target claude
# Install the CLI npm install -g @skillscraft/cli # Install skills for GitHub Copilot skill install project-maintenance --target copilot skill install hello-skill --target copilot skill install release-notes --target copilot
# Install the CLI npm install -g @skillscraft/cli # Install skills for OpenAI Codex skill install project-maintenance --target codex skill install hello-skill --target codex skill install release-notes --target codex
# Install the CLI npm install -g @skillscraft/cli # Install skills (generic / any agent) skill install project-maintenance --target generic skill install hello-skill --target generic skill install release-notes --target generic
Categories
Four asset types, one marketplace. Skills are the primary category -- prompts, agents, and MCP are coming soon.
Skills
SKILL.md instruction sets with scripts, references, and assets. Installable, executable, validated.
Active -- 8 skillsPrompts
Click-to-copy prompt templates for common AI agent tasks. Categorized and searchable.
Coming soonAgents
Pre-configured agent definitions with bundled skills and prompts. Ready to deploy.
Coming soonMCP Servers
Model Context Protocol server configurations. Connect agents to external tools and data.
Coming soonSubmit a Skill
Contributions welcome. Fork, create, validate, and submit via PR.
# 1. Create your skill skill init my-awesome-skill # 2. Validate and lint skill validate my-awesome-skill/SKILL.md skill lint my-awesome-skill/SKILL.md # 3. Submit via PR to this repo