Skip to main content

skill-creator

Facilitates the creation of structured Claude Code skills with templates and best practices for modular development.

Install this skill

or
87/100

Security score

The skill-creator skill was audited on May 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 34

Access to hidden dotfiles in home directory

SourceSKILL.md
34Create a new skill called "my-skill-name" in ~/.claude/skills/
low line 47

Access to hidden dotfiles in home directory

SourceSKILL.md
47python3 ~/.claude/skills/skill-creator/scripts/init_skill.py <skill-name> --path <output-directory>
low line 90

Access to hidden dotfiles in home directory

SourceSKILL.md
90python3 ~/.claude/skills/skill-creator/scripts/package_skill.py <path/to/skill-folder> [output-directory]
medium line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
1071. Initialize: `init_skill.py release-notes-generator --path ~/.claude/skills/`
medium line 112

Access to hidden dotfiles in home directory

SourceSKILL.md
1126. Package: `package_skill.py ~/.claude/skills/release-notes-generator`
Scanned on May 12, 2026
View Security Dashboard
Installation guide →