meta-skill
v0.20.1Meta-skill generator: analyzes target projects and generates project-specific skills, commands, and state machine configurations. Replaces all 6 specialized skills with a unified /bootstrap + /run workflow.
By dv0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install meta-skill for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install meta-skill@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/allforai/myskillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude/meta-skill/.
Plugin files
├── .claude-plugin/plugin.json├── skills/bootstrap/SKILL.md├── SKILL.md└── .mcp.json
Included Skills2
Analyze the target project and generate its .allforai/ workflow (product concept, experience map, art, game design, verify nodes) for /run. User-invoked only via /bootstrap; never invoke it yourself.
Meta-skill generator for the myskills ecosystem. Analyzes target projects and generates project-specific skills (node-specs), state machine configurations, and orchestrator commands. Use /bootstrap to analyze a project, then /run to execute any workflow.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp-ai-gateway/dist/index.js
- env.OPENROUTER_API_KEY
- ${OPENROUTER_API_KEY}
- env.GOOGLE_API_KEY
- ${GOOGLE_API_KEY}
- env.FAL_KEY
- ${FAL_KEY}
- env.BRAVE_API_KEY
- ${BRAVE_API_KEY}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "meta-skill",
"description": "Meta-skill generator: analyzes target projects and generates project-specific skills, commands, and state machine configurations. Replaces all 6 specialized skills with a unified /bootstrap + /run workflow.",
"version": "0.20.1",
"author": {
"name": "dv"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[meta-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/meta-skill)