Marketplace for AI Agents

Agent Catalog

Browse, install, and contribute production-ready skills for Claude Code, GitHub Copilot, Cursor, OpenAI Codex, and 33+ more agents.

8 Skills
5 Languages
33+ Compatible Agents

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 skills

Prompts

Click-to-copy prompt templates for common AI agent tasks. Categorized and searchable.

Coming soon

Agents

Pre-configured agent definitions with bundled skills and prompts. Ready to deploy.

Coming soon

MCP Servers

Model Context Protocol server configurations. Connect agents to external tools and data.

Coming soon

Submit 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