Initial commit
This commit is contained in:
86
skills/plugin-builder/resources/skill-template.md
Normal file
86
skills/plugin-builder/resources/skill-template.md
Normal file
@@ -0,0 +1,86 @@
|
||||
# Skill Name
|
||||
|
||||
## Purpose
|
||||
|
||||
[1-2 sentences describing what this skill does and its main value proposition]
|
||||
|
||||
## When to Use
|
||||
|
||||
Use this skill when:
|
||||
- [Specific scenario 1]
|
||||
- [Specific scenario 2]
|
||||
- [Specific scenario 3]
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- [Required tool, library, or dependency]
|
||||
- [Necessary permission or access]
|
||||
- [Context or information needed]
|
||||
|
||||
## Instructions
|
||||
|
||||
### Step 1: [First Major Task]
|
||||
|
||||
[Detailed step-by-step instructions for the first major task]
|
||||
|
||||
1. [Specific action]
|
||||
2. [Next action]
|
||||
3. [Final action]
|
||||
|
||||
### Step 2: [Second Major Task]
|
||||
|
||||
[Detailed instructions for the second task]
|
||||
|
||||
1. [Action]
|
||||
2. [Action]
|
||||
|
||||
[Continue with additional steps as needed...]
|
||||
|
||||
## Examples
|
||||
|
||||
### Example 1: [Concrete Use Case Name]
|
||||
|
||||
**Scenario:** [Brief description of the scenario]
|
||||
|
||||
**Input:**
|
||||
```
|
||||
[Example input data/code]
|
||||
```
|
||||
|
||||
**Steps:**
|
||||
1. [What to do]
|
||||
2. [Next step]
|
||||
|
||||
**Output:**
|
||||
```
|
||||
[Expected output]
|
||||
```
|
||||
|
||||
### Example 2: [Another Use Case]
|
||||
|
||||
[Another complete example showing different aspect of the skill]
|
||||
|
||||
## Best Practices
|
||||
|
||||
- [Specific practice related to this skill]
|
||||
- [Another important practice]
|
||||
- [Third practice]
|
||||
- [Fourth practice]
|
||||
|
||||
## Common Issues
|
||||
|
||||
### Issue 1: [Problem Description]
|
||||
**Problem:** [Detailed description of the issue]
|
||||
|
||||
**Solution:** [How to resolve it]
|
||||
|
||||
### Issue 2: [Another Problem]
|
||||
**Problem:** [Description]
|
||||
|
||||
**Solution:** [Resolution steps]
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [Link to related documentation]
|
||||
- [Reference to related skills]
|
||||
- [External resources if applicable]
|
||||
Reference in New Issue
Block a user