npx claudepluginhub bellwether-ai/btc-claude-plugins --plugin flywheelPerform browser-based admin tasks, forms, and tickets using Chrome automation
Define work item goals and success criteria
Commit, push, create PR, and archive a completed work item
Draft text content like emails, documents, and proposals
Execute the implementation plan for a work item
Fast-path execution — define, implement, and verify in one shot
Merge open PRs, sync local main, and clean up artifacts
Create a new Flywheel work item
Break down a large task into smaller work items
Process permission requests and write to settings
Create an implementation plan for a defined work item
Research and analyze a topic, producing a structured summary
Rebuild and restart the Flywheel agent daemon
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": "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 UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.