Skip to content

GraphSmith v0.1.0

Choose a tag to compare

@pjpoulose pjpoulose released this 20 Jul 12:36

First public release.

What's in the box

  • SKILL.md — the skill itself: seven rules, builder/engineer audience modes, four phases (ground → blueprint → build → verify)
  • scripts/scaffold.js — generates a zero-dependency durable workflow project
  • scripts/chaos.js — kill-and-resume test harness (crash mid-step, verify no duplicate side effects)
  • scripts/graphlint.js — flags fragile agent-loop patterns in existing code
  • scripts/knosky-sync.js — grounds the skill in your real repo via KnoSky
  • scripts/install.js — installs into Claude Code, Codex, Gemini CLI, Cursor, Windsurf/Devin, Hermes, and Copilot skill directories
  • references/ — graduation ladder, multi-agent coordination rules, full build system

Install

npx graphsmith-skill

Or download graphsmith.skill (zip format, sha256 starts 5480b6d1) and drop the extracted graphsmith/ folder into your agent's skills directory.

MIT licensed.