alpha-squad-coding-craft
v0.2.4Portable orchestration workflow with role templates and host-aware model selection.
By Alpha Squad Coding Craft contributorsLicense: Apache-2.01 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- 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 alpha-squad-coding-craft for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add alpha-squad-coding-craft@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/leo1394/alpha-squad-coding-craftClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/alpha-squad-coding-craft/SKILL.md
Included Skills1
Coordinate complex coding work with specialized exploration, implementation, testing, research, and review agents while selecting only models and reasoning controls supported by the current host.
Plugin manifests3
{
"name": "alpha-squad-coding-craft",
"version": "0.2.4",
"description": "Portable orchestration workflow with role templates and host-aware model selection.",
"author": {
"name": "Alpha Squad Coding Craft contributors"
},
"license": "Apache-2.0",
"keywords": [
"orchestration",
"agents",
"delegation",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Alpha Squad Coding Craft",
"shortDescription": "Coordinate specialized agents across hosts",
"longDescription": "A portable skill for planning, delegating, integrating, and reviewing complex coding work with host-aware model selection.",
"developerName": "Alpha Squad Coding Craft contributors",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Orchestrate this multi-file coding task."
],
"brandColor": "#2563EB"
}
}{
"name": "alpha-squad-coding-craft",
"version": "0.2.4",
"description": "Portable orchestration workflow with role templates and host-aware model selection.",
"author": {
"name": "Alpha Squad Coding Craft contributors"
},
"license": "Apache-2.0"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "alpha-squad-coding-craft",
"version": "0.2.4",
"description": "Portable orchestration workflow with role templates and host-aware model selection.",
"author": {
"name": "Alpha Squad Coding Craft contributors"
},
"license": "Apache-2.0",
"keywords": [
"orchestration",
"agents",
"delegation",
"skills"
]
}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.
[alpha-squad-coding-craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/alpha-squad-coding-craft)