Agent skill
simple-example
A simple example Skill demonstrating basic functionality
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/simple-example
SKILL.md
Simple Example Skill
This is a simple example Skill that demonstrates the basic structure.
Usage
This Skill helps with:
- Task A
- Task B
- Task C
Example
typescript
// Example code
function hello() {
console.log('Hello from Simple Skill!')
}
Notes
- Keep it simple
- Focus on one thing
- Provide clear examples
Didn't find tool you were looking for?