docs: Update skills lesson with managing, debugging, and best practices

- Add Managing Skills section (viewing, testing, updating, removing)
- Expand Troubleshooting with debugging tips for skipped skills, YAML errors, permissions
- Add Version History best practice section with example
- Enhance allowed-tools documentation with security use cases
- Add Multi-File Skill Example showing complex skill structure
- Add version history to code-review SKILL.md example

Based on: https://code.claude.com/docs/en/skills
This commit is contained in:
Luong NGUYEN
2025-12-24 23:30:50 +01:00
parent b44d9d6a77
commit e978c4949d
2 changed files with 200 additions and 1 deletions

View File

@@ -64,3 +64,7 @@ List code quality issues with refactoring suggestions
#### Maintainability (if issues found)
List maintainability problems with improvements
## Version History
- v1.0.0 (2024-12-10): Initial release with security, performance, quality, and maintainability analysis