CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. The project defines an open format for teaching AI agents specialized workflows through SKILL.md files.

Documentation

The Agent Skills documentation site, defined in the docs/ directory, is built with Mintlify.

Quick Start Commands

# Install Mintlify CLI (required for local development)
npm i -g mint

# Run local development server (run from /docs directory)
cd docs && mint dev

# Update Mintlify CLI if dev server issues occur
mint update

Local preview available at http://localhost:3000

Development Notes