council

Orchestrate multi-agent codebase exploration to surface architecture, keywords, and hotspots.

Updated Sep 1, 2025
One-click install
npx skills add https://github.com/mathur-exe/annotation-notes --skill council-mathur-exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council
Source: https://github.com/mathur-exe/annotation-notes/tree/main/PaperNotes/dotfiles/codex/skills/council
Command: npx skills add https://github.com/mathur-exe/annotation-notes --skill council-mathur-exe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual exploration of a codebase to identify architecture, keywords, and hotspots is time-consuming and error-prone. This skill coordinates sub-agents to systematically map a given area of interest before acting.

Core Features & Use Cases

  • Coordinate sub-agents to explore a codebase area and extract keywords, architecture overview, and hotspots.
  • Spawn n=3 task agents by default, with optional variation to ensure diverse perspectives.
  • Consolidate findings into a coherent summary to inform subsequent actions and decisions.

Quick Start

Instruct the council to explore the specified area of the codebase, spawn three task agents (or n as specified), and present a synthesized summary.

Frequently Asked Questions about council

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map a codebase area to identify architecture and hotspots?

Multi-agent codebase exploration works by spawning a configurable number of task agents, defaulting to n=3, to investigate a specified area. These agents apply diverse perspectives to surface architecture, keywords, and hotspots, consolidating findings into a synthesized summary.

What's the best way to automate an architecture review of a feature area?

For an architecture review, the skill orchestrates multi-agent exploration of a feature area to surface architecture, keywords, and hotspots. It scales to the area's size and complexity with configurable agent counts, ensuring thorough yet controlled exploration.

Do I need an agent framework to run multi-agent codebase exploration?

Yes, an agent framework is required to run this multi-agent codebase exploration. The skill relies on an agent framework to spawn and coordinate the sub-agents needed for mapping architecture and hotspots, using deterministic defaults with safe fallbacks.

Can I configure the number of agents for a codebase audit?

Yes, you can configure the number of agents for a codebase audit. The skill spawns three task agents by default, with optional variation to ensure diverse perspectives, and scales the agent count based on the area's size and complexity.

What limitations exist when scaling sub-agents for large codebase areas?

When scaling sub-agents for large codebase areas, the skill uses validation and safe fallbacks to ensure thorough yet controlled exploration. While agent count is configurable to match area complexity, it depends on the underlying agent framework's capacity.