Create New Skills

Create structured Claude Skills with YAML frontmatter and file organization.

47|13|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/sean-esk/second-brain-gtd --skill create-new-skills-sean-esk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create New Skills
Source: https://github.com/sean-esk/second-brain-gtd/tree/main/.claude/skills/meta-skill
Command: npx skills add https://github.com/sean-esk/second-brain-gtd --skill create-new-skills-sean-esk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solves?

This Skill solves the challenge developers and power users face in extending Claude's functionality with domain-specific knowledge and workflows. It provides a structured, best-practice-driven blueprint for creating new AI capabilities, eliminating repetitive prompting and enabling Claude to become a specialist in any domain.

Core Features & Use Cases

  • Skill Definition: Guides you through defining a skill's purpose, identifying its triggers, and scoping its capabilities for optimal AI interaction.
  • Structure & Best Practices: Ensures new skills follow optimal file structure, YAML frontmatter, and content organization for discoverability and efficiency.
  • Testing & Sharing: Provides clear steps for validating new skills and seamlessly sharing them with your team via version control.
  • Use Case: You want Claude to become an expert in a niche API. Use this skill to guide Claude in creating a new skill that encapsulates all the API's documentation, common workflows, and helper scripts.

Quick Start

Create a new skill called 'excel-reporting' that analyzes sales data in spreadsheets.

Frequently Asked Questions about Create New Skills

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

FAQPage Schema
How do I create custom AI skills to extend Claude's capabilities?

Creating custom AI skills involves defining the skill's purpose, identifying triggers, scoping capabilities, organizing files with YAML frontmatter, and following best-practice structure. This ensures Claude can specialize in domain-specific knowledge and workflows without repetitive prompting.

What's the best way to structure a new skill for AI agent development?

Structure skills with clear file organization, YAML frontmatter standards, content guidelines, and tagging conventions. Proper structure ensures discoverability, efficiency, and seamless integration with memory persistence and vault systems.

How do I test and share AI skills with my team?

Validate new skills by confirming they execute as designed, then share via version control. Testing ensures reliability before deployment; version control enables team collaboration and tracks skill iterations.

Can I use Claude Code to automate workflows in my personal knowledge management system?

Yes. Claude Code skills can automate Obsidian workflows using GTD, Zettelkasten, and PARA methodologies across capture, processing, daily planning, and closeout tasks with Claude Memory configuration and frontmatter integration.

What's the difference between skill creation and workflow automation?

Skill creation packages Claude's capabilities for a specific domain with defined triggers and scope; workflow automation applies those skills to repeatable processes. Skills are reusable templates; workflows implement them for particular tasks and projects.