From Daniel-Rosehill
Fetch Daniel Rosehill's bio from his About page and load it into the conversation. Use when the user says "pull my bio", "get my bio", "fetch about page", "load my bio", or needs bio text for a profile / proposal / intro.
How this skill is triggered — by the user, by Claude, or both
Slash command
/Daniel-Rosehill:pull-bioThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch Daniel's bio from https://www.danielrosehill.com/about and load the content into the conversation.
Fetch Daniel's bio from https://www.danielrosehill.com/about and load the content into the conversation.
Use WebFetch:
WebFetch url=https://www.danielrosehill.com/about
prompt="Extract Daniel Rosehill's bio — full text, no navigation/footer chrome. Preserve paragraph breaks."
If WebFetch isn't available, fall back to:
curl -fsSL https://www.danielrosehill.com/about | pandoc -f html -t plain
After fetching, present the bio text. If the user wants it for a specific use (LinkedIn, proposal, email), offer to adapt length/tone.
Provides 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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Daniel-Rosehill