Structured daily development workflow — standup, GitHub Projects roadmap, autonomous execution, docs, and session continuity
npx claudepluginhub bellwether-ai/btc-claude-plugins --plugin co-dwerkerClaude Code plugin marketplace for Bellwether internal plugins.
This repo is a Claude Code plugin marketplace — a catalog of internally-developed plugins that extend Claude Code with custom skills, agents, hooks, and MCP server bundles.
In Claude Code, run:
/plugin install <plugin-name>@btc-claude-plugins
To browse available plugins, check the plugins/ directory or view .claude-plugin/marketplace.json.
plugins/ with your plugin name (kebab-case).claude-plugin/plugin.json manifest inside your plugin directory.claude-plugin/marketplace.jsonplugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (required)
├── commands/ # Markdown skill files
├── agents/ # Subagent definitions
├── skills/ # Agent skills with SKILL.md
├── hooks/ # Event handlers (hooks.json)
├── .mcp.json # MCP server configurations
└── settings.json # Default plugin settings
plugin.json){
"name": "my-plugin",
"description": "What the plugin does",
"version": "1.0.0",
"author": {
"name": "Your Name",
"email": "you@bellwethertech.com"
},
"keywords": ["relevant", "tags"]
}
The .claude-plugin/marketplace.json file catalogs all available plugins. Each entry references a plugin by its relative path in this repo:
{
"name": "btc-claude-plugins",
"owner": {
"name": "Bellwether Technology",
"email": "dev@bellwethertech.com"
},
"plugins": [
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "What it does",
"version": "1.0.0"
}
]
}
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.