Create new skills for Claude Code. Use when users ask to create a skill, add a skill, make a new command, build a skill, add a slash command, create a plugin skill, or define a new automation. Trigger phrases include "create a skill", "new skill", "add a skill", "make a command", "build a skill", "I want a skill that", "add slash command", "create automation".
Creates new Claude Code skills from user requests by generating SKILL.md files for project or global use.
npx claudepluginhub moazbuilds/claudeclawThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create new skills for Claude Code. Use $ARGUMENTS to determine what the user wants.
A skill is a SKILL.md file inside a skills/<skill-name>/ directory. It uses YAML frontmatter:
---
name: my-skill
description: Short description of when to trigger this skill. Include trigger phrases so Claude knows when to activate it.
---
# Skill Title
Instructions for what Claude should do when this skill is triggered.
my-skill)Skills can be created at two levels:
<project-root>/skills/<skill-name>/SKILL.md~/.claude/skills/<skill-name>/SKILL.md~/.claude/Ask the user conversationally what the skill should do, what scope (project or global), and what name they want. Suggest ideas based on context.
Based on their answers, generate the SKILL.md content:
name in kebab-casedescription with plenty of trigger phrases so Claude knows when to activate itCreate the skill:
skills/<skill-name>/SKILL.md relative to project root~/.claude/skills/<skill-name>/SKILL.mdConfirm creation and show the user:
/<plugin-name>:<skill-name> or just by asking naturally (Claude auto-triggers based on description)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.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
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.