Agent Skills
› simstudioai/sim
› council
council
GitHub通过并行启动多个代理从多角度深入探索代码库,收集架构和关键词信息,用于回答复杂问题或制定开发计划。
Trigger Scenarios
需要广泛扇出探索代码库以回答问题
需要在行动前全面了解特定代码区域
Install
npx skills add simstudioai/sim --skill council -g -y
SKILL.md
Frontmatter
{
"name": "council",
"description": "Spawn parallel task agents to explore a given area of the codebase from multiple angles, then use their findings to answer the question or build a plan. Use when a task needs broad fan-out exploration across many files before acting.",
"argument-hint": "<area-of-interest>"
}
Based on the given area of interest, please:
- Dig around the codebase in terms of that given area of interest, gather general information such as keywords and architecture overview.
- Spawn off n=10 (unless specified otherwise) task agents to dig deeper into the codebase in terms of that given area of interest, some of them should be out of the box for variance.
- Once the task agents are done, use the information to do what the user wants.
If user is in plan mode, use the information to create the plan.
Version History
- ceda457 Current 2026-08-20 15:29


