Add claude-harness to Generators & Meta-Harnesses#24
Open
TIANTIAN-ZHAN wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
claude-harnessto the Generators & Meta-Harnesses section.claude-harness is a Claude Code skill toolkit that scaffolds and maintains a production AI agent harness in any repo. It focuses on the Generators side of the section — the initial scaffolding step that produces the CLAUDE.md + docs/ layout for any repo.
Four skills covering the harness lifecycle:
/bootstrap-harness— scaffold a complete CLAUDE.md + docs/exec-plans/ + lessons.md system in 5 minutes (3 progressive stages)/review-harness— audit harness vs current code, report-only/finish-phase— graduate active exec-plans to completed/, update the index/promote-lesson— promote repeated lessons into CLAUDE.md rules via the ACE paper's delta-edit pattern (arxiv 2510.04618)Encodes the AGENTS.md spec, GitHub's 2,500-repo CLAUDE.md study, and the ACE paper.
Repo: https://github.com/TIANTIAN-ZHAN/claude-harness
License: MIT
Inserted after
revfactory/harness. Happy to adjust wording or position if it fits better elsewhere.