"Universal AI execution framework — tiered loading, zero-issue delivery, self-healing"
Resources
14Install
npx skillscat add jacobo07/claude-power-pack Install via the SkillsCat registry.
Claude Power Pack v8.0
Universal AI execution framework. Project-agnostic. Tiered loading.
ALWAYS read ./parts/core.md and ./parts/execution.md — these contain all always-active rules.
Token Budget
| Tier | When | Load |
|---|---|---|
| LIGHT | Fix, lookup, single file | core.md only (~1000 tok) |
| STANDARD | Feature, 1-5 files | core + execution (~1600 tok) |
| DEEP | Architecture, 5+ files | core + execution + relevant sleepy |
| FORENSIC | Production risk, prior failures | all parts |
Never load all files. Match task to tier first.
Sleepy Parts (load ONLY when triggered)
| Trigger | Part | File |
|---|---|---|
| React, Next.js, Vue, Svelte, SwiftUI, RN, Flutter, Tailwind, shadcn, HTML, CSS, frontend, UI, UX, design, component, dashboard, landing page, brand, palette, typography, font, layout, animation, a11y, poster, artwork, canvas, SaaS UI, vibe coding | F: Frontend Lieutenant (orchestrates artifacts-builder + frontend-design + brand-guidelines + canvas-design + building-ai-saas-products + ui-ux-pro-max + 21st.dev MCP) | parts/sleepy/frontend.md |
| /autoresearch, competitive research | G: Autoresearch | parts/sleepy/autoresearch.md |
| token audit, compress, dedup, optimize | C+H+R: Token Tools | parts/sleepy/token-tools.md |
| load ExecutionOS, governance overlay | I: ExecutionOS | parts/sleepy/executionos.md |
| daemon, dispatch, omnicapture, infra, VPS | O+P+S+V+X: Infra | parts/sleepy/infrastructure.md |
| agent governance, AGT, OWASP ASI | W: Agent Gov | parts/sleepy/agent-governance.md |
| zero-crash, TTY, sandbox, process isolation | ZC: Zero-Crash | parts/sleepy/zero-crash.md |
| reverse engineer, video analysis, YouTube, competitor, SOTA | VRE: Video-RE | parts/sleepy/video-re.md |
| knowledge graph, graphify, obsidian, vault | KG: Knowledge Graph | parts/sleepy/knowledge-graph.md |
| governance vault, leyes, mistakes, gates, vault sync | GV: Governance Vault | parts/sleepy/governance-vault.md |
| destila, destilar, KobiiDistillerOS, prompt madre, tier 1 2 3, vMAX, 22 secciones, Tandas, Partes, UKDL | D: KobiiDistiller | parts/sleepy/distiller.md |
| multi-file search, audit, "find every", > 3 files, > 40 KB raw read | SR: Subagent Routing | parts/sleepy/subagent-routing.md |
Quick Reference
| Trigger | Action | Source |
|---|---|---|
| (every activation) | PART A0: Scan $PWD, detect manifests, populate context | core.md A0 |
| (every task) | OBSERVE→PLAN→EXECUTE→VERIFY→HARDEN | core.md A |
| (>1 file) | STOP after PLAN, wait approval | core.md B |
| "done"/"complete" | Zero-issue gate: compile+test+E2E | core.md D |
| (on correction) | RCA: HALT→TRACE→HEAL→FIX | execution.md K |
| (new system) | Challenge→Reverse-engineer→Decompose→Tooling | execution.md N |
| (new backend) | Elixir-First if >=2 criteria match | execution.md T |
| (>10 files) | Micro-batch, checkpoint, pause | execution.md U |
!kclear |
Dump memory+task, clean restart | execution.md M |
| "token audit" | Load sleepy/token-tools.md | on demand |
| "runtime check" | Load sleepy/infrastructure.md | on demand |
/cpp-customclaw create [name] |
Scan project, generate custom daemon | commands/customclaw.md |
/cpp-vault-sync |
Regenerate vault INDEX.md and sync metadata | commands/vault-sync.md |
/cpp-vault-setup |
Extract CLAUDE.md into governance vault | commands/vault-setup.md |
/cpp-distill <source> / check <path> / distill <source> |
Atomic-ingest + 22-section distillation (Tandas & Partes) + IRE-7. distill = zero-token deterministic engine (default; needs $KOBII_DISTILLER_ENGINE_ROOT); check validates an output dir |
commands/distill.md |
/cpp-design-md |
Lint/diff/export DESIGN.md (Google Labs design-system spec). Power-Pack default for web design. | commands/design-md.md |
/cpp-resume-sovereign <q|cid|--list> |
Fuzzy-search Sovereign Vault (46k+) via FTS5 BM25 and inject a recovered session as read-only context + project-filtered Universal Laws | commands/resume-sovereign.md |
/cpp-compound |
Compound Learnings driver: consolidates new learning files into rules/skills/hooks/agent updates. Sentinel hook at ~/.claude/hooks/learning-sentinel.js produces LEARNINGS_PENDING.md markers; this command consumes. Health check: python tools/compound_audit.py. |
commands/compound.md |
SkillBank Index
Full catalog of slash commands, modules, sleepy parts, and tools — 1-line Process/Rules/Output per entry: `./SKILLBANK.md`.
Austerity Rule (Token Shield)
Before Explore agents or bulk-reads in this repo, check ./_audit_cache/source_map.json first:
python tools/audit_cache.py --project . --check-all # report changed vs unchanged
python tools/audit_cache.py --project . --summary <path> # cached 1-line summary (no full file read)If a file's SHA matches the cache, prefer the cached summary. Only raw-read on hash mismatch, missing cache entry, or explicit deep-refactor request. See ./_audit_cache/semantic_tags.json for module-purpose tags.