Releases: LearnPrompt/cc-harness-skills
Releases · LearnPrompt/cc-harness-skills
Release list
v0.2.0 — Reactivation: one-line install + plugin marketplace
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-skillsthen/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
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 MemoryCC Memory ExtractorCC Context CompressorCC Verification GateCC Swarm CoordinatorCC 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 skillsOpenClaw: verified locally for all six skillsCodex: 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