Claude Skills Cli
Description
🤖 CLI for creating Claude Agent Skills with progressive disclosure validation. Built for Claude Code to use when humans ask it to create skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-skills-cli
CLI for creating Claude Agent Skills with progressive disclosure validation. Built for Claude Code to use when humans ask it to create skills.
For Humans Using Claude Code
Tell Claude Code to create skills with specific package manager commands.
Using npm:
"Use npx -y claude-skills-cli to create a skill for my API client code"
Using pnpm:
"Use pnpx claude-skills-cli to create a skill for my API client code"
This CLI enforces progressive disclosure so Claude doesn't write 500-line documentation files.
Progressive Disclosure
Skills load in 3 levels to optimize token usage:
| Level | Content | When Loaded | Size Limit |
|---|---|---|---|
| 1 | SKILL.md metadata (YAML) | Always in context | <200 chars |
| 2 | SKILL.md body (Markdown) | When skill triggers | ~50 lines |
| 3 | references/, scripts/, assets/ | As needed by Claude | Unlimited |
This CLI enforces these constraints through validation, keeping skills lean and scannable.
Commands
init
pnpx claude-skills-cli init --name my-skill --description "Brief description with trigger keywords"
pnpx claude-skills-cli init --name my-skill --description "..." --with-examples
Creates minimal skill scaffolding by default (SKILL.md, references/). Use `--with-examples` for example files.
validate
pnpx claude-skills-cli validate .claude/skills/my-skill
pnpx claude-skills-cli validate .claude/skills/my-skill --lenient
pnpx claude-skills-cli validate .claude/skills/my-skill --loose
pnpx claude-skills-cli validate .claude/skills/my-skill --strict
pnpx claude-skills-cli validate .claude/skills/my-skill --format json
**Validation Modes:**
| Mode | Max Lines | Use Case |
|---|---|---|
| (default) | 50 | Strict best practices |
--lenient |
150 |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11