mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
- Add getMarkdownFilesRecursive() for recursive file scanning - Add parseAllSections() to parse _sections.md from subdirectories - Add parseSectionsFromFile() helper function - Update buildSkill() and validateSkill() to use new functions - Export new functions for use by validate.ts This allows organizing reference files in product-specific subdirectories (e.g., references/db/ for database files) while keeping _sections.md in each subdirectory. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>