skill-creator
Create Claude Code Skills Correctly
Creating AI skills can be confusing when folder scope, file names, and frontmatter rules are unclear. This skill gives a practical workflow for building Claude Code skills with consistent structure and version control.
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 "skill-creator" from https://skillstore.io/skills/chinchillaenterprises-skill-creator.md and its manifest at https://skillstore.io/api/skills/chinchillaenterprises-skill-creator/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 "skill-creator". I need a reusable skill for code review.
Expected outcome:
- Recommended scope: global, because code review can apply across repositories.
- Suggested name: code-review.
- Required sections: purpose, activation, workflow overview, critical rules, success criteria, and example.
- Next step: create the skill file in the global skills folder after user approval.
Using "skill-creator". Review my skill draft before I install it.
Expected outcome:
- The name follows the lowercase hyphen rule.
- The frontmatter includes the required name and description fields.
- The description should add clearer trigger words for activation.
- The workflow should include a short testing step before committing.
Using "skill-creator". Should this project deployment skill be global?
Expected outcome:
- Project-local is likely better if the workflow depends on one repository.
- Global is better only if the same process applies across many repositories.
- Document the reason for the chosen scope before installing the skill.
Security Audit
High RiskMost static external-command findings are false positives caused by Markdown backticks and fenced examples, and the hardcoded URL is only a repository reference. The filesystem findings are confirmed because the skill intentionally guides users toward persistent writes under ~/.claude/skills, which can affect assistant behavior globally. Additional contextual risk comes from the repeated instruction to commit and push global skills to a shared repository.
Confirmed security concerns (2)
Capability review items (40)
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 (60)
๐ Network access (1)
๐ Filesystem access (40)
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/chinchillaenterprises-skill-creator/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/chinchillaenterprises-skill-creator?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/chinchillaenterprises-skill-creator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/chinchillaenterprises-skill-creator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/chinchillaenterprises-skill-creator.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
ChinchillaEnterprises. (2026). skill-creator security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/chinchillaenterprises-skill-creator/audits/8BibTeX citation
@techreport{chinchillaenterprises-chinchillaenterprises-skill-creator-2026,
author = {ChinchillaEnterprises},
title = {skill-creator security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/chinchillaenterprises-skill-creator/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: "skill-creator security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "ChinchillaEnterprises"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/chinchillaenterprises-skill-creator/audits/8"
identifiers:
- type: other
value: "skillstore:chinchillaenterprises-skill-creator:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
24 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
89jobrien-skill-creator
2026-08-21
vercel-labs-skill-creator
2026-08-21
7spade-skill-creator
2026-08-21
daviddworetzky-skill-creator
2026-08-21
bom-98-skill-creator
2026-08-21
doyajin174-skill-creator
2026-08-21
cesaraugustusgrob-skill-creator
2026-08-21
skill-creator
2026-08-21
cam10001110101-skill-creator
2026-08-21
astrabit-cpt-skill-creator
2026-08-21
zhanlincui-skill-creator
2026-08-21
barissozen-skill-creator
2026-08-21
abdullahmalik17-skill-creator
2026-08-21
langchain-ai-skill-creator
2026-08-21
daothihuong2111-skill-creator
2026-08-21
benderfendor-skill-creator
2026-08-21
92bilal26-skill-creator
2026-08-21
sickn33-skill-creator
2026-08-21
artemisai-skill-creator
2026-08-21
davila7-skill-creator
2026-08-21
chinchillaenterprises-skill-creator
2026-08-21
azeem-2-skill-creator
2026-08-21
davila7-skill-development
2026-08-21
composiohq-skill-creator
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Create a Personal Skill Library
Build reusable assistant skills with consistent names, folders, and frontmatter.
Standardize Team Skill Creation
Give contributors a repeatable checklist for adding skills to a shared repository.
Teach Skill File Requirements
Explain the structure needed for skill discovery, activation, and testing.
Try These Prompts
Use the skill creator guidance to help me create a global skill named [skill-name] for [purpose]. Include the required sections.
Use the skill creator guidance to decide whether my skill for [workflow] should be global or project-local. Explain the placement choice.
Use the skill creator checklist to review my draft skill for naming, frontmatter, folder placement, and missing sections.
Use the skill creator guidance to design a team process for creating, reviewing, testing, and versioning shared Claude Code skills.
Best Practices
- Confirm scope before writing files to global or project-local assistant folders.
- Use clear trigger words in each skill description so activation is predictable.
- Test a new skill before committing it to a shared repository.
Avoid
- Do not place project-specific instructions in a global skill by default.
- Do not omit YAML frontmatter from the skill file.
- Do not push private or unreviewed skill content to a shared repository.
Frequently Asked Questions
What does this skill help me create?
Does it create skills automatically?
When should a skill be global?
When should a skill be project-local?
Why is YAML frontmatter important?
What should I review before publishing a skill?
Developer Details
Author
ChinchillaEnterprisesLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
02f077c174c5335e2f5d02ca15e77b70d9543e58
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 378 views
File structure
๐ SKILL.md