Skip to content

Ffuf skill: TitleCase naming and structural compliance #233

@hjbrandt

Description

@hjbrandt

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 Routing section (required by SkillSystem.md)
  • Missing ## Examples section (required by SkillSystem.md)

Suggested Fix

  1. Rename resources/Resources/
  2. Rename files to TitleCase: Wordlists.md, RequestTemplates.md
  3. Create tools/ directory
  4. Move ffuf_helper.pytools/FfufHelper.py
  5. Add ## Workflow Routing section to SKILL.md
  6. Add ## Examples section with 2-3 concrete usage patterns
  7. Update all path references in SKILL.md

Related


🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions