| name | claude-helper |
| description | A generic helper for various tasks. Assists with common operations. |
Claude Helper
This skill demonstrates naming violations.
Violations in this file
- frontmatter/name-no-reserved: name contains reserved word
claude
- naming/no-vague: directory name
helper is too vague
- naming/no-generic: description uses generic terms without specifics
What this should be
Instead of helper/ with claude-helper, use specific names like:
processing-pdfs/ with processing-pdfs
analyzing-code/ with analyzing-code
Workflow
- Receive request
- Do something
- Return result