From career
Enumerate companies in a domain operating in or hiring within a specific geography (city, country, region). Writes to <WORKING_FOLDER>/domain-notes/geo-<geo-slug>-<domain-slug>.md. Reads outreach.md to mark contact status.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
Domain ∩ geography. For users who want a list scoped to a city, country, or region — either because they're there, want to be there, or are sizing a local market for consulting work.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Domain ∩ geography. For users who want a list scoped to a city, country, or region — either because they're there, want to be there, or are sizing a local market for consulting work.
$ARGUMENTS:
<geography> — city, country, or region. Quoted if multi-word.<domain> — the niche.--n=<count> (default 20).--include-offices — include companies with a local office, even if HQ is elsewhere.--lens=<employer|client> — defaults employer.--refresh./career:discover by-geography "Tel Aviv" "ai infrastructure"
/career:discover by-geography "Israel" "policy tech" --include-offices
/career:discover by-geography "Berlin" "open-source devtools" --lens=client
WORKING_FOLDER, USER_LOCATION from config. Output: ${WORKING_FOLDER}/domain-notes/geo-${geo-slug}-${domain-slug}.md.
Sources:
Two passes:
--include-offices) — separate section.Mark contact-status.
# {{domain}} in {{geography}}
> Domain: {{domain}}
> Geography: {{geography}}
> Include offices: {{true|false}}
> Surveyed: {{date}}
## HQ in {{geography}}
| name | website | stage | hq | hiring locally? | contact-status | notes |
## Offices in {{geography}} (HQ elsewhere)
(only if --include-offices)
## Local ecosystem signals
- Notable accelerators / VCs active in this niche+geo: ...
- Recent funding events: ...
- Conferences / meetups: ...
## Sources
1. ...
note: domain-notes/geo-<geo-slug>-<domain-slug>.md
hq-local: <n>
offices-local: <n> (if applicable)
never-contacted: <n>
contacted-stale: <n>
contacted-recent: <n>
next: /career:suggest companies --from=geo-<geo-slug>-<domain-slug>
unknown otherwise.chunked-discovery recommendation.