Skip to content

Releases: LearnPrompt/cc-harness-skills

v0.2.0 — Reactivation: one-line install + plugin marketplace

Choose a tag to compare

@LearnPrompt LearnPrompt released this 11 Jun 19:27

What changed

The pack itself was already solid — six portable harness skills. What was missing was friction-free distribution. This release fixes that:

  • One-line install: npx skills add LearnPrompt/cc-harness-skills -g (all six), or -s <slug> for a single skill — verified working, all 6 skills discovered
  • Claude Code plugin marketplace: /plugin marketplace add LearnPrompt/cc-harness-skills then /plugin install cc-harness
  • README hero: badges (skills.sh install counter / multi-runtime / MIT) + hook

The six skills

dream-memory · memory-extractor · verification-gate · swarm-coordinator · structured-context-compressor · kairos-lite

Manual cp -R install still works as before.

v0.1.0: First Portable CC Harness Skills

Choose a tag to compare

@LearnPrompt LearnPrompt released this 01 Apr 09:31

v0.1.0: First Portable CC Harness Skills

First public release of CC Harness Skills.

This repo packages six portable skills extracted from a publicly mirrored CC coding-agent codebase and rewritten so they can be installed in Claude Code, Codex, and OpenClaw without relying on private runtime internals.

Included in v0.1.0:

  • CC Dream Memory
  • CC Memory Extractor
  • CC Context Compressor
  • CC Verification Gate
  • CC Swarm Coordinator
  • CC Kairos Lite

What ships in each bundle:

  • portable SKILL.md
  • source-derived prompt template
  • source notes
  • host-agnostic helper script

Smoke-test status for this release:

  • Claude Code: verified locally for all six skills
  • OpenClaw: verified locally for all six skills
  • Codex: bundle structure verified; end-to-end runtime smoke test still pending valid local auth

Start here:

  • Publisher guide: skills/README.md
  • Release order: skills/RELEASE_PLAN.md
  • Smoke-test report: skills/TEST_REPORT.md