create-skill

Create a slash-command skill with SKILL.md frontmatter and markdown phases.

35|27|Updated Jul 6, 2024
One-click install
npx skills add https://github.com/refined-prun/refined-prun --skill create-skill-refined-prun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/refined-prun/refined-prun/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/refined-prun/refined-prun --skill create-skill-refined-prun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you turn a task into a well-structured Claude Code skill without missing required frontmatter, workflow phases, or project conventions.

Core Features & Use Cases

  • Skill Planning: Clarifies the task, command name, and skill type before writing.
  • Codebase Research: Reads project context and existing skills to match conventions.
  • Skill Authoring: Produces an actionable SKILL.md with verification, troubleshooting, and removal guidance when needed.
  • Use Case: Use it when you need a new slash command for deployment, debugging, setup, or other repeatable workflows.

Quick Start

Use this skill to create a new slash command that automates the task you want handled.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a slash command skill from a task description?

To create a slash command skill from a task description, you need to generate a structured SKILL.md file with valid frontmatter, actionable markdown phases, and verification steps.

What is the best way to structure a Claude Code skill for repeatable workflows?

The best way to structure a Claude Code skill for repeatable workflows is to include pre-flight research, actionable instruction phases, project documentation updates, and troubleshooting guidance.

Do I need to manually match existing project conventions when authoring a new skill?

No, you do not need to manually match existing project conventions because the skill authoring process includes codebase research to read project context and idempotent handling of existing skills.

Can I generate an interactive workflow skill without missing required frontmatter?

You can generate an interactive workflow skill without missing frontmatter by using a structured authoring process that enforces valid SKILL.md frontmatter and actionable markdown phases.

What should I do before writing a new skill for deployment or debugging?

Before writing a new skill for deployment or debugging, you should complete skill planning to clarify the task, command name, and skill type.

Why does my custom skill fail to execute autonomous workflows correctly?

Custom skills fail to execute autonomous workflows correctly when they lack structured instruction writing, pre-flight research, and idempotent handling of existing project conventions within their markdown phases.