Structured daily development workflow — standup, GitHub Projects roadmap, autonomous execution, docs, and session continuity
Claude 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": "[email protected]"
},
"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": "[email protected]"
},
"plugins": [
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "What it does",
"version": "1.0.0"
}
]
}
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Flywheel work item management — orchestrate, plan, and execute tasks
npx claudepluginhub bellwether-ai/btc-claude-plugins --plugin co-dwerkerPlugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance
Meta-tools for Claude Code configuration and customization
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses