carlvellotti/CC4PMs-mastery-bonus
14 stars · Last commit 2026-03-27
3 Claude Code skills & commands: multi-model council, subagent delegation, and web research
README preview
# CC4PMs Mastery Bonus: Claude Code Skills & Commands Three power-ups for Claude Code that make it dramatically more useful. <img src="meme.webp" alt="Claude Code at the moment" width="400" /> | Skill | What It Does | Type | Prerequisites | |-------|-------------|------|---------------| | `/consult-the-council` | Ask GPT, Gemini, and Grok the same question — get 3 perspectives at once | Command | API keys for OpenAI, Google, xAI | | `/spin-up` | Force Claude to delegate work to parallel subagents instead of doing everything in one thread | Command | None | | `/web-research` | Upgraded web research with Tavily search + Firecrawl scraping | Skill | Tavily MCP server, Firecrawl CLI | ## Quick Concepts: Skills vs Commands Claude Code has two extension types: - **Commands** (`.claude/commands/`) — Slash commands you invoke manually (e.g., `/consult-the-council`). They're prompt files that tell Claude what to do. - **Skills** (`.claude/skills/`) — Automatic behaviors Claude activates when relevant. They include trigger conditions, allowed tools, and reference docs. You can also invoke them manually. Both live in your project's `.claude/` directory.