Commit Graph

5 Commits

  • fix: address review feedback from PR #929
    - Add missing code-review.md and development-workflow.md to zh/README.md directory listing
    - Add mkdir -p command before copy in manual install instructions
    - Fix TypeScript test command path in SKILL-DEVELOPMENT-GUIDE.md
    - Add Anti-Patterns section to SKILL.md template
    - Add Template category to Skill Categories table in CONTRIBUTING.md
    - Add Pre-Review Requirements section to code-review.md (both en and zh)
    - Add Pre-Review Checks step to development-workflow.md (both en and zh)
    - Add trailing newlines to all files that were missing them
  • docs: add comprehensive Skill Development Guide
    - Add docs/SKILL-DEVELOPMENT-GUIDE.md with detailed guidance on creating skills
    - Update CONTRIBUTING.md with enhanced skills section linking to the new guide
    - Covers skill architecture, categories, best practices, testing, and examples
    
    The new guide provides:
    - What skills are and when they activate
    - Skill file structure and format
    - Step-by-step skill creation tutorial
    - Writing effective skill content
    - Common patterns and anti-patterns
    - Testing and validation checklist
    - Complete examples gallery