skills/enforce/SKILL.md
# Enforce Skill Pre-loads constraints from CLAUDE.md into session context. Prevents common failure patterns before they start. ## Usage ```bash /enforce # Load constraints for current project /enforce --strict # Fail on any rule violation (CI mode) /enforce --list # Show all active constraints ``` ## What It Does 1. **Reads CLAUDE.md** from project root 2. **Extracts hard rules** (NEVER, ALWAYS, MUST, etc.) 3. **Injects into context** as system-level constraints 4. **Sets guar
npx skillsauth add api-haus/my-claude-workflow skills/enforceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pre-loads constraints from CLAUDE.md into session context. Prevents common failure patterns before they start.
/enforce # Load constraints for current project
/enforce --strict # Fail on any rule violation (CI mode)
/enforce --list # Show all active constraints
╔════════════════════════════════════════════════════════════╗
║ CONSTRAINTS LOADED ║
╠════════════════════════════════════════════════════════════╣
║ From: ./CLAUDE.md ║
║ Rules: 6 enforced ║
╠════════════════════════════════════════════════════════════╣
║ HARD STOPS: ║
║ • NEVER push — user pushes after review ║
║ • NEVER add Cargo features — this is a game ║
║ • ALWAYS apply #[cfg] at exact point of divergence ║
╚════════════════════════════════════════════════════════════╝
Works with /resume — if a project has CLAUDE.md, constraints auto-load.
Extracts constraints from:
data-ai
Extract research content from YouTube presentations, PDFs, or PPTX files into structured markdown. Dispatches each pass to a dedicated sub-agent (research-extractor / research-vision / research-refiner) so per-deck vision passes scale to hundreds of slides without bloating the parent context.
development
Build, run, and analyze Unity profiler data with perf-report-style call-stack attribution
documentation
Write a handoff prompt for a future session. A handoff is a continuation-link — minimal context plus a kickoff line the user can copy-paste. Never a diagnosis, never an investigation script, never a prescribed deliverable.
testing
Multi-agent orchestration mode. The orchestrator never reads, edits, runs, or tests directly — it scopes work, runs a re-implementation audit, presents a freeform method brief with grounded recommendations, then dispatches every step to sub-agents through shared context files at `docs/orchestrate/<topic>/`. Use when invoked via /delegate, when the user asks to orchestrate or coordinate multi-agent work, or when the task explicitly calls for delegation.