Command Creator
Analysis
This instruction-only skill coherently creates reusable slash-command markdown files, with the main caution that those files can persistently influence future agent behavior and may include powerful shell or publishing workflows.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Runs `gt submit --stack --publish --no-edit` to create/update PRs for the entire stack
The reference examples include slash commands that can automate high-impact development actions such as committing and publishing PRs without interactive editing. They are examples, not automatic behavior of this skill, but they show the type of workflows users may create.
npx add https://github.com/wpank/ai/tree/main/skills/tools/command-creator
The documented install command points to a remote GitHub path rather than a pinned release or registry source. No hidden code is shown in the reviewed artifact, but the install source should be verified.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Slash commands are markdown files in `.claude/commands/` (project) or `~/.claude/commands/` (global) that expand into prompts when invoked.
This shows the skill creates stored instructions that may be reused later, including globally across projects.
