skill-creator-anthropic

Create, document, and package AI agent Skills with SKILL.md structure.

630|79|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/lawvable/awesome-legal-skills --skill skill-creator-anthropic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-anthropic
Source: https://github.com/lawvable/awesome-legal-skills/tree/main/%F0%9F%9B%A0%EF%B8%8F/skill-creator-anthropic
Command: npx skills add https://github.com/lawvable/awesome-legal-skills --skill skill-creator-anthropic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standardized blueprint and tooling to create, document, and package AI agent skills, enabling teams to consistently produce reusable prompts, guidelines, and resources.

Core Features & Use Cases

  • Structured frontmatter and body templates for SKILL.md, supporting consistent discovery and loading.
  • Built-in initialization and packaging workflows (init_skill.py and package_skill.py) to bootstrap and distribute skills.
  • Bundled resource guidance (scripts/, references/, assets/) to organize reusable components, templates, and reference materials.
  • Progressive disclosure design that minimizes context window usage while preserving full capability.

Quick Start

Run the Skill Initializer to create a new skill, customize SKILL.md, add or modify bundled resources, and package the skill for distribution.

Frequently Asked Questions about skill-creator-anthropic

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

FAQPage Schema
How do I create and package an AI agent skill from scratch?

To create and package an AI agent skill, run the Skill Initializer to generate a SKILL.md with required frontmatter, add bundled resources like scripts and references, then use the packaging workflow to distribute it. This provides a standardized blueprint for consistent skill production.

What is the SKILL.md structure and why is frontmatter required?

The SKILL.md structure consists of required frontmatter for consistent discovery and loading, plus a body for guidelines and prompts. Frontmatter is enforced so AI agents can reliably parse and identify skill metadata during initialization and packaging operations.

How do I organize bundled resources like scripts, references, and assets for AI skills?

Organize bundled resources by placing executable logic in scripts/, reference materials in references/, and static files in assets/ directories. This separation enables progressive disclosure design that minimizes context window usage while preserving full skill capability.

Do I need yaml to use the skill creation and packaging workflows?

Yes, yaml is a required dependency for the skill creation and packaging workflows. The frontmatter validation, initialization via init_skill.py, and packaging via package_skill.py all rely on yaml parsing to enforce structured metadata requirements.

What's the best way to automate AI skill production for a team?

The best way to automate AI skill production is using the built-in init_skill.py for initialization and package_skill.py for distribution. These scripts enforce standardized frontmatter and SKILL.md templates, enabling teams to consistently produce reusable prompts at scale.

Can I customize the SKILL.md template after initialization?

Yes, after running the Skill Initializer you can fully customize the SKILL.md body and modify bundled resources. The template provides structured frontmatter requirements while allowing flexible content for guidelines, prompts, and reference materials during editing.