Explore skills
66,581 skills found
commit
Generate conventional commit message based on git changes
project
Run the full design-to-deploy pipeline using 3 AIs (Claude + Codex + Gemini). Use when starting a new feature, running /project, or needing end-to-end development with requirements, specs, implementation, testing, review, and deployment phases.
spec
Generate UI screen design documents with component lists, state transitions, interactions, and responsive breakpoints. Use when designing screens, creating wireframes, or running /spec.
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.