Plugin Claude Code
Long-running agent harness with 5-layer memory architecture, GitHub integration via gh CLI, autonomous batch processing with a dedicated implementer subagent, Agent Teams with ATDD, quality-gate hooks, and 6 Agent Skills.
Plugin Claude Code
Long-running agent harness with 5-layer memory architecture, GitHub integration via gh CLI, autonomous batch processing with a dedicated implementer subagent, Agent Teams with ATDD, quality-gate hooks, and 6 Agent Skills.
Settings file Claude Code
Agent settings declaring 43 allowed tools.
Instructions file
Instructions for panayiotism/claude-harness, covering claude harness plugin, project overview, tech stack, session startup protocol and project structure.
Agent
Implements a single claude-harness feature end-to-end in an isolated context - acceptance tests first (ATDD), implementation, verification, checkpoint (commit/push/PR via gh), optional merge. Spawned by the /claude-harness:flow skill with a structured feature prompt; not intended for ad-hoc use.
Hook
Runs when a session starts, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs when a session ends, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs before the context is compacted, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs when the agent asks permission for an action, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs when a subagent starts for general-purpose, harness-implementer and claude-harness:harness-implementer tool calls, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs on the TeammateIdle event, executing run-hook.cmd. From panayiotism/claude-harness.
Hook
Runs when a task is marked completed, executing run-hook.cmd. From panayiotism/claude-harness.
Skill Claude CodeCodex
Save session progress by committing changes, pushing to remote, creating or updating a pull request, persisting decisions and patterns to memory layers, compiling session briefing, and archiving completed features. Use when saving work, creating a PR, preserving session state, or manually checkpointing progress.
Skill Claude CodeCodex
Unified end-to-end development workflow - creates a feature (GitHub issue, branch, Gherkin acceptance criteria), implements it in an isolated subagent via ATDD, verifies, checkpoints (commit/push/PR), and merges. Use for implementing features, fixing bugs, batch-processing a feature backlog, or planning…
Skill Claude CodeCodex
Merge all open pull requests, close linked issues, delete feature branches, and clean up local and remote refs. Use when completing features, merging PRs after review, or finalizing a release cycle.
Skill Claude CodeCodex
Analyze a PRD (product requirements document) and perform a breakdown into atomic features with Gherkin acceptance criteria. Use for PRD analysis, feature extraction, requirement decomposition, acceptance test generation, dependency graphing, and project planning from product specifications.
Skill Claude CodeCodex
Initialize, upgrade, or migrate the claude-harness plugin in a project. Use for first-time setup, plugin installation, version migration, memory directory configuration, legacy file cleanup, and project harness initialization.
Skill Claude CodeCodex
Start a coding session with full context compilation, GitHub sync, and memory loading. Use for session start, project status check, context restoration, loop state recovery, GitHub issue synchronization, and feature priority review.