my-cc-harness
Autonomous coding loops, quality gates, and persistent memory
All Skills in This Repository (8)
Pure Emerald Level Indicatorse2e-verify
Automate end-to-end UI verification in a real browser with Playwright, Cypress, or agent-browser.
autodev
Modify, validate, and selectively keep or discard code changes in iterative experiments.
autodev-parallel
Coordinate parallel AutoDev experiments across git worktrees with configurable rounds and best-branch selection.
typescript-advanced-types
Provides design patterns for advanced TypeScript type features like generics and conditional types.
spec-verify
Verify SPEC.md requirements implementation and generate a SPEC-REVIEW.md report.
harness-diagnostics
Generate a structured diagnostic report scoring CLAUDE harness health across 12 principles.
harness-audit
Diagnose Claude Code harness health across eight evaluation dimensions.
eval
Spawn an independent Evaluator agent to score code artifacts across four axes.
Frequently Asked Questions
FAQPage SchemaHow to install my-cc-harness?โผ
Run `npx skills add jh941213/my-cc-harness --all -g -y` in your terminal to install all skills globally.
What does my-cc-harness do?โผ
It is a complete working environment for coding agents with 43 skills, 12 agent roles, 20 enforcement hooks, and a 3-tier memory system. It runs autonomous loops that finish PRD items and open PRs while you sleep.
How does the autonomous overnight development loop work?โผ
The autodev skill uses a Stop Hook that intercepts session endings, picks the next unfinished PRD item, implements it, runs verification, and commits. It repeats until all items are done or the iteration limit is reached.
Does it work with Claude Code?โผ
Yes. It is built specifically for Claude Code and installs into the ~/.claude directory with skills, hooks, rules, and agent definitions.
Can I use it without deep prompt engineering knowledge?โผ
Yes. After installation, the hooks and routing rules apply automatically, so you just describe tasks in plain language and the harness enforces quality gates for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core