Agent Skill Description Optimizer
Description
Optimizes the description frontmatter of a Claude Code / Agent Skill - the text that decides whether Claude invokes the skill. Both halves of the loop (evaluation and improvement) run entirely through the `claude -p` CLI, so no `ANTHROPIC_API_KEY` is required.
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
Skill Description Optimizer (no API key)
[](https://docs.claude.com/en/docs/claude-code) [](https://github.com/netopsengineer/agent-skill-description-optimizer/actions/workflows/release.yml) [](https://opensource.org/licenses/MIT)
Optimizes the `description:` frontmatter of a Claude Code / Agent **skill** - the text that decides whether Claude invokes the skill. Both halves of the loop (evaluation **and** improvement) run entirely through the `claude -p` CLI, so **no `ANTHROPIC_API_KEY` is required** - it reuses the auth the CLI already has.
Why this exists
Skill-creator's own `run_eval.py` already evaluates triggering with `claude -p` (no key). The *only* part of its optimization loop that needs an API key is the **improver** (`improve_description.py` / `run_loop.py`), which calls the `anthropic` Python SDK. This project replaces that piece: **both** the evaluation and the improvement go through `claude -p`.
Relationship to skill-creator
This is a re-implementation of skill-creator's optimization loop, intended to be usable in its place without an API key. Where it matches and where it deliberately differs:
| Behavior | This tool | skill-creator |
|---|---|---|
| Trigger detection (stream tool-call intent) | Equivalent logic (see note) | run_eval.py |
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