Skip to content

v6.0 — Consolidated & Upgraded

Choose a tag to compare

@AlexZio00 AlexZio00 released this 23 Jun 03:35
· 6 commits to master since this release

What's New

Added

  • goal-lock — Agent discipline engine. Locks the goal, enforces PLAN→DO→VERIFY→FINALIZE→OUTPUT loop, detects 11 success masquerading patterns (test deletion, mock wrapping, threshold relaxation, etc.). Quick mode (3 fields) for small changes, Full mode (7 fields) for everything else.

Merged (13 → 10 skills)

  • harness-init + team-initsetup — Infrastructure and agent team in one guided flow
  • brief + adrscope — Scope definition with ADR capability built in
  • retrosession-checkpoint — Retrospection is now Phase 1.7 Reflexion

Removed

  • token-audit — Use npx ccusage directly
  • adr (standalone) — Absorbed into scope
  • retro (standalone) — Absorbed into session-checkpoint

Upgraded (all 10 skills)

  • Dominant Variable, Key Assumptions, Error Recovery, Safety Layers added to every skill
  • Scope Boundary with action tags ([READ]/[WRITE]/[BASH]/[AGENT])
  • session-checkpoint: Memento CoT compression, Reflexion, Invocation logging
  • pre-push: Large diff deterministic bundling, Discard If conditions
  • collab-audit: Anti-pattern flags, Key Assumptions

Install

git clone https://github.com/AlexZio00/claude-code-skills.git
cd claude-code-skills
for d in */; do [ -f "$d/SKILL.md" ] && cp -r "$d" ~/.claude/skills/; done