
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
This repository packages a complete autonomous software factory loop—spec writing, parallel implementation, visual review, and spec archival—that ran unattended for over a day and a half on one goal, demonstrating sustained agent-driven development.
AI skills for building software factories. My personal library of domain-agnostic agent skills, reused across every project. Small, composable, and hackable — works with any harness that supports skills: Claude Code, Codex, opencode, Cursor, duet, and 70+ others.
npx skills add dzhng/skills
Add --list to pick individual skills, or copy any skills///
folder into your harness's skills directory (e.g. .claude/skills/).
Software is moving from tasks to factories: agents that pursue a goal autonomously until the output can be trusted. The hard part isn't breaking the goal into tasks — it's breaking it into independently verifiable pieces, and knowing where the pieces even are.
These skills run that loop. Treat the unknown as fog of war: map the terrain, carve it into territories that build and verify in isolation, and recursively re-slice whatever hides more map. And re-planning doesn't stop when planning ends — the spec is a living document, updated and re-sliced mid-implementation whenever the work teaches the agent that the plan is stale. Every piece must prove itself — architecture review, code review, and visual review against a baseline — before the loop moves on. Each iteration gets less wrong, until the goal is done.
Proof: one unattended Codex run pursuing a single goal for 1d 16h on top of these skills, slicing and iterating until done.
Plan. Ask your agent to /write-spec the goal. It interviews you,
researches the unknowns, and materializes a spec under specs// —
a slice graph where every slice is independently verifiable.
Build. Kick off the loop:
/goal /implement-spec specs/
Add whatever framing fits: on the xyz branch, or using /codex as the implementer while you stay the parent orchestrator and reviewer.
The rest fires on its own. The spec tells the loop when to call the
other skills — a /review pass at the end of every slice,
/screenshot-critique and /compare-screenshots on anything
visual, /close-spec when the last slice lands — and to update and
re-slice the plan whenever implementation proves it stale. Every skill is
also independently useful: invoke any of them manually whenever y
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.