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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Daniel-RosehillThis skill uses the workspace's default tool permissions.
Fetch Daniel's bio from https://www.danielrosehill.com/about and load the content into the conversation.
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.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
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.