skills/salacia-status/SKILL.md
Show current Salacia scope contract and drift status. Use when checking what files are in scope, current drift score, or reviewing the contract. Triggers on: 'salacia status', 'scope status', 'drift status', 'guard status'.
npx skillsauth add 2233admin/salacia-guard salacia-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show the current scope enforcement status.
.salacia/contract.json — if missing, tell user to run /salacia-init.salacia/drift.json — show current drift score.salacia/config.json — show if enabled and thresholdDisplay a summary like:
┌─── Salacia Guard Status ───────────────────────┐
│ Task: fix-scheduler-bug │
│ Enabled: ✅ Threshold: 30 │
├─── Contract ───────────────────────────────────┤
│ Allowed: packages/core/src/execution/** │
│ packages/core/test/** │
│ Soft: packages/core/src/config.ts │
│ packages/core/src/taskSolver.ts │
│ Protected: .env, *.pem, *.key │
│ Max files: 10 │
├─── Drift ──────────────────────────────────────┤
│ Score: 5/30 │
│ In-scope: 3 files │
│ Soft-scope: 1 file (config.ts) │
│ Out-of-scope: 1 file (README.md) [+5] │
│ Protected violations: 0 │
└─────────────────────────────────────────────────┘
testing
Show Salacia audit statistics — event counts, top drifted files, learned promotions. Triggers on: 'salacia stats', 'scope stats', 'drift stats', 'guard stats', 'salacia report'.
testing
Initialize Salacia scope contract for the current task. Use when starting a new coding task to define which files the agent is allowed to modify. Triggers on: 'salacia init', 'scope contract', 'init salacia', 'guard scope'.
testing
Run Salacia garbage collection — analyze drift patterns, rotate audit logs, merge learned patterns into memory. Use when: 'salacia gc', 'clean salacia', 'salacia refine', 'optimize scope', 'salacia learn'.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".