sovereign-skills
Full project lifecycle governance, code review, and session memory
All Skills in This Repository (12)
Pure Emerald Level Indicatorsfreeze
Lock codebase modifications to a pre-defined editable scope.
stepback
Generate a reframing question and check scope, side effects, and alternatives.
code-autopsy
Analyze source code against 12 quality dimensions with severity scores.
integration-intake
Integrate external patterns into Claude Code projects with value, redundancy, provenance, and security checks.
skill-ops
Snapshot, roll back, and track usage of Claude Code skills and agents.
clean-room
Carve safety-adjacent task elements into isolated subagents with adversarial verification.
setup
Automate Claude Code infrastructure and agent team setup with guided configuration.
scope
Define project scope with IN/OUT and exit criteria.
next-action
Analyze project state data to propose top three prioritized next actions.
project-overview
Generate a cross-project status map by analyzing handoff files.
goal-lock
Lock project goals and enforce the PLAN→DO→VERIFY→FINALIZE→OUTPUT loop during code review.
full-audit
Audit codebase, docs, and config areas with Python scripts and manual review.
Frequently Asked Questions
FAQPage SchemaHow to install sovereign-skills?▼
Run `npx skills add AlexZio00/sovereign-skills --all -g -y` in your terminal to install all 20 skills globally.
What problems does sovereign-skills solve?▼
It prevents scope creep, hardcoded secrets, unverified 'done' claims, and lost context between sessions by enforcing structured workflows from project setup through code review to session checkpoints.
Does sovereign-skills work with Codex and Cursor?▼
Yes. Every skill ships an agents/openai.yaml file alongside the standard SKILL.md, so it runs in Claude Code, Codex, Cursor, and other compatible environments.
How does the pre-push security scan work?▼
The pre-push skill runs a deterministic scanner over your staged diff, blocking 12 credential patterns, supply-chain risks, and merge conflict markers before any git push is allowed.
Can I use sovereign-skills without coding experience?▼
Yes. You trigger skills with plain phrases like 'scope this' or 'what should I do next', and the agent follows the built-in checklists and scripts for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core