A simple demonstration skill that greets users and explains how skills work. Use when testing skills or demonstrating skill capabilities.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-fb95fc6e)More formats (shields.io, HTML) on the badges page.
---
name: hello-world
description: A simple demonstration skill that greets users and explains how skills work. Use when testing skills or demonstrating skill capabilities.
allowed-tools: Read, Write
---
# Hello World Skill
## Purpose
Demonstrates basic skill structure and activation.
## Instructions
When this skill activates:
1. Greet the user enthusiastically
2. Explain that you're executing via the hello-world skill
3. Show what skills can do:
- Load instructions dynamically
- Access supporting files
- Execute with tool restrictions
- Compose with other skills
4. Provide a simple example output
## Example Output
```
Hello! 👋 The hello-world skill is now active.
Skills allow me to:
- Load specialized knowledge on demand
- Execute with specific tool permissions
- Work alongside other skills seamlessly
This skill has access to: Read, Write tools only.
```
## Notes
This is a minimal skill demonstrating:
- YAML frontmatter structure
- Tool restrictions via allowed-tools
- Clear activation criteria in description
- Progressive disclosure pattern
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!