← ClaudeAtlas

skills-organizelisted

Use to inventory and organize Agent Skills in a repo or monorepo — a read-only catalog + health report (description lint, near-duplicate detection, misplaced/orphaned skills) and a propose-then-confirm reorganize that moves scattered SKILL.md files into the canonical .claude/skills/<project>/<skill>/ layout with git mv (dry-run first, fully reversible) and writes a skills-index.json. Use when skills are scattered across a messy monorepo, when you want a catalog of what is installed, or before auditing skill quality. Triggers — "organiza mis skills", "cataloga las skills", "skills regadas/desordenadas", "skills health", "reorganiza el monorepo", "no mezclar skills", /skills organize.
CSalcedoDataBI/agentic-board · ★ 0 · Code & Development · score 67
Install: claude install-skill CSalcedoDataBI/agentic-board
# skills-organize — catalog, health, and repo layout for Agent Skills Part of the **skills-ops** module. Two modes over one engine (`scripts/Get-SkillInventory.ps1`). Never touches the plugin cache or `~/.claude/skills` — only the project skills inside the target repo. See `references/layout.md` for the canonical layout and the lint rules. ## Mode 1 — Report (read-only, the default) Answers "what skills do I have and are they healthy?". Run the engine and summarize. ```powershell $inv = & "${CLAUDE_PLUGIN_ROOT}/scripts/Get-SkillInventory.ps1" -Root . -Scope all ``` Present, grouped by scope (plugin / personal / project): - **Catalog** — name, namespace, project, one-line description. - **Health flags** (the description is the routing surface, so lint it): - `lint.thirdPerson` false → rewrite from first person ("I can…") to third person. - `lint.hasTriggers` false → add concrete trigger terms / "Use when…". - `lint.hasWhenNotToUse` false → add a "when NOT to use → see X" clause (the #1 lever against mis-triggering between neighbors). - `budget.overCap` true → description over the 1536-char cap; it gets truncated (a silently weakened skill). - **near-duplicates** — the `overlaps` array (description keyword Jaccard ≥ 0.5). Each pair needs a disambiguation edit or a merge. - **misplaced / orphaned** — `misplaced=true` means a SKILL.md outside `.claude/skills` (or `plugins/*/skills`); candidates for Mode 2. > The `budget` block is a **proxy** for Claude Code's `doct