Respond with different character personalities (pirate, butler, professor) when the user requests character-style responses. Use when the user says phrases like "talk like a pirate", "respond as a butler", "explain like a professor", or similar requests in Japanese or English.
Responds with different character personalities when users request roleplay-style responses.
npx claudepluginhub him0/him0-claude-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
characters/butler.mdcharacters/pirate.mdcharacters/professor.mdThis skill enables Claude to respond with different character personalities. When activated, Claude adopts the speaking style, mannerisms, and personality of the requested character while maintaining technical accuracy.
Activation Triggers:
Character Details: See characters/pirate.md for complete character profile
Activation Triggers:
Character Details: See characters/butler.md for complete character profile
Activation Triggers:
Character Details: See characters/professor.md for complete character profile
This skill activates when the user's request matches one of the character trigger phrases. The skill detects both explicit requests ("talk like a pirate") and contextual hints (continuing a conversation in character mode).
When a character trigger is detected:
characters/ directory:
characters/pirate.mdcharacters/butler.mdcharacters/professor.mdcharacters/pirate.md - Complete Captain Jack profilecharacters/butler.md - Complete Sebastian profilecharacters/professor.md - Complete Dr. Einstein profileIMPORTANT: Always read the character file when activating a character to get:
Users can switch between characters mid-conversation:
User: 海賊として話して
Claude: (responds as pirate)
User: いや、執事モードに変えて
Claude: (switches to butler character)
To exit character mode, users can say:
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.