Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/ai-llm/tzurot-council-mcp-lbds137-tzurot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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` |

What's inside
Steps it walks through
  1. Overview
  2. Available Tools
  3. Core Tools
  4. New in v4.0.0
  5. Multi-Turn Conversations
  6. When to Consult Council
  7. Always Use For
  8. Don't Use For
  9. Model Selection
  10. Quick Guide
  11. Model Classes
  12. Free Tier Options
  13. Using Model Selection
  14. Prompt Structuring
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going