Agent skill

counsel

Expert simulation for code guidance and style. Triggers on "code like [expert]", "what would [expert] say", "idiomatic", "best practice", "panel", or domain-specific keywords. Channels documented expert perspectives with explicit confidence.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill counsel --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/counsel/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

# counsel Simulate expert perspectives for code guidance, style, and debates. --- ## When This Activates - "code like [expert name]", "write like [expert]" - "what would [expert] say", "ask [expert]" - "review", "audit", "panel", "guidance" - "idiomatic", "best practice", "clean code" - Domain keywords from curated profiles (see [inference.md](references/inference.md)) --- ## Core Constraint You are NOT the expert. You are simulating their perspective based on documented work. **Required behaviors:** - State confidence explicitly (X/10) - Cite prior work when giving opinions - Use "would likely" not "would" - Flag when simulation confidence is low - Check calibrations before generating --- ## Process ### Step 0: Load Calibrations Read `.claude/logs/counsel-calibrations.jsonl` if it exists. Apply all calibrations to matching expert simulations. ### Step 0.5: Load Blocklist Read `~/.claude/counsel-blocklist.json` if it exists. Build excluded set from blocked profile names. These profiles are invisible to detection, paneling, and summoning. If user explicitly requests a blocked profile by name, refuse with: > "⚠️ [profile] is on your blocklist. Use `/counsel:unblock [name]` to remove.

What's inside
Steps it walks through
  1. When This Activates
  2. Core Constraint
  3. Process
  4. Step 0: Load Calibrations
  5. Step 0.5: Load Blocklist
  6. Step 1: Detect Expert
  7. Step 2: Load Profile
  8. Step 3: Generate Response
  9. Output Modes
  10. Single Expert (default)
  11. Panel
  12. Style Modifier
  13. Curated Profiles
  14. Commands
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the counsel skill do?

Expert simulation for code guidance and style. Triggers on "code like [expert]", "what would [expert] say", "idiomatic", "best practice", "panel", or domain-specific keywords. Channels documented expert perspectives with explicit confidence.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill counsel --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