← ClaudeAtlas

skillopt-setuplisted

Set up Microsoft SkillOpt for Agent Skills improvement. Use when installing SkillOpt, preparing per-skill train/val/test eval splits, configuring Codex CLI or provider-backed execution, running SkillOpt against SKILL.md bodies, reviewing best_skill.md, or importing optimized skill changes. Do not use for ordinary skill authoring or manual repo validation.
stark-ai-de/agent-skills · ★ 5 · AI & Automation · score 80
Install: claude install-skill stark-ai-de/agent-skills
# SkillOpt Setup ## Goal Set up and operate a local SkillOpt workflow that improves one Agent Skill at a time while preserving frontmatter, validation, and public-proof boundaries. ## When to use - Installing or checking Microsoft SkillOpt for this repo. - Preparing SkillOpt train/val/test data from `skill-evals/`. - Configuring provider-backed, hybrid Codex CLI, or exploratory all-Codex CLI execution. - Running SkillOpt for a target `SKILL.md`. - Reviewing, summarizing, or importing `best_skill.md`. - Creating public run evidence without committing raw transcripts. ## When not to use - Ordinary skill authoring or manual `SKILL.md` review. - Trigger-description tuning only. - Repo validation without SkillOpt. - Directly implementing an optimized skill before review. ## Inputs to inspect - Target skill path under `skills/` or `incubator/skills/`. - `skill-evals/<skill>/README.md`, `cases/`, `fixtures/`, `expected/`, `rubric.md`, and `runs/`. - Current `SKILL.md` frontmatter and body. - `.gitignore` and `AGENTS.md` safety rules. - Local `.agents/tools/SkillOpt` state, if present. - Local `.agents/` artifact audit when mining prior setup work or troubleshooting stale workspaces. - Local `uv` availability and local Python 3.10+ compatibility. - Local Codex CLI availability and login state if Codex mode is requested. - Visual assertion cases, render-capable requirements, and draw.io Desktop CLI availability when target evals need PNG/SVG artifacts. ## Workflow Guide the