Companion Tools
Complementary frameworks and tools that enhance your AI coding experience alongside Metapowers.
Note: These are third-party community and official tools — not maintained by the Metapowers project. Links and install commands were accurate at time of writing. Always check the source repository for the latest instructions.
Usage & Cost Monitoring
Track token spend, session costs, and rate limits.
ccflare
Usage dashboard with a web UI — more visual than ccusage. Acts as a proxy between your AI assistant and the Anthropic API with real-time analytics and intelligent load balancing.
git clone https://github.com/snipeship/ccflare && cd ccflarePairs well with: Any metapowers domain — monitor token costs across long design sprints or legal review sessions.
ccusage
CLI tool that analyzes token usage and costs from local JSONL files. Supports daily, monthly, and session views. Privacy-first — no data leaves your machine.
npx ccusagePairs well with: Any metapowers domain — quick cost check after a multi-phase workflow.
Claude Code Usage Monitor
Real-time terminal monitor with Rich UI showing token consumption, burn rate, cost analysis, and ML-based predictions about session limits.
uv tool install claude-monitorPairs well with: Long-running sessions like
/legal:draftor/project-management:sprintwhere token pacing matters.
Status & Developer Experience
See what's happening at a glance — context usage, active tools, running agents, and todo progress.
claude-hud
Shows context usage, active tools, running agents, and todo progress in your terminal status line.
# Configure via Claude Code's /statusline commandPairs well with: Multi-step workflows like
/design:empathize→/design:prototypewhere tracking agent progress helps.
ClaudeCodeStatusLine
Displays model, tokens, rate limits, and git info with automatic update checks.
# Configure via Claude Code's /statusline commandPairs well with: Any domain — useful baseline status info during all metapowers sessions.
ccstatusline
Powerline-compatible status line with theme support and high customizability.
# Configure via Claude Code's /statusline commandPairs well with: Any domain — for users who want a polished, themed terminal experience.
Token Optimization
Reduce output token consumption without losing technical accuracy.
caveman
Makes Claude respond in compressed "caveman" language, cutting ~75% of output tokens. Code blocks, URLs, file paths, and commands pass through untouched — only prose is compressed.
# Auto-activates via Claude Code SessionStart hook
# See repo for installation instructionsPairs well with: Token-heavy domains like
/marketing:strategyor/legal:assesswhere prose output is significant.
Memory & Context
Persist and retrieve knowledge across sessions.
MemPalace
Open-source AI memory system that stores conversation history as plain text with semantic search. Organizes data into a structured hierarchy — people and projects become "wings", topics become "rooms", content lives in "drawers". Achieves 96.6% retrieval recall without API calls or cloud services.
pip install mempalace
mempalace init ~/projects/myappPairs well with: Any domain — persist research findings, brand decisions, and architecture choices across sessions. Especially useful with
/research:discoverand/leadership:assesswhere insights accumulate over time.
Voice & Audio
Add voice interaction to your AI coding workflow.
Vox
Cross-platform CLI toolkit for text-to-speech with low-latency processing. Supports 6 backends (say, piper, qwen, kokoro, voxtream) with voice cloning and AI assistant integration.
brew install rtk-ai/tap/voxPairs well with:
/coaching:*and/leadership:feedback— have coaching reviews and feedback read aloud for a more natural mentorship experience.
Skill & Plugin Discovery
Find and install community-built skills and plugins.
skills.sh
Skill marketplace and leaderboard run by Vercel. Supports 19+ AI agents. Tracks actual install counts. Uses the SKILL.md open standard.
npx skills add owner/repoPairs well with: Extending metapowers with additional community skills for specialized workflows.
awesome-claude-plugins
Curated registry of production-ready AI coding plugins by ComposioHQ. Includes the Composio Tool Router connecting Claude to 500+ external apps (Slack, GitHub, email, etc.).
git clone https://github.com/ComposioHQ/awesome-claude-plugins
claude --plugin-dir ./connect-appsPairs well with:
/marketing:reachand/marketing:engage— connect to marketing platforms via the Tool Router.
ClaudePluginHub
Web directory for AI coding plugins with semantic search and AI-powered relevance ranking. Can generate custom plugins from a GitHub URL.
npx claudepluginhub owner/repo --plugin namePairs well with: Discovering domain-specific plugins that complement metapowers workflows.
Official Marketplaces
Anthropic-maintained plugin collections with verified quality.
claude-plugins-official
The official Anthropic plugin marketplace with ~100+ verified plugins covering LSP integrations, GitHub, Playwright, Slack, and more. Auto-updates enabled by default.
/plugin install name@claude-plugins-officialPairs well with:
/development:buildand/development:test— official tooling integrations for the development workflow.
knowledge-work-plugins
14 role-based plugins for sales, marketing, finance, legal, HR, and brand voice. Each includes skills, slash commands, MCP connectors, and sub-agents tailored to a domain.
claude plugin marketplace add anthropics/knowledge-work-plugins
claude plugin install sales@knowledge-work-pluginsPairs well with:
/marketing,/legal, and/brandingdomains — official role-based plugins that complement metapowers' methodology-driven approach.