Arcadi4/skills
Skill Claude CodeCodex
Use when an agent violates a loaded skill despite it being present in context — a gap exists between what the skill says and what the agent did. Also use when reviewing skill effectiveness after a violation, or when deciding whether a skill needs enhancement vs the failure is tolerable.
Arcadi4/skills
Skill Claude CodeCodex
Use when a SKILL.md exceeds 200 lines, has appendix-like reference sections (API tables, command listings, extended examples) that distract from the main workflow, or contains content only relevant in specific conditions (per-scale, per-platform, per-mode) — making agents load irrelevant material for every invocation.
Arcadi4/skills
Skill Claude CodeCodex
Use when designing/planning for implementation, and to reflect on your design's domain behavior and real consumers.
Arcadi4/skills
Skill Claude CodeCodex
Use when reviewing, writing, or refactoring tests that assert constants, headings, descriptor counts, schema shape, generated templates, examples, advisory metadata, or plan/rubric compliance instead of runtime behavior.
Arcadi4/skills
Skill Claude CodeCodex
Use when auditing a frontend codebase for duplicated UI components, inconsistent design-system usage, or hand-rolled variants of existing primitives. Triggers on "find duplicated components", "audit design system consistency", "find UI drift", or reviewing a component library for gaps.
Arcadi4/skills
Skill Claude CodeCodex
Use when a design discussion has produced a real architecture decision, when future readers would ask "why did we do it this way?", when capturing tradeoffs and rejected alternatives matters, or when the user asks to document a design choice. Not for implementation notes, brainstorming dumps, or unsettled decisions.