Add .claude-plugin/marketplace.json: the ourdigital-skills local directory marketplace — 11 plugins. 8 themed skill plugins (core/seo/notion/jamie/notebooklm/gtm/dintel/utils) bundle 66 skills via custom-skills/NN-*/ roots; 3 standalone plugins (mac-optimizer, multi-agent-guide, dintel-bootstrap) expose their own commands/ + skills/. Whole manifest passes 'claude plugin validate'.
Fix mac-optimizer + multi-agent-guide plugin.json: drop the invalid object-form 'commands' field ({name,description} objects; the schema expects command path strings) so commands auto-discover from each plugin's commands/ directory.
Fix README install instructions: clarify Quick Install scope (commands + venv + creds, not skills); correct the Claude Code skill symlink target to the skill root (was desktop/, which would not load); fix the Claude Desktop import step.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
674 B
JSON
23 lines
674 B
JSON
{
|
|
"name": "multi-agent-guide",
|
|
"version": "2.0.0",
|
|
"description": "Multi-agent collaboration framework for complex projects. Sets up agent hierarchies, ownership rules, guardrails, handoff protocols, and CI/CD integration for Claude, Gemini, Codex, and Human agents working together. v2.0 includes consolidated MULTI_AGENT_FRAMEWORK.md template and quick-setup command.",
|
|
"author": {
|
|
"name": "OurDigital",
|
|
"email": "ourdigital@example.com"
|
|
},
|
|
"keywords": [
|
|
"multi-agent",
|
|
"collaboration",
|
|
"guardrails",
|
|
"ownership",
|
|
"ci-cd",
|
|
"project-management",
|
|
"framework",
|
|
"claude",
|
|
"gemini",
|
|
"codex"
|
|
],
|
|
"license": "MIT"
|
|
}
|