Agent skill
council
Get a help or a second opinion from other agents. Bundle a prompt and a curated file set, then ask other LLMs for advice (debug, refactor, design, ...).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/council
SKILL.md
Council
Use this skill when you want a fast second brain pass from other agents or LLMs on a problem you are facing.
Workflow
- Pick the relevant files and build a concise and clear prompt describing the problem
- Run
ask-council "PROMPT"to dispatch the same prompt to multiple agents - Wait for the responses to come back and review them
Tips
- Share file paths relative to the project root for best results
- If you need diffs reviewed, paste the diff into the prompt
- Make the prompt completely standalone: include error text, constraints, and the desired output format (plan vs patch vs pros or cons)
- Council can be slow while it reasons. Allow it several minutes to process
Example
ask-council "Review src/foo/bar.js. Find 3 risks and 2 improvements. Return bullets only."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?