From career
Suggest concrete projects (build / write / contribute) the user could ship to close a skill gap, demonstrate a capability, or create a hook for outreach to a target company. Writes to <WORKING_FOLDER>/recommendations/projects-<date>.md.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
Translates "what should I work on" into concrete shipped artifacts. Each project has a clear scope, time estimate, and what it would unlock (which gap it closes, which conversation it starts).
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.
Translates "what should I work on" into concrete shipped artifacts. Each project has a clear scope, time estimate, and what it would unlock (which gap it closes, which conversation it starts).
$ARGUMENTS:
--close-gap=<skill> — close a specific skill gap.--target-company=<slug> — produce a project that's a credible hook for outreach to this company.--target-domain=<slug> — domain-shaped project (signal-building).--time-budget=<weekend|week|month> (default week).--n=<count> (default 5)./career:suggest projects --close-gap="RLHF tooling" --time-budget=weekend
/career:suggest projects --target-company=snowglobe --time-budget=week
/career:suggest projects --target-domain=ai-evals --n=8
ground-truth.md.For each candidate project, define:
--time-budget.# Project suggestions — {{date}}
> Goal: {{close-gap | target-company | target-domain}}
> Time budget: {{budget}}
> Generated: {{datetime}}
## Projects
### 1. {{title}}
- shape: {{build|write|contribute|present}}
- artifact: {{repo|post|PR|talk|dataset}}
- time: {{est}}
- demonstrates: {{skill / claim}}
- unlocks: {{gap closed | outreach hook | portfolio}}
- distribution: {{where to publish + share}}
- starter steps:
1. ...
2. ...
### 2. ...
## Why these and not others
- {{1–2 sentences on the trade-offs you made}}
## Sources
1. ...
recommendations: recommendations/projects-<date>.md
projects: <n>
next: pick one and commit to a time slot in /career:plan
--close-gap or --target-domain.