$npx -y skills add martinemde/skillet --skill comprehensive-skillA comprehensive skill demonstrating all frontmatter fields. Use for testing complete SKILL.md parsing.
| 1 | # Comprehensive Skill |
| 2 | |
| 3 | This skill demonstrates all possible frontmatter fields and features. |
| 4 | |
| 5 | ## Overview |
| 6 | |
| 7 | This skill is designed to test the complete parsing and execution pipeline |
| 8 | of the skillet CLI tool. It includes all optional frontmatter fields and |
| 9 | demonstrates proper formatting. |
| 10 | |
| 11 | ## Prerequisites |
| 12 | |
| 13 | - Git must be installed |
| 14 | - Docker must be installed |
| 15 | - Internet access is required |
| 16 | |
| 17 | ## Instructions |
| 18 | |
| 19 | ### Step 1: Initialize |
| 20 | |
| 21 | First, check the environment: |
| 22 | |
| 23 | ```bash |
| 24 | git --version |
| 25 | docker --version |
| 26 | ``` |
| 27 | |
| 28 | ### Step 2: Execute |
| 29 | |
| 30 | Perform the main task according to user requirements. |
| 31 | |
| 32 | ### Step 3: Report |
| 33 | |
| 34 | Provide a detailed summary of actions taken. |
| 35 | |
| 36 | ## Output Format |
| 37 | |
| 38 | Results should be formatted as: |
| 39 | |
| 40 | ``` |
| 41 | Task: [task name] |
| 42 | Status: [success/failure] |
| 43 | Details: [description] |
| 44 | ``` |
| 45 | |
| 46 | ## Error Handling |
| 47 | |
| 48 | If prerequisites are not met, report clearly which requirement failed. |
| 49 | |
| 50 | ## Resources |
| 51 | |
| 52 | Additional documentation can be found in the references/ directory. |