claudeindex
Marketplace

sovereign-plugins

sovereign-plugins

Stars

113

Forks

22

Plugins

12

Installation

1

Add the marketplace

/plugin marketplace add AlexZio00/sovereign-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

12

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

project-init

Interview-based project scaffolding — generates CLAUDE.md, ROADMAP, .gitignore, and .env.example from decisions, not templates

Plugin

setup

Claude Code infrastructure and agent team setup — rules, hooks, memory system, routing, and agent installation in one guided flow

Plugin

scope

Define what is IN, what is OUT, and exit criteria before implementation. Quick mode (3 questions) or Full mode (layered spec with ADR)

Plugin

freeze

Declare the editable zone — everything outside is frozen. Prevents scope creep during implementation

Plugin

goal-lock

Agent discipline engine — locks the goal, enforces PLAN-DO-VERIFY-FINALIZE-OUTPUT loop, detects 11 success masquerading patterns

Plugin

pre-push

Mandatory pre-push pipeline — secrets scan (12 patterns), build/test gate, lint, parallel AI code review. Blocks push on Critical/High findings

Plugin

session-start

Session opener — loads handoff from last session, reviews lessons learned, runs health check, outputs ready signal with priority action

Plugin

session-checkpoint

Session closer — saves context before compact. Handoff file, memory updates, lesson extraction, reflexion

Plugin

project-check

Scan existing project across 4 dimensions: Infrastructure, Security, Quality, Harness. Returns scored gaps ordered by severity

Plugin

code-autopsy

12Q quantified code review — 4-axis scoring (Security/Stability/Robustness/Operability), severity anchors, deployment verdict, factuality gate. Works as standalone prompt in any LLM

Plugin

collab-audit

13-section AI collaboration audit — analyzes actual work patterns to generate behavioral profile, blind spots, and growth direction

Plugin

stepback

One-shot perspective reset — 1 reframing question + 3 quick checks (scope drift, side effects, better approach) in under 10 lines. Use anytime during work