creating-skills
Create AI Agent Skills With Structure
Building reusable agent skills is hard when structure, triggers, and validation rules are unclear. This skill guides design, scaffolding, verification, and packaging for Claude, Codex, and Claude Code.
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 "creating-skills" from https://skillstore.io/skills/awais68-creating-skills.md and its manifest at https://skillstore.io/api/skills/awais68-creating-skills/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 "creating-skills". I need a skill for reviewing pull requests.
Expected outcome:
A concise trigger description, a SKILL.md outline, and a short list of optional review references.
Using "creating-skills". My skill activates too often.
Expected outcome:
A revised trigger, clear exclusion conditions, and notes explaining how each change reduces collisions.
Using "creating-skills". Package this skill for sharing.
Expected outcome:
A validation checklist, packaging steps, and issues to fix before distribution.
Security Audit
High RiskStatic findings are mostly false positives from Markdown backticks, prose examples, and intended local packaging code. A semantic concern remains because references/skill-activation.md teaches forceful activation prompts that can manipulate agent behavior.
Confirmed security concerns (1)
Risk Factors
โก Contains scripts (1)
โ๏ธ External commands (29)
๐ Filesystem access (2)
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/awais68-creating-skills/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/awais68-creating-skills?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/awais68-creating-skills?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/awais68-creating-skills/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/awais68-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
Awais68. (2026). creating-skills security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/awais68-creating-skills/audits/8BibTeX citation
@techreport{awais68-awais68-creating-skills-2026,
author = {Awais68},
title = {creating-skills security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/awais68-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: "Awais68"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/awais68-creating-skills/audits/8"
identifiers:
- type: other
value: "skillstore:awais68-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: MediumWhat You Can Build
Create a New Skill
Plan SKILL.md, triggers, and supporting resources before writing a new agent skill.
Improve Existing Skill Structure
Review an existing skill for clear triggers, concise instructions, and useful resource separation.
Prepare Skills for Sharing
Validate required files and package a local skill into a distributable archive.
Try These Prompts
Help me create a new skill for [task]. Ask for concrete examples first, then propose the SKILL.md structure and needed resources.
Review this skill description for clear trigger conditions. Suggest a shorter version with explicit exclusions and fewer workflow details.
Given these repeated skill tasks, identify which reusable scripts, references, or assets should be added and explain why each belongs there.
Audit this skill for structure, trigger quality, resource relevance, validation readiness, and packaging risks before I share it with others.
Best Practices
- Start with concrete user requests before writing instructions.
- Keep SKILL.md short and move detailed material into references.
- Validate the skill before packaging or sharing it.
Avoid
- Do not put broad workflow summaries in the description.
- Do not bundle example files that are unrelated to the skill purpose.
- Do not use forceful prompt language that overrides normal agent judgment.
Frequently Asked Questions
What does this skill help me create?
Can it update an existing skill?
Does it work with Codex and Claude Code?
Does it write all domain content for me?
What files can a skill include?
Should I run the bundled scripts automatically?
Developer Details
Author
Awais68License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
c4231f0153ccd2a2ed62274c5a372bf8f2386d3f
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 182 views
File structure
๐ references/
๐ design-patterns.md
๐ skill-activation.md
๐ two-stage-review.md
๐ scripts/
๐ init_skill.py
๐ package_skill.py
๐ verify.py
๐ SKILL.md