graphkit
SolidRun a long-horizon coding task as a small graph of agent nodes instead of one drifting loop. Generates an executor node (works against a single-source-of-truth ledger) and a clean-context supervisor node that audits from outside the executor's context — re-verifying claimed-done work, checkpoint-committing what passes, and correcting drift through a one-way directives file. Use for multi-round tasks where an agent tends to scope-creep, fake "done", or quietly lower the bar. Nodes share no context, so the executor runs on a cheap/fast model while a strong model supervises.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- levi-qiao
- Repository
- levi-qiao/graphkit
- Created
- 1 weeks ago
- Last Updated
- 3 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
graphsmith
Build and fix reliable multi-agent AI workflows for any skill level, from first-time builders to senior engineers. ALWAYS use this skill when the user asks to "build an agent", "automate" a task or workflow, wants "AI to do X for me", describes a multi-step job, mentions agents, bots, pipelines, swarms, or orchestration, or has an automation that "keeps breaking", "forgets where it left off", "loops forever", "duplicates work", or "makes stuff up". Also use to review, harden, or migrate an agent loop to a multi-agent architecture, or when multiple agents or sessions must build in parallel without conflicts ("agents keep overwriting each other", "coordinate parallel agents"). Trigger even if the user never says "agent". Includes an executable scaffolder, architecture linter, crash-recovery test harness, and multi-agent coordination rules, plus KnoSky grounding (auto-updated) so answers about existing code carry citations instead of guesses.
graph-orchestrator
Use when a request has many similar subtasks (auditing every file in a repo, researching a list of companies, migrating a set of endpoints, reviewing a batch of documents), when a plan is about to be written as "first X, then Y, then Z" across more than about four steps, or when work spans 10+ files or sources. Also use when a previous attempt at a large task ran out of context, lost detail partway through, or produced a summary that thinned out toward the end, or when a plan ends in an irreversible action (mass send, deploy, delete) that needs gating.
graph-engineering
Use when a workflow has explicit data dependencies, independently executable branches, typed joins, or node-local recovery needs that justify a bounded static dependency graph.