create-skill

Automate Claude Code skill creation by coordinating skill-creator and AskUserQuestion.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/inakam/dotfiles-raspberry --skill create-skill-inakam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/inakam/dotfiles-raspberry/tree/main/dot_claude/skills/create-skill
Command: npx skills add https://github.com/inakam/dotfiles-raspberry --skill create-skill-inakam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of Claude Code skills by orchestrating the skill-creator tool when a user requests a new skill.

Core Features & Use Cases

  • Orchestrates the skill creation flow by asking clarifying questions via AskUserQuestion.
  • Delegates the actual skill generation to the skill-creator, producing a ready-to-use Claude Code skill.

Quick Start

AskUserQuestion to clarify the user's desired skill, then invoke skill-creator to generate the new Claude Code skill.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building new Claude Code skills?

To automate building new Claude Code skills, this tool orchestrates the skill-creator by first gathering your structured requirements through AskUserQuestion, then delegating the actual generation to produce a ready-to-use skill.

What is the process for creating AI skills with Claude Code?

Creating AI skills with Claude Code involves coordinating the skill-creator tool, which validates your provided skill concept against gathered requirements to ensure the generated skill aligns with your specific intent.

Do I need to provide structured requirements to generate a Claude Code skill?

Yes, you need to provide a desired skill concept or name. The automation orchestrator applies AskUserQuestion to interactively clarify and gather the structured requirements necessary before generation begins.

Why does my Claude Code skill generation require clarifying questions?

Claude Code skill generation requires clarifying questions to validate inputs and ensure the generated skill accurately aligns with your specific intent rather than making broad assumptions about your desired workflow.

Can I use this to orchestrate skill creation without manual coding?

Yes, you can use this to orchestrate skill creation without manual coding. You provide the high-level concept, and the tool coordinates the skill-creator to handle the generation and produce the ready-to-use skill.