ceo0x/skills
Skill Claude CodeCodex
Audit naming in a codebase by finding one inconsistency, ambiguity, or bad name at a time, proposing a better name and explaining why it improves the code. Waits for approval before moving on. Use when user wants to improve naming, audit identifiers, or mentions "name-guard".
ceo0x/skills
Skill Claude CodeCodex
Analyze code for performance by identifying one bottleneck or hot path at a time, explaining why it matters, and proposing the exact optimized version. Waits for approval before moving to the next. Use when user wants to optimize performance, profile code, or mentions "perf-tune".
ceo0x/skills
Skill Claude CodeCodex
Design and build world-class SaaS onboarding flows grounded in behavioral science. Covers Aha Moment identification, 7 architecture patterns (including mobile-native), segmented flows, multi-channel sequences (in-app + email + human), copy frameworks, framework-agnostic UI component standards, analytics…
ceo0x/skills
Skill Claude CodeCodex
Relentlessly simplify code, concepts, or decisions by asking "Is this strictly necessary?" one question at a time. Use when user wants to reduce complexity, cut unnecessary code, or mentions "simplify me".
ceo0x/skills
Skill Claude CodeCodex
Challenge every decision in a design or codebase by asking "Why not do it this other way instead?" one alternative at a time, with pros/cons and a final recommendation. Use when user wants to stress-test decisions, explore alternatives, or mentions "why not".