Self-contained folders
Each public workflow lives under skills/<skill-name> with its own SKILL.md and agent metadata.
Documentation
Souvik Skills uses repository rules, design rules, and motion rules so future frontend work remains consistent and mobile-safe.
Each public workflow lives under skills/<skill-name> with its own SKILL.md and agent metadata.
SKILL.md frontmatter uses only name and description, and the name must match the folder.
References, scripts, and assets stay inside the skill folder and load only when they help the workflow.
npm run validate:skills checks naming, metadata, README coverage, install commands, and context hygiene.