#383 · Primary category: AI Coding Assistants
claude-code-workflow
QuietHarness:Claude Code、Codex、Cursor 共用的轻量 AI 工作系统
Project last updated:08/29/26
GitHub Stars
711
Forks
88
Contributors
1
License
MIT
Why we included this project
Anyone maintaining a real project with Claude Code, Codex, or Cursor has probably watched the agent overwrite an existing change, declare a task done without running tests, or turn a small fix into an unrequested refactor. QuietHarness installs a thin, reversible set of working rules into whichever of those agents you already use. The rules make the agent look at the current state first, leave unrelated edits alone, verify changes by risk level, and pause for confirmation before irreversible actions like deletions or production changes. The installer defaults to a dry-run preview and only writes into a project directory you point it at, and the same core rules carry over if you switch agents later. It stays deliberately small, a shared core plus optional examples, rather than a full task database or orchestration platform, which suits solo developers and small teams that want guardrails without a heavyweight workflow system.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.