What's New in v6.2
New Skills
- code-autopsy — 12Q quantified code review. 4-axis scoring (Security × 0.35 + Stability × 0.30 + Robustness × 0.20 + Operability × 0.15). Severity Anchor Table. Deployment verdict (SHIP/FIX/RISKY/BLOCK). CapCode ceiling metric for score gaming detection. CEF fabrication detection. Quick mode and Diff mode. Works as a standalone prompt in any LLM.
- stepback — One-shot perspective reset. 1 abstract reframing question + 3 quick checks (scope drift, side effects, better approach) in under 10 lines. Use anytime during implementation.
All 10 Existing Skills Upgraded
- goal-lock — Ralph Wiggum early-completion detection (12th masquerading pattern) + verification traceability (every claim must trace to an actual tool call)
- collab-audit — 13→14 sections. New: Thinking Level Trajectory (5-Level model + AI attribution correction)
- session-checkpoint — Handoff clarity self-check (2 anchor questions after writing)
- session-start — Context rot prevention (sliding window for stale entries)
- pre-push — 3-IOC supply chain check for newly added dependencies
- scope — Contraindication field (conditions where the chosen approach is NOT suitable)
- freeze — Thaw protocol (formal unfreeze workflow with blast radius check)
- project-init — Extended .env.example template (OAuth, external services, monitoring) + security baseline
- project-check — Score delta tracking (compare current vs previous scan results)
- setup — Redesign protocol for Tier 0 violation test failures (3-option escalation)
Infrastructure
- Repo renamed:
claude-code-skills→sovereign-skills - Codex/Cursor support:
agents/openai.yamlfor all 12 skills. Install vianpx skills add AlexZio00/sovereign-skills --skill <name> --agent codex - README in 5 languages: English, Korean, Japanese, Chinese, Spanish
- Internal references removed: All provenance/source attributions moved to central index. Clean public release.
Lifecycle Coverage (12 skills)
Setup: /project-init → /setup
Workflow: /scope → /freeze → /goal-lock → /stepback → /code-autopsy → /pre-push
Session: /session-start ↔ /session-checkpoint
Quality: /project-check, /collab-audit
Install
git clone https://github.com/AlexZio00/sovereign-skills.git
cd sovereign-skills
for d in */; do [ -f "$d/SKILL.md" ] && cp -r "$d" ~/.claude/skills/; doneMIT License. DM @AlexZio00 for custom skill development.