From claudeclaw
Creates Claude Code skills at project or global scope by prompting for specs, generating SKILL.md with trigger phrases and instructions, and writing to disk.
npx claudepluginhub moazbuilds/claudeclaw --plugin claudeclawThis skill uses the workspace's default tool permissions.
Create new skills for Claude Code. Use `$ARGUMENTS` to determine what the user wants.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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)