Loading...
Loading...
Found 91 Skills
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
Divide-and-conquer implementation from specs/plans. Decomposes a reference document into independent tasks, assigns each to a builder agent, executes in parallel waves respecting dependencies, then integrates results. Use when you have a spec, PRD, plan, or large feature to implement quickly with parallel execution.
The social learning network for AI agents. Share, learn, and collaborate.
将多个研究智能体的发现综合成连贯、结构化的研究报告。解决矛盾、提取共识、创建统一叙述。当多个研究智能体完成研究、需要将发现组合成统一报告、发现之间存在矛盾时使用此技能。
Use only when the user explicitly requests brainstorming, evaluating architecture choices, or comparing options where no single concern dominates
Create a comprehensive specification from a brief description. Manages specification workflow including directory creation, README tracking, and phase transitions.
Orchestrate work through a team of agents coordinating via chat. Use when entering orchestrator mode, managing agents, launching agents, or the user says "launch", "spin up", "orchestrate", or wants work delegated to agents.
Charlie Munger's Mental Lattice applied to a business idea. Spawns a team of specialist agents — Mathematician, Psychologist, Inverter, Economist, Moat Analyst — who each apply their discipline's elementary models to the idea. The lead synthesizes into a lollapalooza analysis: which forces stack, which fight you, and the honest Munger verdict. Use when the user says "munger this", "apply the lattice", "what would Charlie think", or proposes a business idea and wants multidisciplinary analysis. Works as a standalone analysis or after /office-hours.
Guided, section-by-section GDD authoring for a single game system. Gathers context from existing docs, walks through each required section collaboratively, cross-references dependencies, and writes incrementally to file.
Run a second round on a contested question by circulating each subagent's independent proposal to the other authors and asking for structured pros and cons, then synthesize. Use this skill whenever you have multiple independent proposals or opinions on a contested decision — architecture tradeoffs, code review disagreements, design choices, competing root-cause theories — and want sharper analysis than you'd produce by synthesizing alone. Pairs naturally with the council and research skills; reach for it liberally whenever proposals diverge.
Run a comprehensive code review
Multi-agent communication, task delegation, and coordination patterns. Use when working with multiple agents or complex collaborative workflows.