infra:skill-creator

Guide users in creating Claude Code skills with SKILL.md structure and frontmatter.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill infra-skill-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: infra:skill-creator
Source: https://github.com/atournayre/claude-personas/tree/main/infra/skills/skill-creator
Command: npx skills add https://github.com/atournayre/claude-personas --skill infra-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating effective and efficient Claude Code skills, ensuring clarity, conciseness, and optimal resource utilization.

Core Features & Use Cases

  • Skill Structure Guidance: Understand the recommended directory and file organization for a skill.
  • Frontmatter Best Practices: Learn how to effectively use SKILL.md fields like name, description, allowed-tools, and model.
  • Resource Management: Guidance on bundling scripts, references, and assets for on-demand loading.
  • Progressive Disclosure: Strategies for managing context by loading information in stages.
  • Use Case: When a user asks "How do I create a new Claude skill?" or "What are the best practices for organizing my skill's files?", this skill provides the necessary instructions.

Quick Start

Use the infra:skill-creator skill to get a template for a new SKILL.md file.

Frequently Asked Questions about infra:skill-creator

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

FAQPage Schema
How do I create a new Claude Code skill?▼

To create a Claude Code skill, you structure a SKILL.md file with optimal frontmatter configuration, organize directories for resources, and bundle scripts or references for on-demand loading.

What are the best practices for Claude Code skill structure and frontmatter?▼

Best practices for Claude Code skill structure involve using concise SKILL.md frontmatter fields like name, description, allowed-tools, and model, while applying progressive disclosure to manage AI agent context efficiently.

How does progressive disclosure manage AI agent context in skill development?▼

Progressive disclosure manages AI agent context by loading skill information in stages, bundling scripts, references, and assets on-demand rather than all at once, ensuring optimal resource utilization and conciseness.

What should I include in SKILL.md frontmatter when building an AI development skill?▼

When building an AI development skill, include the name, description, allowed-tools, and model fields in your SKILL.md frontmatter to define the skill's scope, capabilities, and execution environment clearly.

When do I need to bundle scripts and references in a Claude Code skill?▼

You need to bundle scripts and references in a Claude Code skill when progressive disclosure requires on-demand loading, allowing the AI agent to access specific resources only when the task demands them.