authoring-claude

Document how to create and register Claude Code extensions with SKILL.md frontmatter rules.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Dispo-Genius/dispo-clawdbot-config --skill authoring-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: authoring-claude
Source: https://github.com/Dispo-Genius/dispo-clawdbot-config/tree/main/skills/authoring-claude
Command: npx skills add https://github.com/Dispo-Genius/dispo-clawdbot-config --skill authoring-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This guide helps users author Claude Code extensions, including tools, skills, agents, and hooks, by providing a consistent global configuration and registration workflow.

Core Features & Use Cases

  • Centralized pattern for creating and registering extensions in ~/.claude/ with SKILL.md frontmatter rules.
  • Template usage: skill templates, agent templates, and tool templates to standardize structure and docs.
  • Lifecycle guidance for creating new skills, updating CLAUDE.md, and filing references/assets for deeper guidance.

Quick Start

Run the provided initialization script to scaffold a new Claude Code skill under ~/.claude/skills.

Frequently Asked Questions about authoring-claude

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

FAQPage Schema
How do I create Claude Code extensions in the global config?

To create Claude Code extensions, run the initialization script to scaffold a new skill under ~/.claude/skills, then define its structure using the SKILL.md frontmatter rules and starter templates.

What is SKILL.md frontmatter and when do I need it for Claude Code tools?

SKILL.md frontmatter defines required metadata fields and constraints for registering Claude Code tools, skills, and agents, needed when you want to standardize modular extension development globally.

What's the best way to structure references and assets for Claude Code skills?

The best way to structure references and assets is to file them in their dedicated directories alongside the skill templates, ensuring deeper guidance and modular lifecycle management within the global configuration.

Does the Claude Code extension workflow support custom agent templates?

Yes, the Claude Code extension workflow supports custom agent templates alongside skill and tool templates to standardize structural documentation and registration in the global config.

Why does my Claude Code skill trigger fail to validate before use?

Skill triggers fail to validate when the SKILL.md frontmatter omits required fields or violates safe extension guidelines, which you must specify and validate before registering the new skill globally.