Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Publish and install AI skill prompts from the command line โ or author them in the web editor with help from an AI drafting assistant.
Results print as a dense table right in your terminal:
Filter by category, author, type, tag, and sort order:
Wire up shell completion (skills, tags, and authors complete as you type):
Downloads dialogue-flow.md and dialogue-flow.json to the current directory. Use --output ./my-skills to change where files land.
Meta skills install their dependencies automatically. Installing a meta skill
resolves its full dependency tree (deduped, cycle-safe) and installs every
required skill alongside it. Use --no-deps to install just the meta skill.
You'll be prompted for a password. Or set SKILL_PASSWORD to skip the prompt:
Your auth token is printed on success. Set it as SKILL_TOKEN so subsequent commands can use it:
(Or pass --token $SKILL_TOKEN to each command.)
From a markdown file:
The CLI reads the filename as the skill id and the first heading as the name. You can also use a JSON manifest:
Creates a copy under your account that you can republish.
scripts/backfill-dependencies.mjs finds existing skills that implicitly
orchestrate other skills and proposes explicit dependencies + type: "meta"
for them. It reads every skill, detects references to other real registry
skills (by full id, install directives, or distinctive names), scores a
confidence level, and merges a curated set of known-correct mappings.
It is dry-run by default โ it prints a report and writes nothing:
To apply, pass --apply with a token. Only skills owned by the token's account
are updated (others are listed and skipped), so run it once per publishing
account:
Confidence tiers: curated and high (explicit id / install / distinctive-name
references) apply by default; medium (fuzzy name match) only with
--include-medium; meta-no-deps (orchestration language but no concrete
dependency) is reported for manual review and never auto-applied.
Applying requires the registry to run the worker build that understands
type/dependencies(it derivestypeand regenerates markdown on save). The dry-run report works against any deployed version.
Coding agents โ Claude Code, Cursor, Codex, and other MCP clients โ can search the
registry and auto-install skills (resolving meta-skill dependency trees) via the
@dmzagent/skill-builder-mcp MCP server.
Tools: skill_search, skill_info, skill_suggest, skill_taxonomy, and
skill_install (writes skill files for the detected tool). See
packages/mcp/README.md for per-client setup.
Visit the web editor at https://skills.dmzagent.com to:
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/skill-builder-mcp)<a href="https://allmcps.com/mcp/skill-builder-mcp"><img src="https://allmcps.com/api/badge/skill-builder-mcp?style=directory" alt="Skill Builder Mcp on AllMCPs" /></a>