From career
Enumerate conferences and events at the intersection of a domain, geography, and date range. Reads ground-truth for goals/travel constraints. Writes to <WORKING_FOLDER>/domain-notes/<domain-slug>/conferences.md. Surfaces CFP windows separately so the user can submit, not just attend.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
Domain ∩ geography ∩ date-range. Output groups events by attend / submit / sponsor-only and tags those with currently-open CFPs.
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 ∩ date-range. Output groups events by attend / submit / sponsor-only and tags those with currently-open CFPs.
$ARGUMENTS:
<domain> — niche.--geography=<region> — defaults to USER_LOCATION + global virtual events.--horizon=<next-6mo|this-year|next-12mo> (default next-12mo).--n=<count> (default 12).--include-virtual (default true).--cfp-only — only events with currently-open CFP submissions./career:ecosystem conferences "agentic AI"
/career:ecosystem conferences "devtools" --geography="EMEA" --cfp-only
/career:ecosystem conferences "ai evals" --horizon=next-6mo
WORKING_FOLDER, USER_LOCATION from config. Read ground-truth.md for travel-constraint signals.
Output: ${WORKING_FOLDER}/domain-notes/${domain-slug}/conferences.md (creates the per-domain subdirectory if needed).
WebSearch + WebFetch:
Aim for --n events. Always include at least 2 free/virtual options unless filtered out.
For each event:
open until <date> | closed for <year> | no public CFPUSER_LOCATION (rough; mark [ask user] if not derivable)attend (worth being in the room) | submit (CFP open + good fit) | sponsor-only (vendor-heavy, low IC value)# Conferences — {{domain}}
> Domain: {{domain}}
> Geography: {{geography}}
> Horizon: {{horizon}}
> Surveyed: {{date}}
## Open CFPs (submit)
| event | dates | CFP closes | location | why submit | source |
## Worth attending
| event | dates | location | ticket | travel from {{loc}} | why | source |
## Sponsor-only / vendor-heavy
| event | note |
## Honest unknowns (TBA / no public info)
| event | what would resolve this |
## Sources
1. ...
note: domain-notes/<domain-slug>/conferences.md
attend: <n>
submit (CFP open): <n>
sponsor-only: <n>
next:
- submit → /career:suggest projects --target-domain=<slug> (talk-shaped project)
- attend → /career:plan week (block travel + cost)
## Status: nothing scheduled in horizon note.