creating-skills
Create Claude Code Skills
Building a useful AI skill requires clear triggers, structure, and guardrails. This guide helps authors draft concise Claude Code skills with examples and quality checks.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "creating-skills" from https://skillstore.io/skills/bae-changhyun-creating-skills.md and its manifest at https://skillstore.io/api/skills/bae-changhyun-creating-skills/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 "creating-skills". I need a skill for creating release notes from merged pull requests.
Expected outcome:
A concise skill outline with a release-notes name, trigger-focused description, quick start, workflow steps, helper script guidance, and review checklist.
Using "creating-skills". This skill file is too long and includes many examples.
Expected outcome:
A restructure plan that keeps the main workflow short and moves extended examples, troubleshooting, and background material into references.
Using "creating-skills". Check whether my skill follows Claude Code conventions.
Expected outcome:
A review summary covering frontmatter, naming, trigger phrases, line count, helper script value, and permission guidance.
Security Audit
Medium RiskThe static command and filesystem findings are false positives caused by Markdown examples, inline code spans, and standard Claude skills directory documentation. One semantic concern remains: the guide encourages broad Bash wildcard permissions, which can lead authors to grant generated skills more command access than necessary.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (38)
๐ Filesystem access (6)
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/bae-changhyun-creating-skills/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/bae-changhyun-creating-skills?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/bae-changhyun-creating-skills?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/bae-changhyun-creating-skills/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/bae-changhyun-creating-skills.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
Bae-ChangHyun. (2026). creating-skills security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/bae-changhyun-creating-skills/audits/8BibTeX citation
@techreport{bae-changhyun-bae-changhyun-creating-skills-2026,
author = {Bae-ChangHyun},
title = {creating-skills security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/bae-changhyun-creating-skills/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "creating-skills security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Bae-ChangHyun"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/bae-changhyun-creating-skills/audits/8"
identifiers:
- type: other
value: "skillstore:bae-changhyun-creating-skills:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
6 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
brendanshields-creating-skills
2026-08-21
bpsai-creating-skills
2026-08-21
agentworkforce-creating-skills
2026-08-21
bae-changhyun-creating-skills
2026-08-21
asmayaseen-creating-skills
2026-08-21
awais68-creating-skills
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Draft a First Skill
Create a clean SKILL.md outline with required metadata, a short workflow, and focused rules.
Review Skill Structure
Check an existing skill for naming, trigger phrases, token budget, and section order.
Plan Supporting References
Decide which examples, guides, or helper scripts belong outside the main skill file.
Try These Prompts
Use the creating-skills guide to draft a SKILL.md for a skill that helps with [task]. Include frontmatter, a quick start, and core rules.
Review my SKILL.md using the creating-skills checklist. Identify unclear triggers, extra detail, missing sections, and permission risks.
Help me reorganize this long skill. Keep SKILL.md under 500 lines and move detailed examples into reference files.
Plan a set of related Claude Code skills for [domain]. Recommend names, descriptions, shared references, helper scripts, and review criteria.
Best Practices
- Write descriptions with what the skill does, when to use it, and key capabilities.
- Keep SKILL.md focused, and move long examples into reference files.
- Require confirmation before file changes, destructive commands, or external resource creation.
Avoid
- Creating wrapper scripts for simple commands that the agent can run directly.
- Adding broad background explanations that do not change the agent workflow.
- Using broad command permissions where task-specific permissions would work.
Frequently Asked Questions
What does this skill help me create?
Can it create files for me?
Does it work with Codex?
Does it include security guidance?
When should I add helper scripts?
How long should SKILL.md be?
Developer Details
Author
Bae-ChangHyunLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Bae-ChangHyun/cc-plugins-bch/tree/main/plugins/utils/skills/creating-skillsRef
c4231f0153ccd2a2ed62274c5a372bf8f2386d3f
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 312 views
File structure
๐ SKILL.md