- Remove redundant 'skills/' subdirectories - Rename 'templates/' to 'assets/' in worklog, template, review-gate, hq - Move loose docs to 'references/' in niri-window-capture, spec-review - Update SKILL.md and README.md paths |
||
|---|---|---|
| .. | ||
| assets | ||
| examples | ||
| scripts | ||
| README.md | ||
| SKILL.md | ||
Skill Template
[One-paragraph user-facing description of what this skill does]
Quick Start
[Brief example of how to use this skill]
Claude Code / OpenCode: The agent will automatically invoke this skill when you request [trigger phrase].
Manual invocation:
[Example user request that triggers the skill]
What It Does
[Detailed explanation of the skill's functionality]
- Feature 1
- Feature 2
- Feature 3
Prerequisites
- Requirement 1
- Requirement 2
- Requirement 3
Example Usage
Scenario 1: [Use Case Name]
User request:
[Example request]
Agent actions:
- [Step 1]
- [Step 2]
- [Step 3]
Result: [Description of output]
Scenario 2: [Another Use Case]
User request:
[Example request]
Agent actions:
- [Step 1]
- [Step 2]
- [Step 3]
Result: [Description of output]
Configuration
[If the skill requires configuration, document it here]
No configuration required / or:
Create a configuration file at [path]:
{
"setting1": "value1",
"setting2": "value2"
}
Troubleshooting
Problem: [Common Issue 1]
Cause: [Why this happens] Solution: [How to fix]
Problem: [Common Issue 2]
Cause: [Why this happens] Solution: [How to fix]
Advanced Usage
[Optional advanced features or customization options]
See Also
Contributing
Found a bug or have a suggestion? Please open an issue in the main repository.
License
MIT