Explore skills
66,581 skills found
test
Generate E2E and unit test code from requirements using Playwright, delegated to Codex. Use when writing tests, checking acceptance criteria coverage, or running /test.
review
Run code review against design documents, checking acceptance criteria, security, performance, and test coverage. Use when reviewing implementation quality or running /review.
start
Entry point for the Signal Prospecting Kit. Deep onboarding: researches the user's company from their domain, captures ICP, stack, and voice. Routes to /profile for market research. Triggers: /start, first run, "help me set up". Reads: ./gtm/ (all files). Writes: ./gtm/company.md, ./gtm/icp.md, ./gtm/voice.md. Standalone: yes.
analyze
Analyze entire codebases using Gemini CLI's 1M token context. Generates architecture reports covering structure, security, performance, and improvement roadmaps. Use when auditing code quality or running /analyze.
api
Generate OpenAPI 3.0 specification documents with endpoints, schemas, and security definitions. Use when designing REST APIs, creating API docs, or running /api.
seatmap
This skill should be used when the user asks about "seat map", "seatmap", "seat selection", "best seat", "window seat", "aisle seat", "legroom", "exit row", "seat availability", "airplane seats", "flight seats", "seat pitch", "seat review", "bulkhead", "quiet zone", mentions specific flight numbers (e.g. QF1, BA178, AA716), or wants to check, compare, or find seats on a flight.
mockup
Generate UI mockup images as PNG using HTML/Tailwind CSS rendered via Playwright. Supports multiple device presets (iPhone, iPad, desktop). Use when creating visual prototypes or running /mockup.
push
Exports approved outreach emails into the user's preferred format: sequencer CSV, plain text, or formatted for specific tools. Triggers: /push, "export emails", "push to instantly", "push to outreach". Reads: ./gtm/prospects.md, ./gtm/icp.md (for stack info). Writes: output files in ./gtm/export/. Standalone: yes.
signal-scout
Identifies the buying signal TYPES that matter for the user's market, then uses them to find companies showing those signals right now. Triggers: /signal-scout, "find signals", "what signals matter". Reads: ./gtm/icp.md, ./gtm/company.md. Writes: ./gtm/signals.md. Standalone: yes — asks what they sell if no context exists.
outreach
Takes the prospect list and writes personalized cold emails and/or LinkedIn connection requests. Signal-driven, product-specific, in the user's voice. Asks channel preference (email, LinkedIn, or both) before drafting. Batch mode for multiple prospects, single mode for one. Triggers: /outreach, "write emails", "draft outreach", "write linkedin", "draft linkedin", "outreach email", "outreach linked
profile
Researches the user's market, competitors, and competitive positioning to build a complete ICP profile. Shows findings for user approval before proceeding. Triggers: /profile, "research my market", "who are my competitors". Reads: ./gtm/company.md, ./gtm/icp.md. Writes: updates ./gtm/icp.md with competitive positioning. Standalone: yes (asks for domain if company.md missing).
performance-advisor
Reference guide for MongoDB performance patterns: index strategies (ESR rule, compound, partial, TTL), explain plan interpretation, and performance checklists. Use as background knowledge when advising on indexing or performance. For hands-on optimization of a specific slow query, trigger the query-advisor agent instead.