new-skills

Create Claude Code skills with SKILL.md frontmatter and folder structure.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/angrybeagles/weather-dashboard --skill new-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skills
Source: https://github.com/angrybeagles/weather-dashboard/tree/main/.claude/skills/new-skills
Command: npx skills add https://github.com/angrybeagles/weather-dashboard --skill new-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams and individuals create standardized Claude Code skills by outlining required file structure, frontmatter, and documentation practices.

Core Features & Use Cases

  • Defines required frontmatter (name, description) for automatic Skill recognition.
  • Describes optional folders (scripts/, references/, assets/) for extended functionality and organization.
  • Provides a ready-to-use template and steps for scaffolding new skills.

Quick Start

Create a new skill directory named .claude/skills/skill-name, add SKILL.md with the required frontmatter, and organize supporting folders as needed.

Frequently Asked Questions about new-skills

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

FAQPage Schema
How do I create a Claude Code skill with the correct folder structure?

To create a Claude Code skill, make a directory named .claude/skills/skill-name, add a SKILL.md file with required YAML frontmatter, and organize supporting scripts, references, and assets folders as needed.

What frontmatter is required for Claude skill discovery and recognition?

Claude skill discovery requires mandatory YAML frontmatter in the SKILL.md file containing name and description fields. This ensures automatic recognition and a uniform discovery experience across the workspace.

When do I need YAML frontmatter in SKILL.md for Claude projects?

YAML frontmatter in SKILL.md is needed whenever you are scaffolding new Claude Code skills to standardize skill units, ensure frontmatter compliance, and maintain consistent project structure for team development.

Can I include optional folders for extended functionality in my skill directory?

Yes, you can include optional scripts, references, and assets folders within your skill directory to organize supporting components and extend the functionality of your standardized Claude Code skill.

Does standardizing Claude Code skills require specific dependencies or components?

Standardizing Claude Code skills does not require external dependencies or components, only a properly structured directory with a SKILL.md file containing the mandatory name and description frontmatter fields.

Why does my Claude skill not show up during skill discovery?

Your Claude skill may not be discovered if the SKILL.md file lacks the mandatory YAML frontmatter fields for name and description, or if the directory is not placed correctly under .claude/skills/.