skill-authoring

Standardize Claude Code skill creation and organization for the ChainGraph project.

15|3|Updated Apr 29, 2025
One-click install
npx skills add https://github.com/chaingraphlabs/chaingraph --skill skill-authoring-chaingraphlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/chaingraphlabs/chaingraph/tree/main/.claude/skills/skill-authoring
Command: npx skills add https://github.com/chaingraphlabs/chaingraph --skill skill-authoring-chaingraphlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes Claude Code skill creation and organization for the ChainGraph project.

Core Features & Use Cases

  • Guidelines for naming conventions, structure, and tree organization.
  • Mechanisms to maintain consistency across skills, updates, and governance.
  • Use cases include creating new skills, updating existing ones, and organizing the skill tree for scalable collaboration.

Quick Start

Step-by-step guidance to set up a new skill folder under .claude/skills, create a SKILL.md with frontmatter name and description, and add optional references or examples as needed.

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 Code skill folder and SKILL.md file?

To structure a Claude Code skill, create a new folder under .claude/skills and add a SKILL.md file. This SKILL.md must include frontmatter with name and description fields, followed by structured Markdown content adhering to recommended directory and length guidelines.

What is the required frontmatter for a Claude Code SKILL.md file?

The required frontmatter for a SKILL.md file includes name and description fields. Enforcing this frontmatter standardizes skill creation and ensures consistent structure and quality across the monorepo.

How do I organize a monorepo skill tree for scalable collaboration?

Organizing a monorepo skill tree requires standardizing skill creation and applying consistent structure across directories. This governance ensures updates and new skills maintain quality and tree organization for scalable collaboration.

Can I add optional references or examples when creating a new Claude Code skill?

Yes, you can add optional references or examples when setting up a new skill folder under .claude/skills. These additions supplement the required SKILL.md frontmatter and Markdown content structure.

What is the best way to maintain consistency across Claude Code skills and updates?

The best way to maintain consistency across Claude Code skills is to enforce governance mechanisms that standardize naming conventions, structure, and tree organization. This ensures quality control during creation and updates across the monorepo.