tzurot-council-mcp
Best practices for using the Council MCP server in Tzurot v3 development - When to consult external AI, how to structure prompts, model selection, and multi-turn conversations. Use when planning major changes or needing a second opinion.
npx skills add majiayu000/claude-skill-registry --skill tzurot-council-mcp-lbds137-tzurot --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Tzurot v3 Council MCP Collaboration **Use this skill when:** Planning major refactors, debugging complex issues, getting code reviews, brainstorming solutions, validating architectural decisions, or needing a second opinion. ## Overview The Council MCP (v4.0.0) provides access to multiple AI models via OpenRouter. Default model is `google/gemini-3-pro-preview`. ## Available Tools ### Core Tools | Tool | Purpose | | --------------------------------------- | ----------------------------- | | `mcp__council__ask` | Ask general questions | | `mcp__council__brainstorm` | Brainstorm ideas/solutions | | `mcp__council__code_review` | Code review feedback | | `mcp__council__test_cases` | Test case suggestions | | `mcp__council__explain` | Explain complex code/concepts | | `mcp__council__synthesize_perspectives` | Combine multiple viewpoints | ### New in v4.0.0 | Tool | Purpose | | ------------------------------- | -------------------------------------------------------------- | | `mcp__council__debug` | Structured debugging with hypotheses, tracks previous attempts | | `mcp__council__refactor` | Step-by-step refactoring plans with before/after examples | | `mcp__council__recommend_model` |
- Overview
- Available Tools
- Core Tools
- New in v4.0.0
- Multi-Turn Conversations
- When to Consult Council
- Always Use For
- Don't Use For
- Model Selection
- Quick Guide
- Model Classes
- Free Tier Options
- Using Model Selection
- Prompt Structuring
What does the tzurot-council-mcp skill do?
Best practices for using the Council MCP server in Tzurot v3 development - When to consult external AI, how to structure prompts, model selection, and multi-turn conversations. Use when planning major changes or needing a second opinion.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill tzurot-council-mcp-lbds137-tzurot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
