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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Daniel-RosehillOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.