new-skill

Generate a standardized SKILL.md and directory scaffold for Claude Code skills.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill new-skill-enbiyagoral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skill
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/new-skill
Command: npx skills add https://github.com/enbiyagoral/.claude --skill new-skill-enbiyagoral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Claude Code skills from scratch is error-prone and inconsistent; teams lack a shared template for SKILL.md files, structured guidance, and a clear workflow.

Core Features & Use Cases

  • Provides a standardized SKILL.md template to capture essential fields (name, description, argument-hint, allowed-tools).
  • Guides through Phase 1–Phase 4 to ensure a complete skill directory with optional references, scripts, and assets.
  • Useful for teams onboarding and for automating skill quality checks when adding new capabilities.

Quick Start

Follow the template to scaffold a new skill directory and fill in the SKILL.md accordingly.

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 standardized SKILL.md template for Claude Code?

Scaffolding a Claude Code skill directory requires generating a SKILL.md file with mandatory frontmatter fields including name, description, argument-hint, and allowed-tools, alongside a conventional directory layout for optional references, scripts, and assets.

What directory structure is needed to build valid Claude Code skills?

Building valid Claude Code skills requires creating a directory structure under .claude/skills that contains a SKILL.md file and optional folders for references, scripts, and assets to ensure proper skill unit organization and metadata consistency.

What frontmatter fields are required in a SKILL.md file?

Required frontmatter fields in a SKILL.md file include name and description, with optional fields like argument-hint and allowed-tools supported by the template to define valid skill units and ensure consistent metadata within Claude Code.

Can I automate skill quality checks when adding new capabilities to Claude Code?

You can automate skill quality checks by applying a standardized blueprint and scaffold for building Claude Code skills, ensuring consistent metadata, documentation, and conventional directory placement within .claude/skills for new capabilities.

What is the best way to scaffold a new skill directory for Claude Code?

The best way to scaffold a Claude Code skill directory is following a standardized template that guides through Phase 1 to Phase 4, generating a ready-to-fill SKILL.md and conventional directory layout for optional references, scripts, and assets.

Does building Claude Code skills from scratch require a shared template?

Building Claude Code skills from scratch is error-prone without a shared template, as teams lack structured guidance for SKILL.md files and a clear workflow, making a standardized blueprint essential for consistent metadata and directory placement.