boss
v3.10.1BMAD pipeline plugin for Codex with installer-managed hooks and shared Boss runtime behavior.
By echoVicLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 23, 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 boss for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add boss@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “boss-2” remain stable.
- Codex:
boss-2@agent-plugin-marketplace→boss@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/echoVic/boss-skill/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "boss",
"version": "3.10.1",
"description": "BMAD pipeline plugin for Codex with installer-managed hooks and shared Boss runtime behavior.",
"author": {
"name": "echoVic",
"email": "[email protected]",
"url": "https://github.com/echoVic"
},
"homepage": "https://github.com/echoVic/boss-skill",
"repository": "https://github.com/echoVic/boss-skill",
"license": "MIT",
"keywords": [
"bmad",
"pipeline",
"codex",
"agent-orchestration",
"automation"
],
"skills": "./skill/",
"interface": {
"displayName": "Boss",
"shortDescription": "Auditable multi-agent engineering workflow for Codex.",
"longDescription": "Boss turns Codex into a structured engineering team with PM, architecture, implementation, QA, DevOps, runtime state, hooks, quality gates, and replayable delivery artifacts.",
"developerName": "echoVic",
"category": "Productivity",
"capabilities": [
"Planning",
"Code Review",
"Testing"
],
"websiteURL": "https://github.com/echoVic/boss-skill",
"privacyPolicyURL": "https://github.com/echoVic/boss-skill/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/echoVic/boss-skill/blob/main/docs/TERMS.md",
"composerIcon": "./assets/boss-composer-icon.svg",
"logo": "./assets/boss-logo.svg",
"screenshots": [
"./boss-skill-promo.png"
],
"defaultPrompt": [
"Use Boss to plan and implement this feature.",
"Run Boss QA on this project.",
"Review this code with Boss."
],
"brandColor": "#171717"
}
}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.
[boss on Agent Plugins Marketplace](https://pluginsmp.com/plugins/boss-2)