Skill Name
Brief overview of what this skill accomplishes. This appears when the skill is activated.
Usage
/skill-name [optional-arguments]
Workflow
- Check prerequisites: Verify requirements are met
- Gather information: Collect necessary data
- Execute task: Perform the main operation
- Validate results: Confirm success
Reference detailed guides when needed:
- references/REFERENCE.md - Technical details
- references/EXAMPLES.md - Usage examples
Scripts
Run helper scripts for complex operations:
# Basic usage
scripts/helper.sh
# With options
scripts/helper.sh --option value
See script help for details: scripts/helper.sh --help
Assets
Use templates from assets/ directory:
assets/TEMPLATE.md- Starting templateassets/config-template.json- Configuration example
Gotchas
The highest-signal content in any skill. Build this up from real failure modes over time.
- Gotcha 1: Description of a non-obvious failure mode and how to avoid it
- Gotcha 2: Description of another common pitfall
Safety Considerations
- Never run destructive commands without confirmation
- Validate all inputs before processing
- Check for sensitive data in outputs
- Use dry-run mode when available
Reference
See references/REFERENCE.md for:
- Detailed technical information
- Command reference
- Configuration options
- Troubleshooting guide
Converted and distributed by TomeVault — claim your Tome and manage your conversions.