panayiotismpanayiotismCommunityยท6 Agent Skills Included

claude-harness

Autonomous coding sessions with persistent memory and test-driven workflows

Automates full feature lifecycles from PRD breakdown to implementation, testing, pull requests, and merges. Preserves project knowledge across sessions with a five-layer memory system that records decisions, failures, and learned rules. Eliminates repeated mistakes, lost context, and manual Git busywork so coding sessions run unattended with test-driven verification.
npx skills add panayiotism/claude-harness --all -g -y
Available:

Tells the agent how to start each session, route requests to the six workflow skills, follow one-feature-at-a-time rules, and keep progress and memory files updated.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’