Agent skill
skill-creator-file-structure
Sub-skill of skill-creator: File Structure (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_internal/builders/skill-creator/file-structure
SKILL.md
File Structure (+1)
File Structure
.claude/skills/
└── skill-name/ # kebab-case only (no underscores, spaces, capitals)
├── SKILL.md # Required: exactly "SKILL.md" (case-sensitive)
├── scripts/ # Optional: executable code (Python, Bash, etc.)
├── references/ # Optional: documentation loaded as needed
└── assets/ # Optional: templates, fonts, icons used in output
Critical rules (from Anthropic guide):
SKILL.mdmust be named exactlySKILL.md— no variations (SKILL.MD, skill.md, etc.)- NO
README.mdinside the skill folder — all docs go in SKILL.md or references/ - Folder name must be kebab-case only (no underscores, no capitals, no spaces)
- Keep SKILL.md under 5,000 words — move detailed docs to references/ and link to them
- Do NOT use "claude" or "anthropic" in skill name (reserved)
SKILL.md Structure
---
name: skill-name
description: One-line description of what this skill does and when to use it.
version: 1.0.0
category: builders
last_updated: 2026-01-02
tags: [discovery-keyword, tool-name, use-case] # optional, free-form
related_skills: # optional, by skill name
- related-skill-1
- related-skill-2
---
# Skill Title
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?