Explore skills

66,661 skills found

timing-analysis

0

Market timing and entry window assessment for bootstrapped founders. Evaluates whether the moment is right — strategic inflection points, adoption stage, buyer behavior shifts, regulatory catalysts, incumbent vulnerability windows, and bootstrapper timing fit. Use when user runs `/timing-analysis`, asks about "why now", "market timing", "is it too late", "is it too early", "entry window", "inflect

Segurançaby entpnomad

user-personas

0

ICP and buyer persona card generator for bootstrapped founders. Produces 2-3 detailed persona cards (primary buyer, secondary buyer, anti-persona) with demographics, psychographics, behavior patterns, pain story, buying triggers, objections, and targeting criteria. Includes beachhead drift check. Use when user runs `/user-personas`, asks about "who is my customer", "buyer persona", "ICP", "ideal c

Marketing#aiby entpnomad

venture-sensei

0

Brutal, bullshit-free business strategist and mentor for founders. Use when user runs `/venture-sensei`, asks to "critique my startup", "review my business idea", "give me startup advice", "what customer acquisition strategy", "help me create an offer", "validate this idea", or needs strategic business mentorship. Created by the founders of RevenueHunt.com.

Design e Frontendby entpnomad

commit

0

Use when you are about to create a git commit — generates a conventional commit message with type(scope): TICKET description format. Auto-detects ticket from branch name or arguments. Always use this instead of running git commit directly.

Desenvolvimento#git#aiby latuconsinafr

debug

0

Use when you encounter a bug, error, or unexpected behavior during a task — follows a reproduce → isolate → fix → verify cycle. Invoke this instead of guessing at a fix.

Desenvolvimento#ai#testby latuconsinafr

env-audit

0

Use when you want to audit environment variable usage — scans the entire codebase for all env var references across all sources (code, Docker, CI, config files) and flags anything undocumented or inconsistent. Works for any stack and any env var pattern.

DevOps e Infra#ai#testby latuconsinafr

issue

0

Use when starting work on a GitHub or Jira issue — reads the issue, explores affected code, and produces a ready-to-execute implementation plan. Invoke this at the start of any ticket-driven task instead of jumping straight to /plan.

Desenvolvimento#github#gitby latuconsinafr

onboard

0

Use at the start of a session on an unfamiliar or returning project — reads architecture docs, recent activity, open work, and coding conventions to prime context before starting any task. Invoke this before /plan or /issue when you haven't worked on the project recently.

Desenvolvimento#ai#testby latuconsinafr

plan

0

Use before writing any code for a new feature, task, or significant change — produces a structured implementation plan with affected files, ordered steps, risks, and open questions. Always invoke this at the start of any non-trivial implementation task and wait for explicit approval before writing code.

Desenvolvimento#ai#testby latuconsinafr

pr

0

Use when you are about to open a GitHub pull request — generates a semver-prefixed title ([PATCH/MINOR/MAJOR] TICKET: description) and structured body from commits. Always invoke this instead of running gh pr create directly.

Desenvolvimento#github#gitby latuconsinafr

research

0

Use when you need to investigate an unfamiliar library, framework, architectural question, or technical decision — spawns the researcher agent which explores the codebase and searches external sources in parallel. Invoke before making technology choices or when the right approach is unclear.

Pesquisa e Web#ai#testby latuconsinafr

review

0

Use before committing or opening a pull request — reviews staged changes as a principal engineer for correctness, edge cases, and logic flaws. Always invoke this before creating a PR.

DevOps e Infra#ai#testby latuconsinafr