curiositech/windags-skills

190+ agent skills for Claude Code, Codex, Gemini CLI, Cursor, and 40+ other agents. Apache-2.0.

10Stars on the repository
60Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

INDEX

01

curiositech/windags-skills

Agent

Five Claude Code subagents — one per meta-DAG stage. These are invokable via the Task tool when you want to run a single stage of the /next-move pipeline directly, without the full orchestration.

10 1mo ago A 0 tokens

decomposer

02

curiositech/windags-skills

Agent

Stage 2 of the /next-move meta-DAG. Breaks the Sensemaker's inferred problem into 3-7 subtasks with explicit dependencies and wave assignments. Pass the SensemakerOutput plus the ContextSnapshot. Returns DecomposerOutput JSON validated against schemas/decomposer-output.schema.json. Each subtask must be one skilled…

10 1mo ago A 79 tokens

premortem

03

curiositech/windags-skills

Agent

Stage 3b of the /next-move meta-DAG. Identifies failure modes, severity, affected nodes, and concrete mitigations for the predicted plan. Pass the DecomposerOutput and the SkillSelectorOutput. Returns PreMortemOutput JSON validated against schemas/premortem-output.schema.json. Runs in parallel with the Skill Selector.…

10 1mo ago A 85 tokens

sensemaker

04

curiositech/windags-skills

Agent

Stage 1 of the /next-move meta-DAG. Classifies a project's current state into well-structured / ill-structured / wicked, scores confidence, names the inferred problem, and decides whether to halt. Pass the gathered ContextSnapshot in your invocation. Returns SensemakerOutput JSON validated against…

10 1mo ago A 86 tokens

skill-selector

05

curiositech/windags-skills

Agent

Stage 3a of the /next-move meta-DAG. For each subtask, picks a primary skill and a runner-up from the catalog using the SkillSearchService cascade (BM25, Tool2Vec, RRF, cross-encoder, attribution k-NN). Pass the DecomposerOutput plus a pre-narrowed candidate list per subtask. Returns SkillSelectorOutput JSON. Runs in…

10 1mo ago A 92 tokens

synthesizer

06

curiositech/windags-skills

Agent

Stage 4 (final) of the /next-move meta-DAG. Assembles the final PredictedDAG from upstream outputs, picks planning + runtime topology with honesty rules applied, and validates against schemas/predicted-dag.schema.json. Pass the SensemakerOutput, DecomposerOutput, SkillSelectorOutput, and PreMortemOutput. Returns a…

10 1mo ago A 90 tokens