building-commands
Build Claude Code Slash Commands
Teams need repeatable AI workflows that are easy to invoke and review. This skill helps create, update, validate, and document Claude Code slash commands.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "building-commands" from https://skillstore.io/skills/c0ntr0lledcha0s-building-commands.md and its manifest at https://skillstore.io/api/skills/c0ntr0lledcha0s-building-commands/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "building-commands". Create a command to run unit tests for a selected package.
Expected outcome:
- A proposed command name and file location.
- Recommended argument structure for the package path.
- Minimal tool permissions for reading files and running tests.
- Workflow steps, examples, and validation checks.
Using "building-commands". Review an existing command that uses Bash and file arguments.
Expected outcome:
- A checklist of frontmatter, naming, and argument documentation issues.
- Security notes for path validation and shell argument handling.
- Suggested edits that reduce tool permissions where possible.
Using "building-commands". Fix commands that use short model aliases.
Expected outcome:
A migration summary with affected commands, recommended model values, and validation follow-up.
Security Audit
SafeNo evidence of malicious intent, prompt injection, data exfiltration, or stealthy execution was found. The static findings are false positives from Markdown examples, defensive path traversal guidance, documentation links, and validation terminology.
Risk Factors
๐ Filesystem access (10)
โ๏ธ External commands (119)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/c0ntr0lledcha0s-building-commands/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/c0ntr0lledcha0s-building-commands?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/c0ntr0lledcha0s-building-commands?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/c0ntr0lledcha0s-building-commands/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/c0ntr0lledcha0s-building-commands.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
C0ntr0lledCha0s. (2026). building-commands security audit report (audit version 8) [Author version 2.0.0]. Skillstore. https://skillstore.io/skills/c0ntr0lledcha0s-building-commands/audits/8BibTeX citation
@techreport{c0ntr0lledcha0s-c0ntr0lledcha0s-building-commands-2026,
author = {C0ntr0lledCha0s},
title = {building-commands security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/c0ntr0lledcha0s-building-commands/audits/8},
note = {Author version 2.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "building-commands security audit report (audit version 8)"
version: "2.0.0"
type: report
authors:
- name: "C0ntr0lledCha0s"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/c0ntr0lledcha0s-building-commands/audits/8"
identifiers:
- type: other
value: "skillstore:c0ntr0lledcha0s-building-commands:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create Team Commands
Build reusable slash commands for testing, reviewing, scaffolding, and documentation workflows.
Standardize Existing Commands
Review command files for schema quality, naming rules, model format, examples, and tool permissions.
Design Safer Automation
Plan command workflows with argument validation, least-privilege tools, and clear safeguards.
Try These Prompts
Create a Claude Code slash command for [task]. Ask for the command name, arguments, tools, and expected output before writing it.
Review my slash command at [path]. Check frontmatter, argument documentation, tool permissions, model format, examples, and security notes.
Update commands in [directory] so model fields use version aliases or full model IDs. Report each change and validation result.
Design a namespaced set of slash commands for [workflow]. Include names, arguments, least-privilege tools, validation rules, and testing steps.
Best Practices
- Use the smallest tool set that supports the command workflow.
- Document every argument with expected format, defaults, and examples.
- Validate paths and shell arguments before allowing Bash-based commands.
Avoid
- Do not create commands with broad tools when read-only access is enough.
- Do not pass user arguments directly into shell commands without validation.
- Do not use short model aliases in command frontmatter.
Frequently Asked Questions
What does this skill help create?
Can it validate an existing command?
Does it run the commands it creates?
Why does it discuss model aliases?
Is Bash required for every command?
Can Codex users learn from it?
Developer Details
Author
C0ntr0lledCha0sLicense
MIT
Author version
v2.0.0
Skillstore revision
r1
Ref
5ab1d37e83436c6eef84de88573e142b94f2a4ad
Maintenance freshness
7/18/2026
Usage
21 downloads ยท 200 views
File structure
๐ references/
๐ command-checklist.md
๐ command-migration-guide.md
๐ command-update-patterns.md
๐ scripts/
๐ validate-command.py
๐ templates/
๐ command-template.md
๐ SKILL.md