Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add kasperjunge/agent-resources-legacy --skill "hello-world"
Install specific skill from multi-skill repository
# Description
A simple example skill that demonstrates Claude Code skill structure
# SKILL.md
name: hello-world
description: A simple example skill that demonstrates Claude Code skill structure
Hello World Skill
This is a demonstration skill that shows how Claude Code skills work.
When to Use
Apply this skill when the user asks you to:
- Say hello
- Demonstrate how skills work
- Greet them
Instructions
When invoked, respond with a friendly greeting:
Hello, World! 👋
This response was generated using the hello-world skill.
Skills are automatically discovered and applied based on context.
Key Concepts
- Skills live in
.claude/skills/<skill-name>/SKILL.md - They're auto-discovered based on relevance to the conversation
- Skills can include supporting files like scripts and templates
- Use skills for complex workflows that need structure
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.