new-skill

Guide an interview process to define skill purpose and generate a SKILL.md file.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/fredmilhome/laffer_tobacco --skill new-skill-fredmilhome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skill
Source: https://github.com/fredmilhome/laffer_tobacco/tree/main/.claude/skills/new-skill
Command: npx skills add https://github.com/fredmilhome/laffer_tobacco --skill new-skill-fredmilhome

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a standardized and consistent approach to creating new skills within the Claude Code framework, ensuring they adhere to the established conventions and frontmatter structure.

Core Features & Use Cases

  • Standardization: Ensures new skills follow the Claude Code's conventions for frontmatter and Markdown body.
  • Interview Process: Guides users through a structured interview process to define the skill's purpose, trigger phrases, inputs, outputs, and scope.
  • Integration: Automates the creation of the SKILL.md file, reducing manual effort and potential errors.

Quick Start

To create a new skill, use the /new-skill command followed by the skill name in kebab-case. For example: /new-skill my-skill-name

Frequently Asked Questions about new-skill

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

FAQPage Schema
How do I create a new skill with a consistent structure in Claude Code?

To create a new skill in Claude Code, use the `/new-skill` command followed by your skill name in kebab-case. The skill guides you through an interactive interview to define its purpose, triggers, inputs, outputs, and scope, outputting a standardized SKILL.md file.

What is the best way to ensure my Claude Code skills adhere to frontmatter conventions?

The best way to ensure convention adherence is using an automated skill creation process. This skill standardizes your new Claude Code skills by generating a SKILL.md file with consistent frontmatter and Markdown body structure, eliminating manual formatting errors.

Do I need to manually write Markdown to define skill triggers and scope?

No, you do not need to manually write Markdown to define triggers and scope. The skill uses a structured interview process to collect your skill's purpose, inputs, and outputs, automatically constructing the properly formatted Markdown file for you.

Can I define custom inputs and outputs when generating a SKILL.md file?

Yes, you can define custom inputs and outputs. During the skill creation interview process, you are prompted to specify the exact purpose, trigger phrases, inputs, outputs, and scope, which are then mapped into the final SKILL.md file structure.

What limitations exist when automating skill creation for software development?

A limitation of automating skill creation is that it relies entirely on the inputs provided during the interview process. You must clearly articulate the skill's scope, triggers, and purpose, as the tool standardizes structure but does not generate the underlying logic or scripts.