by LearnPrompt
Portable CC-inspired skills for memory, verification, multi-agent coordination, context compression, and proactive coding-agent workflows.
# Add to your Claude Code skills
git clone https://github.com/LearnPrompt/cc-harness-skillsGuides for using ai agents skills like cc-harness-skills.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:33:32.671Z",
"npmAuditRan": true,
"pipAuditRan": true
}cc-harness-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LearnPrompt. Portable CC-inspired skills for memory, verification, multi-agent coordination, context compression, and proactive coding-agent workflows. It has 219 GitHub stars.
Yes. cc-harness-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/LearnPrompt/cc-harness-skills" and add it to your Claude Code skills directory (see the Installation section above).
cc-harness-skills is primarily written in Python. It is open-source under LearnPrompt on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cc-harness-skills against similar tools.
No comments yet. Be the first to share your thoughts!
"The parts that separate a fun demo from a stable toolchain: memory, compression, verification, routing, proactive jobs."
Portable agent skills distilled from a publicly mirrored CC coding-agent codebase, then rewritten so they can be installed in Claude Code, Codex, and OpenClaw without depending on private runtime internals.
This repo is not a source dump. It is a cleaned skill pack:
SKILL.md bundlesIf you are building with coding agents, these are the parts that usually separate a fun demo from a stable toolchain:
This repo packages those patterns into six installable skills.
Most agent repos share the same hard problems:
The six skills in this repo package those patterns into download-ready bundles.
Claude Code, Codex, or OpenClaw and wanting a shared skill layerCC-style harness design but needing something publishable and portable| Public name | Slug | What it does | Best hosts |
|---|---|---|---|
| CC Dream Memory | dream-memory |
Consolidates logs, recent sessions, and topic memories into a short durable memory index. | Claude Code, Codex, OpenClaw |
| CC Memory Extractor | memory-extractor |
Extracts durable user, feedback, project, and reference memories from recent turns. |
Claude Code, Codex, OpenClaw |
| CC Verification Gate | verification-gate |
Runs a read-only challenge pass after implementation to distinguish verified from merely claimed done. | Claude Code, Codex |
| CC Swarm Coordinator | swarm-coordinator |
Splits large work into research, synthesis, implementation, and verification with bounded workers. | Claude Code, Codex, OpenClaw |
| CC Context Compressor | structured-context-compressor |
Produces a nine-part continuation summary for long sessions and handoffs. | Claude Code, Codex, OpenClaw |
| CC Kairos Lite | kairos-lite |
Adds lightweight proactive jobs with schedule, sleep, brief, and expiry rules. | Claude Code, OpenClaw |
Each bundle lives in skills/ and includes:
SKILL.mdreferences/prompt-template.mdreferences/source-notes.mdscripts/...README.mdIf you only try three things, try these first:
dream-memoryverification-gatestructured-context-compressorThat gives you one memory workflow, one quality gate, and one continuation artifact. It is the fastest way to feel whether this repo is useful.
Run the basic bundle checks first:
bash ./skills/check_all.sh
One-line install (any skills-compatible agent):
# all six skills
npx skills add LearnPrompt/cc-harness-skills -g
# or a single skill
npx skills add LearnPrompt/cc-harness-skills -s verification-gate -g
Or copy one skill into a host runtime manually:
mkdir -p ~/.claude/skills
cp -R ./skills/dream-memory ~/.claude/skills/
Then invoke it in Claude Code:
Use /dream-memory to consolidate the memory directory before we continue.
mkdir -p ~/.codex/skills
cp -R ./skills/dream-memory ~/.codex/skills/
Then invoke it in Codex:
Use /dream-memory and consolidate recent memory files into one stable index.
mkdir -p ~/.openclaw/workspace/skills
cp -R ./skills/dream-memory ~/.openclaw/workspace/skills/
Then check it in OpenClaw:
openclaw skills info dream-memory
Publish to ClawHub after checks:
bash ./skills/publish_all.sh 0.1.0
skills/README.mdskills/RELEASE_PLAN.mdskills/TEST_REPORT.mdRecommended public GitHub repo name: cc-harness-skills
Good alternatives:
cc-agent-skillscc-harness-kitcc-portable-skillsThe public naming uses CC on purpose: it signals the origin of the ideas without hard-coding a full vendor product name into the repo identity.
Latest smoke-test status:
Claude Code: six skills load successfullyOpenClaw: six skills resolve as ReadyCodex: bundle structure is verified; runtime smoke test is pending local authFull report: skills/TEST_REPORT.md
skills/
dream-memory/
memory-extractor/
verification-gate/
swarm-coordinator/
structured-context-compressor/
kairos-lite/
Internal working notes and non-publishable local experiments still live under .codex/skills/, but the public release surface for this project is the root skills/ directory.
Made by LearnPrompt · From the same workshop
Luban · skill polishing · Paoding · blogger distilling · Cailun · chat-to-page · Afu · LLM todo · AI News Radar · zero-API · Skillrush Town · ClawHub daily · Irasutoya Illustrations · Humanize PPT · CC Harness
WeChat「卡尔的AI沃茨」 · X @aiwarts · learnprompt.pro