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 Feb 22, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 87

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
1641. Initialize structure: `init_skill.py release-notes-generator --path ~/.claude/skills/`
medium line 172

Access to hidden dotfiles in home directory

SourceSKILL.md
1725. Package: `package_skill.py ~/.claude/skills/release-notes-generator`
Scanned on Feb 22, 2026
View Security Dashboard