find-my-business

find-my-business is a skill for Claude Code from Agent-Engineer-Master/skill-engineer. It costs 150 tokens per session (2,453 once invoked), scanned C, original, MIT.

An interactive process for choosing and validating a business idea. It uses founder information, conversations, and structured checks to narrow several ideas into one direction.

In plain words
What is it for?
Use it to generate business ideas, interview yourself about constraints, run quick validation, and decide what company to pursue.
Why use it?
It helps replace vague brainstorming with a record of what was considered, tested, rejected, or chosen.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: built for gstack.

Good fit Use it to generate business ideas, interview yourself about constraints, run quick validation, and decide what company to pursue.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agent-engineer-master/skill-engineer/find-my-business
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Agent-Engineer-Master/skill-engineer --skill find-my-business
Clone the repo
git clone --depth 1 https://github.com/Agent-Engineer-Master/skill-engineer

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-my-business

README.md
[![agentmods](https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/find-my-business/github.svg)](https://agentmods.dev/skills/agent-engineer-master/skill-engineer/find-my-business)
Your own site
<a href="https://agentmods.dev/skills/agent-engineer-master/skill-engineer/find-my-business"><img src="https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/find-my-business/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-my-business

Your own site · 80×15
<a href="https://agentmods.dev/skills/agent-engineer-master/skill-engineer/find-my-business"><img src="https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/find-my-business.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,453 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00150 $0.02453
Opus 5 $0.00075 $0.01226
Sonnet 5 $0.00030 $0.00491
Haiku 4.5 $0.00015 $0.00245

Measured 8d ago against content hash 58c923d245a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

find-my-business scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/mine_reddit_pain.py, scripts/score_conviction.py, scripts/score_idea.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Built with Agent Engineer Master — get your own production-ready skill: www.agentengineermaster.com/skill-engineer -->
product/find-my-business/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/find-my-business — Startup Idea Discovery

Interactive search process from "I don't know what to build" to "I'm working on this company." Not a business plan generator — a structured conversation that interviews, generates, validates, pushes back, and narrows toward conviction.

Step 0: Session Initialization

  1. Read references/learnings.md. Summarize the 3-5 most relevant bullets for this session.
  2. Read references/edge-cases.md for any factual corrections.
  3. Check if business-search/state.json exists (adjust path to match your project structure).
    • Exists: Read state. Present one-paragraph summary of where we left off — current phase, active ideas, what was decided last session. Ask: "Ready to continue, or want to revisit anything?"
    • Does not exist: First session. Proceed to Step 1.
  4. Route by phase in state file:
    • profile or missing → Step 1
    • ideation → Step 2
    • validation → Step 3
    • deep-validation → Step 4
    • commitment → Step 5

Step 1: Founder Profile Mining

  1. Read your founder context files — about-me, constraints, anti-goals, and ideal-company (adjust paths to match your project structure).
  2. Interview to fill gaps. Ask 3-5 targeted questions, one at a time:
    • What problems have you personally experienced that frustrated you enough to complain about them?
    • What industries or domains do you know deeply enough to spot what others miss?
    • What makes you irrationally excited — even if it seems impractical?
    • What do people come to you for help with, unprompted?
    • What's an unfair advantage you have that most people don't see?
  3. Synthesize into a Founder Profile. Read references/methodology.md Section 1 for the profile template.
  4. HUMAN CHECKPOINT: Present the profile. Flag 2-3 items marked "uncertain — correct me." Get confirmation.
  5. Write approved profile to business-search/founder-profile.md (adjust path to match your project).
  6. Execute scripts/update_state.py --action init to create state file.

Read the full file on GitHub · 129 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 129 lines · 150 tokens per session scan C 58c923d245a0

Subscribe to this mod's changes

find-my-business is a skill published in the GitHub repository Agent-Engineer-Master/skill-engineer (8 stars, last pushed 2mo ago), licensed MIT. It adds 150 tokens to every session and 2,453 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.