From crystools-skills
Supplies a template for building Claude Code skills with frontmatter, trigger phrases, execution steps, guardrails, and references. Activates when users need to create or structure new skills.
npx claudepluginhub crystian/skillsThis skill uses the workspace's default tool permissions.
> One-line elevator pitch. What problem does this skill solve?
Guides development of skills for Claude Code plugins including structure, SKILL.md format, frontmatter writing, progressive disclosure, trigger phrases, and best practices.
Generates structured SKILL.md files for new Claude Code skills from purpose descriptions, following templates with frontmatter, usage triggers, steps, and best practices.
Guides creation, improvement, and structuring of skills for Claude Code plugins, including frontmatter metadata, workflows, scripts, references, and best practices.
Share bugs, ideas, or general feedback.
One-line elevator pitch. What problem does this skill solve?
A short paragraph of context: who the skill is for, when it fires, and what the user should expect.
/crystools-skills:your-skill-name.Explain how the skill picks up its inputs (conversation, arguments, files).
Step-by-step instructions. Keep them imperative and concrete.
How the skill should present output to the user. Format, verbosity, confirmation prompts.
Heavier material lives in references/ and is loaded on demand:
references/examples.md — read when the user asks for examples.references/rubric.md — read when running the quality review.