$npx -y skills add martinemde/skillet --skill simple-skillA simple skill for testing basic functionality. Use when you need to test the skillet CLI.
| 1 | # Simple Skill |
| 2 | |
| 3 | This is a simple skill for testing purposes. |
| 4 | |
| 5 | ## Instructions |
| 6 | |
| 7 | When invoked, this skill should: |
| 8 | |
| 9 | 1. Acknowledge the invocation |
| 10 | 2. Perform a basic task |
| 11 | 3. Report completion |
| 12 | |
| 13 | ## Example |
| 14 | |
| 15 | Input: "Hello, world!" |
| 16 | Output: "Task completed successfully." |