Skip to content

corca-ai/charness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,042 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charness - Corca Harness

It helps Claude Code and Codex turn repo instructions, skills, scripts, and checks into a repeatable product-development workflow.

charness is a Claude Code / Codex plugin developed by Corca, with agent skills, scripts, and a CLI packaged as one harness.

It was built from the patterns Corca uses across the product-development loop, from ideation to release, and reflects the core philosophy the Corca AX team has developed around products and agents.

Quick Start

Make sure your machine has Python 3. Then install the managed charness CLI and host plugin with:

curl -fsSLo /tmp/charness-init.sh \
  https://raw.githubusercontent.com/corca-ai/charness/main/init.sh
bash /tmp/charness-init.sh

If you prefer, inspect the install script before running it. setup changes repo files by proposing ordinary diffs; review those diffs before committing them.

Start a fresh Claude Code or Codex session in your repository and ask the agent to initialize the repo:

Use charness to initialize this repo.

The agent will load charness:setup to update the repo's AGENTS.md and related settings. After that, you can keep prompting the agent in your usual style, with charness giving the agent routing context underneath instead of requiring you to name a skill every time.

The CLI is there so humans and agents can inspect local harness state instead of guessing. For day-to-day operation, start with charness --help, charness doctor, and charness update.

Use charness update all when you also want to refresh tracked external tools and bundled support skills.

For the full command surface, see CLI Reference.

Workflow Routes

After setup, ask for the work in normal product language. charness uses repo instructions and skill metadata to route the agent underneath, so most prompts do not need to name a skill.

  • New project: shape the idea with ideation, initialize with setup, turn the direction into a spec, then build through impl.
  • Existing repo: run setup if the repo is not initialized, then ask directly for implementation, debugging, quality review, story work, handoff, or release help.
  • Known workflow: call a skill directly when that is clearer. Claude uses /charness:<skill>; Codex uses $charness:<skill>.

For the longer route guide, including retros, Cautilus-backed review, and existing-repo examples, see Workflow Routes.

Core Concepts

These are the core concepts behind charness; for the concrete workflow surface, see Skill Map.

  1. Less Is More: strong defaults and progressive disclosure beat long prompt menus.
  2. Agents Are First-Class Users: CLIs, scripts, artifacts, and docs should be usable by agents as well as humans.
  3. Reveal Intent, Hide Detail: public skills name user intent; support skills and integrations carry tool-specific detail underneath.
  4. Human-Code-AI Symbiosis: humans keep judgment, code keeps repeatable proof, and AI handles exploration, synthesis, and implementation.
  5. Long-Running Agents Need Quality Software: quality is a trust surface, not just a style pass.
  6. Tacit Knowledge Becomes Workflow: debugging, review, product judgment, and communication patterns become reusable skills.
  7. The System Should Get Smarter With Use: retros, adapters, validators, and artifacts preserve lessons across sessions.
  8. Context Must Keep Flowing: narrative, release notes, handoff, and review loops move work across human and agent boundaries.

Skill Map

charness keeps two skill surfaces: public and support. Public skills are workflow names a human or agent may reasonably ask for; support skills and integrations stay underneath to carry tool-specific detail.

Terminology:

  • support skill: tool-use instructions that public workflows can consume
  • support capability: charness-owned runtime/provider metadata for discovery and doctor context
  • integration manifest: external tool lifecycle metadata for install, update, detect, healthcheck, readiness, and support-skill sync behavior

Public Skills

Use setup when a repo needs its first project overview, AGENTS.md, roadmap, or operator-facing setup.

The rest of the public surface groups by intent:

gather is often a supporting move inside ideation, spec, or impl, not necessarily a standalone stage in every workflow.

Support Skills And Integrations

Support skills are tool-use knowledge that helps public skills work. They are not public workflow names. Integrations are external-tool manifests that carry install, update, detection, healthcheck, readiness, and support-skill sync behavior.

See Support Skill Policy for the boundary and Control Plane for integration lifecycle detail.

Learn More

README is the first-touch orientation surface. Deeper contracts live in the docs and artifacts that own them:

About

Charness - Corca Harness

Resources

Stars

Watchers

Forks

Contributors