prd-classify
01Skill Claude CodeCodex
Classify an Automatos PRD into Rehouse / Refactor / Extension / Net-new before estimating, so the right amount of reuse vs build is planned. Use when starting any PRD on this codebase.
38 tagged multi agent orchestration, measured the same way as everything else here.
Browse within: claude-plugin 35
Skill Claude CodeCodex
Classify an Automatos PRD into Rehouse / Refactor / Extension / Net-new before estimating, so the right amount of reuse vs build is planned. Use when starting any PRD on this codebase.
Skill Claude CodeCodex
Register a new platform tool using the canonical 3-file pattern (platformactions.py + platformexecutor.py + auto.py). Use when adding any new tool that agents should be able to call.
Skill Claude CodeCodex
Structured logging standards: log levels, structured fields, correlation IDs, PII masking, and event naming. TRIGGER when: adding log statements, configuring loggers, or reviewing log output. SKIP: metrics and alerting (use monitoring-observability); error control flow (use error-handling). (Examples use structlog +…
Skill Claude CodeCodex
Material-UI (MUI) styling standards: sx-prop priority, theme tokens, spacing scale, responsive design, and accessibility. TRIGGER when: styling MUI components, defining theme tokens, or building responsive layouts. SKIP: component logic and hooks (use react-patterns); cross-stack UX/design decisions (use…
Skill Claude CodeCodex
Methodology for authoring scaffolding-compatible skills: frontmatter contract, body structure, validation. TRIGGER when: running /create-skill, writing or reviewing a SKILL.md file, or deciding if a procedure deserves its own skill. SKIP: distilling a conversation into candidates (use distill); 3-tier memory writes…
Skill Claude CodeCodex
Sol-mediated orchestration for parallel, first-class, user-visible Codex threads created with the app-level createthread capability in the current project, never through internal subagents. Sol owns architecture, integration, and acceptance while Luna Max handles bounded implementation work. Activate whenever the user…