-
Notifications
You must be signed in to change notification settings - Fork 418
Closed
Description
Issue Summary
The Ffuf skill needs updates to comply with SkillSystem.md TitleCase naming conventions and structural requirements.
Problems Found
1. Directory Naming Not TitleCase
- Current:
resources/ - Should be:
Resources/
2. File Naming Not TitleCase
| Current | Should Be |
|---|---|
resources/WORDLISTS.md |
Resources/Wordlists.md |
resources/REQUEST_TEMPLATES.md |
Resources/RequestTemplates.md |
ffuf_helper.py |
tools/FfufHelper.py |
3. Missing tools/ Directory
Per SkillSystem.md, every skill should have a tools/ directory. The helper script should be moved there.
4. Missing Required Sections in SKILL.md
- Missing
## Workflow Routingsection (required by SkillSystem.md) - Missing
## Examplessection (required by SkillSystem.md)
Suggested Fix
- Rename
resources/→Resources/ - Rename files to TitleCase:
Wordlists.md,RequestTemplates.md - Create
tools/directory - Move
ffuf_helper.py→tools/FfufHelper.py - Add
## Workflow Routingsection to SKILL.md - Add
## Examplessection with 2-3 concrete usage patterns - Update all path references in SKILL.md
Related
- Follows TitleCase naming convention from
Skills/CORE/SkillSystem.md - Similar to issues AlexHormoziPitch skill references missing Command file #231, CreateCLI skill: Inconsistent naming and missing workflow files #232 for other skills
🤖 Generated with Claude Code
Metadata
Metadata
Assignees
Labels
No labels