skill-authoring

Automate Claude skill authoring with YAML frontmatter and structure patterns.

3|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/jagreehal/jagreehal-claude-skills --skill skill-authoring-jagreehal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/jagreehal/jagreehal-claude-skills/tree/main/skills/skill-authoring
Command: npx skills add https://github.com/jagreehal/jagreehal-claude-skills --skill skill-authoring-jagreehal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring Claude skills consistently and efficiently can be challenging without a structured guide that standardizes discovery, description, and formatting.

Core Features & Use Cases

  • Discovery-friendly frontmatter and body structure that enables quick understanding and reliable activation.
  • Templates, patterns, and testing guidance to help teams create, review, and validate skills.
  • Format decisions and best practices for organization, naming, and documentation across Skill Units.

Quick Start

Create a new SKILL.md with frontmatter including name and description, then implement the core sections (principles, triggers, and usage) following the guidelines above.

Frequently Asked Questions about skill-authoring

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

FAQPage Schema
How do I structure a Claude skill for reliable discovery and activation?

Structure Claude skills using YAML frontmatter with name and description fields, then implement core sections for principles, triggers, and usage to ensure reliable activation.

What is the required frontmatter format for authoring Claude skills?

Claude skills require YAML frontmatter containing at minimum the name and description fields to enforce discovery optimization and enable quick understanding of the skill's purpose.

How do I test and validate Claude skills before deployment?

Test Claude skills using provided templates, patterns, and testing guidance to help teams create, review, and validate skills efficiently before deployment.

What are the best practices for organizing and naming Claude skill units?

Best practices for Claude skill units include following format decisions for organization, naming, and documentation, supported by content guidelines and optional resource organization.

Do I need any dependencies to start authoring Claude skills?

No dependencies are required to start authoring Claude skills. You only need to create a new SKILL.md file with the appropriate frontmatter and core sections following the guidelines.

What safety checks are enforced when creating Claude skills?

Safety checks are enforced during Claude skill authoring to validate structure patterns, format decisions, and frontmatter compliance, ensuring skills meet consistent quality standards.