Skip to main content

command-creator

Facilitates the creation of reusable Claude Code slash commands for automating workflows and enhancing productivity.

Install this skill

or
80/100

Security score

The command-creator skill was audited on Mar 6, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 12

Access to home directory dotfiles

SourceSKILL.md
10## About Slash Commands
11
12Slash commands are markdown files stored in `.claude/commands/` (project-level) or `~/.claude/commands/` (global/user-level) that get expanded into prompts when invoked. They're ideal for:
13
14- Repetitive workflows (code review, PR submission, CI fixing)
medium line 63

Access to home directory dotfiles

SourceSKILL.md
612. Default location:
62 - If in git repo → Project-level: `.claude/commands/`
63 - If not in git repo → Global: `~/.claude/commands/`
643. Allow user override:
65 - If user explicitly mentions "global" or "user-level" → Use `~/.claude/commands/`
medium line 65

Access to home directory dotfiles

SourceSKILL.md
63 - If not in git repo → Global: `~/.claude/commands/`
643. Allow user override:
65 - If user explicitly mentions "global" or "user-level" → Use `~/.claude/commands/`
66 - If user explicitly mentions "project" or "project-level" → Use `.claude/commands/`
67
medium line 159

Access to home directory dotfiles

SourceSKILL.md
1571. Determine full file path:
158 - Project: `.claude/commands/[command-name].md`
159 - Global: `~/.claude/commands/[command-name].md`
160
1612. Ensure directory exists:
Scanned on Mar 6, 2026
View Security Dashboard