dev-skill-authoring

Audit and refine SKILL.md files against Anthropic-style metadata and structure guidelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JinLee794/L.C.G --skill dev-skill-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-skill-authoring
Source: https://github.com/JinLee794/L.C.G/tree/main/.github/skills/dev-skill-authoring
Command: npx skills add https://github.com/JinLee794/L.C.G --skill dev-skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit, optimize, or create agent skills using Anthropic best practices to ensure quality, clarity, and effective progressive disclosure.

Core Features & Use Cases

  • Audit existing SKILL.md files for metadata quality, structure, and discoverability.
  • Create new skills from templates, or refine descriptions and content to improve token efficiency.
  • Validate references, implement progressive disclosure, and align with best-practices guidelines.

Quick Start

Provide the path to the skill's SKILL.md to audit, or describe a new skill you want to create.

Frequently Asked Questions about dev-skill-authoring

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

FAQPage Schema
How do I audit an existing SKILL.md file for metadata quality and structure?

Auditing SKILL.md metadata quality involves validating required fields (name, description, argument-hint) and checking progressive disclosure structure to ensure alignment with Anthropic-style best practices for discoverability and token efficiency.

What is progressive disclosure in skill authoring and how does it optimize tokens?

Progressive disclosure in skill authoring structures SKILL.md content incrementally, optimizing token efficiency by ensuring scripts, references, and assets load only when needed according to the guide.

How do I create a new agent skill from scratch using markdown?

Creating a new agent skill involves describing desired functionality to generate a SKILL.md template with validated metadata fields, one-level-deep references, and structured progressive disclosure.

Can I use this approach to refine skill descriptions for better discoverability?

Yes, refining skill descriptions for discoverability involves tuning metadata fields and content structure to improve token efficiency while aligning SKILL.md with best-practice guidelines for metadata quality.

What are the limitations when validating references in SKILL.md files?

Validating references in SKILL.md files limits nested dependencies to exactly one level deep, ensuring scripts, references, and assets are used correctly according to structural guidelines.