---
id: "framework-skill-creation"
type: "framework"
source_timestamps: ["00:04:54", "00:06:05"]
tags: ["workflow", "skill-building"]
related: ["concept-claude-skills", "claim-skills-require-good-initial-prompting"]
steps: ["Prompt Claude to build a skill for a specific domain; provide initial guidance", "Allow Claude to read its own internal documentation on creating skills", "Answer Claude's clarifying questions with specifics", "Provide examples or use a secondary LLM to draft details", "Instruct Claude to finalize and build the skill", "Download the resulting .zip or .md file", "Upload the file into Claude's Capabilities section to activate"]
sources: ["s40-super-prompts"]
sourceVaultSlug: "s40-super-prompts"
originDay: 40
---
# The Claude Skill Creation Process

## Purpose

A multi-step process for generating a reusable AI skill using [[entity-claude-d40|Claude's]] native capabilities.

## Steps

1. **Frame the domain.** Prompt Claude with something like *"help me build a skill for strategizing my job search."* Provide initial guidance on what the skill should cover and what success looks like.
2. **Let Claude consult its own docs.** Allow Claude to read [[entity-anthropic-d40|Anthropic's]] internal documentation on how to create skills. This grounds the structure in Anthropic's preferred schema.
3. **Answer the clarifying questions.** Claude will ask domain-specific questions (e.g., *"How should I analyze company news?"*). Answer each with specifics — vague answers produce a vague skill.
4. **Bring examples or use a helper LLM.** Where you don't have crisp answers, paste in real artifacts (résumés, sample reports, vendor RFPs) or use a secondary model to help draft details for Claude's questions.
5. **Instruct Claude to finalize.** Tell Claude explicitly to build the final skill file.
6. **Download** the resulting `.zip` or `.md` file.
7. **Activate** the skill by uploading the file into Claude's **Capabilities** section. From this point on, Claude will invoke it on demand in any future chat.

## Optional Enhancement

Before step 7, run the [[framework-multi-llm-evaluation|Multi-LLM Refinement Loop]] to have [[entity-chatgpt-d40]] critique the draft skill and suggest improvements. This compounds with the base creation process.

## Caveat

This framework assumes the user satisfies [[prerequisite-prompt-engineering]] and [[prerequisite-file-handling]]. Without those, the skill that emerges from step 5 will be weak — see [[claim-skills-require-good-initial-prompting]].

## Direct Action

The user-facing version of this workflow is captured as [[action-build-skill-with-claude]].
