claude-harness
Autonomous coding sessions with persistent memory and test-driven workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorscheckpoint
Automates session checkpointing by saving progress, committing changes, and pushing to remote.
merge
Merge open pull requests in dependency order and clean up branches.
prd-breakdown
Decompose product requirements documents into features with Gherkin acceptance criteria.
setup
Initialize, upgrade, or migrate the claude-harness plugin in a project.
start
Compile context, load memory, and sync with GitHub during session startup.
flow
Orchestrate end-to-end feature lifecycles from creation to merge in Claude harness.
Frequently Asked Questions
FAQPage SchemaHow to install claude-harness?โผ
Run `npx skills add panayiotism/claude-harness --all -g -y` in your terminal to install all skills globally, then run the setup skill inside your project.
What does claude-harness do?โผ
It runs end-to-end coding workflows: breaking PRDs into features, implementing them with test-driven development, and handling commits, pull requests, and merges automatically.
How does claude-harness prevent repeated mistakes?โผ
It records every failed approach and user correction in a persistent memory system, then warns the agent before it tries a similar approach again.
Can claude-harness run features autonomously?โผ
Yes. The flow command with the autonomous flag batch-processes your entire feature backlog, running each feature in an isolated context with automatic retries.
Does claude-harness work with GitHub?โผ
Yes. It creates issues and branches, opens pull requests, and merges them in dependency order using the standard gh command-line tool.
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