~/ai_assets_directory_
Claude Skill verified · tested by us
create-skill.skill

Create Skill

Scaffolds high quality Claude Code skills and slash commands with correct frontmatter, conventions and worked examples.

Overview

Create Skill is a meta-skill: it helps you build other Claude Code skills and slash commands that follow established conventions: the right frontmatter, clear invocation, and reference/examples files.

How it works

It first classifies what kind of skill you want, then generates a well-structured SKILL.md plus supporting files.

  1. Clarify type: Task, Research, Knowledge or Dynamic (live shell context).
  2. Write frontmatter: name, description, argument-hint, permissions.
  3. Structure the body: steps, rules, and worked examples.
  4. Add references: reference.md and examples.md for depth.

Examples

TypePurposeExample
TaskActions with side effectsdeploy, commit, publish
ResearchGather & synthesizeaudit, deep-research
KnowledgeReference contextapi-conventions, style-guide
DynamicInject live contextpr-summary, env-check

Perfect for teams standardizing how they package prompts and workflows into reusable skills.

Installation

You need Claude Code and Git.

  1. Clone the skills monorepo:
    git clone https://github.com/lorenzomeolav32-png/ai-assets-directory-skills
    
  2. Copy the skill folder into your global skills directory:
    cp -r ai-assets-directory-skills/skills/create-skill ~/.claude/skills/create-skill
    
  3. Restart Claude Code, or reload the project, so it picks up the new skill.
  4. Ask it to scaffold a new skill to confirm it walks you through the Task/Research/Knowledge/Dynamic classification.

Related assets