con un clic
con un clic
Create and send Gmail emails using draft-first workflow. Always draft first, get user approval, then send.
Navigate and understand codebase structure using the knowledge graph
Plan and execute safe refactoring using dependency analysis
Perform a structured code review using change detection and impact
Design world-class product onboarding for SaaS applications that drives activation, reduces churn, and converts users. Use this skill whenever someone mentions onboarding, user activation, first-time user experience, aha moment, time-to-value, user signup flow, welcome experience, product tour, user activation funnel, trial conversion, or reducing churn through better first experiences. Also trigger when someone asks about empty states, getting-started flows, welcome screens, product walkthroughs, or improving new user retention. Even if they say "our users don't get it" or "people sign up but never come back" — that's an onboarding problem and this skill applies.
Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.
| name | Debug Issue |
| description | Systematically debug issues using graph-powered code navigation |
Use the knowledge graph to systematically trace and debug issues.
semantic_search_nodes to find code related to the issue.query_graph with callers_of and callees_of to trace call chains.get_flow to see full execution paths through suspected areas.detect_changes to check if recent changes caused the issue.get_impact_radius on suspected files to see what else is affected.