Command Development
Build Claude Code Slash Commands
Teams need reusable commands that behave consistently across projects. This skill guides command structure, frontmatter, arguments, Bash context, plugin resources, testing, and documentation.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "Command Development" from https://skillstore.io/skills/davila7-command-development.md and its manifest at https://skillstore.io/api/skills/davila7-command-development/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.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 "Command Development". User asks for a simple code review slash command.
Expected outcome:
A concise command design with description, read-only tool access, review checklist, and expected feedback format.
Using "Command Development". User asks for a plugin command that runs a quality checker.
Expected outcome:
A plugin command plan that references plugin resources, narrows Bash access, validates inputs, and summarizes checker output.
Using "Command Development". User asks how to prepare a command for marketplace distribution.
Expected outcome:
A checklist covering naming, portability, dependencies, examples, testing steps, and security review points.
Security Audit
Medium RiskThe 400 presented static findings are mostly documentation and test examples, with no prompt injection or malicious intent found. Copy-ready inline Bash examples that interpolate positional input remain confirmed because generated commands may permit shell injection. Broad Bash permissions and unrestricted dynamic file references also require correction, and 29 capped static matches still need manual review. Static review was capped at 400/429 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.
Confirmed security concerns (2)
Capability review items (36)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (50)
📁 Filesystem access (29)
🌐 Network access (8)
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/davila7-command-development/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-command-development?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-command-development?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-command-development/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-command-development.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
davila7. (2026). Command Development security audit report (audit version 9) [Author version 0.2.0]. Skillstore. https://skillstore.io/skills/davila7-command-development/audits/9BibTeX citation
@techreport{davila7-davila7-command-development-2026,
author = {davila7},
title = {Command Development security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/davila7-command-development/audits/9},
note = {Author version 0.2.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "Command Development security audit report (audit version 9)"
version: "0.2.0"
type: report
authors:
- name: "davila7"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/davila7-command-development/audits/9"
identifiers:
- type: other
value: "skillstore:davila7-command-development:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
3 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
anthropics-command-development
2026-08-21
command-development
2026-08-21
davila7-command-development
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Standardize Team Workflows
Create shared project commands for reviews, testing, documentation, and release checks.
Create Plugin Commands
Design plugin commands that use plugin resources, scripts, agents, skills, and templates.
Improve Personal Automation
Build personal slash commands for repeated development tasks across many repositories.
Try These Prompts
Create a Claude Code slash command for reviewing changed files. Include a short description and clear instructions.
Design a slash command that accepts one file path argument, reads that file, and produces documentation for it.
Write a command that gathers Git status before analysis. Use the narrowest allowed-tools value and explain any Bash usage.
Create a plugin slash command that validates arguments, reads a plugin template, runs a plugin script, and reports failures safely.
Best Practices
- Use the narrowest allowed-tools setting that supports the command.
- Validate and document every user-supplied argument before using it.
- Test commands with missing, invalid, long, and unusual inputs.
Avoid
- Do not grant Bash(*) when a specific command filter is enough.
- Do not pass slash command arguments directly into shell commands without validation.
- Do not hardcode personal plugin paths or local machine paths.
Frequently Asked Questions
What does this skill help me build?
Does the skill execute shell commands itself?
Can I use it with plugin commands?
How should I handle command arguments?
Why is allowed-tools important?
What should I review before publishing commands?
Developer Details
Author
davila7License
MIT
Author version
v0.2.0
Skillstore revision
r1
Ref
dbe0e719813583400773166a0621f8a9b8185c72
Maintenance freshness
7/18/2026
Usage
4 downloads · 212 views