feat: add session summary screenshot, skills, and GitHub templates
- Add session-summary-v3.png screenshot for hook documentation - Add GitHub issue templates (bug report, feature request, question) - Add new skills: ccboard, guide-recap, landing-page-generator, release-notes-generator, skill-creator Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0f4b1837c5
commit
e504f0d1bf
49 changed files with 6554 additions and 0 deletions
17
examples/skills/release-notes-generator/scripts/README.md
Normal file
17
examples/skills/release-notes-generator/scripts/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Scripts
|
||||
|
||||
This directory contains executable scripts for deterministic, repeatable tasks.
|
||||
|
||||
## Guidelines
|
||||
|
||||
- Scripts should be self-contained and well-documented
|
||||
- Include usage examples in script headers
|
||||
- Handle errors gracefully with clear messages
|
||||
- Use appropriate exit codes (0 for success, 1 for failure)
|
||||
|
||||
## Files
|
||||
|
||||
Add your scripts here. Examples:
|
||||
- `generate.py` - Main generation script
|
||||
- `validate.py` - Validation utilities
|
||||
- `transform.py` - Data transformation helpers
|
||||
Loading…
Add table
Add a link
Reference in a new issue