com um clique
skills
skills contém 5 skills coletadas de ceo0x, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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 instrumentation, and A/B testing playbooks. Make sure to use this skill whenever the user mentions onboarding, activation, trial-to-paid conversion, time-to-first-value, TTFV, signup flows, product-led growth, PLG, user activation, first-run experience, welcome flow, setup wizard, onboarding checklist, empty states, mobile app onboarding, push notification opt-in, or wants to improve how new users experience their SaaS product — even if they don't explicitly say "onboarding."
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".
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".
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".
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".