From Daniel-Rosehill
Download Daniel Rosehill's resume / CV — public PDF, agent-readable JSON, or open the CV web page. Use when the user says "download my resume", "get my CV", "fetch resume JSON", "open my CV page", or similar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/Daniel-Rosehill:download-resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Three resume artefacts are available:
Three resume artefacts are available:
| Target | URL | Default save path |
|---|---|---|
| PDF (public resume) | https://www.danielrosehill.com/files/docs/pdf/daniel-resume-public.pdf | ~/Downloads/daniel-resume-public.pdf |
| agent JSON (machine-readable) | https://www.danielrosehill.com/files/docs/resume-agent.json | ~/Downloads/resume-agent.json |
| CV web page (open in browser) | https://www.danielrosehill.com/about/cv | — |
Download PDF or JSON:
curl -fsSL -o ~/Downloads/daniel-resume-public.pdf https://www.danielrosehill.com/files/docs/pdf/daniel-resume-public.pdf
curl -fsSL -o ~/Downloads/resume-agent.json https://www.danielrosehill.com/files/docs/resume-agent.json
Open CV page in browser:
xdg-open https://www.danielrosehill.com/about/cv
If the user wants the JSON loaded into the conversation (rather than saved), fetch it and Read it back. Default to PDF if unspecified.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Daniel-RosehillProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.