spawning-agent-plugins
v1.0.1Turns a repository into an installable plugin for Claude Code, Codex, and Agent Plugins 1.0 clients.
By Eliott JacopinLicense: AGPL-3.0-or-later2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 spawning-agent-plugins for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install spawning-agent-plugins@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/CrackingShells/cracking-shells-playbookClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/spawning-agent-plugins/.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json└── skills/spawning-agent-plugins/SKILL.md
Included Skills1
Turns an existing repository (skills, an MCP server, hooks, or all three) into one or several plugins that Claude Code, Codex and Agent Plugins 1.0 clients (Cursor, VS Code, Copilot, Kiro) can install from GitHub, generating the manifests plus optional hooks and dev-plugin skeleton from one spec, then checking them for drifts no loader reports. Handles one plugin rooted at the repo, several sibling plugins from a spec's `plugins[]` array, and a hub-owned marketplace that suppresses this repo's own marketplace files. Use this to package, publish or "make installable" a repo's skills or MCP server, to add a `.claude-plugin/`, `plugin.json` or marketplace, to add a second harness to a repo that has one, to ship hooks, to add a maintainer-only skills plugin, or to split a repo into several plugins — even when the request just says "let agents install this". Also load it to audit a plugin tree that fails to connect or drifts on a version bump.
Plugin manifests2
{
"name": "spawning-agent-plugins",
"displayName": "Spawning Agent Plugins",
"version": "1.0.1",
"description": "Turns a repository into an installable plugin for Claude Code, Codex, and Agent Plugins 1.0 clients.",
"author": {
"name": "Eliott Jacopin",
"email": "[email protected]"
},
"homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
"repository": "https://github.com/CrackingShells/cracking-shells-playbook",
"license": "AGPL-3.0-or-later",
"keywords": [
"plugin",
"generator",
"agents"
],
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "spawning-agent-plugins",
"version": "1.0.1",
"description": "Turns a repository into an installable plugin for Claude Code, Codex, and Agent Plugins 1.0 clients.",
"author": {
"name": "Eliott Jacopin",
"email": "[email protected]"
},
"homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
"repository": "https://github.com/CrackingShells/cracking-shells-playbook",
"license": "AGPL-3.0-or-later",
"keywords": [
"plugin",
"generator",
"agents"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Spawning Agent Plugins",
"shortDescription": "Turns a repository into an installable plugin for Claude Code, Codex, and Agent Plugins 1.0 clients.",
"longDescription": "Turns a repository into an installable plugin for Claude Code, Codex, and Agent Plugins 1.0 clients.",
"developerName": "Eliott Jacopin",
"category": "Developer Tools",
"capabilities": [
"Read"
]
}
}
}
}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.
[spawning-agent-plugins on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spawning-agent-plugins)