← ClaudeAtlas

grimoire-managelisted

Companion to Grimoire — the OPT-IN layer that takes a produced skill pack, asks the user which global agents to configure, installs it across them, and then manages it (status / list / sync / uninstall / preflight gate). Use after grimoire.sh has produced & you have reviewed a skill pack and the user wants it usable in their other agents (Claude Code / Codex / Trae / opencode / copilot / qwen / deepseek / stepfun), or wants to re-sync after a Trae/stepfun/deepseek app update, check cross-agent parity, remove a skill everywhere, or add a confirm-before-running gate. This deliberately crosses Grimoire's default "scripts never install skills" boundary by explicit user request and records it in the pack manifest. Triggers: 装 skill 到其它 agent / 把技能打通到所有 agent / 跨 agent 安装技能 / skill 没出现在某个 agent / 重新同步技能 / 卸载某个技能 / skill 确认门 / install skill across agents / cross-agent skill / sync skills after update / skill preflight gate / grimoire-manage.
LeoLin990405/grimoire-skill · ★ 6 · Data & Documents · score 74
Install: claude install-skill LeoLin990405/grimoire-skill
# Grimoire-Manage · 跨 agent 安装与管理 Grimoire produces a **candidate** skill pack and never installs it (red line). `grimoire-manage` is the explicit, user-driven layer that installs and manages it across agents. Two scripts (repo `scripts/`, mirrored here under `scripts/`): - `skill-install.sh` — install a reviewed pack into chosen agents - `skill-manage.sh` — status / list / sync / uninstall / gate ## When to use | Need | Command | |---|---| | Scan this machine: how many skill-capable agents exist | `skill-manage.sh scan` | | Check the host has a source skill's config/tools (MinerU server/token, ffmpeg/yt-dlp, Kedou) | `skill-manage.sh doctor [--skill <name>]` | | See agents + which exist (drive the user choice) | `skill-install.sh --pack <dir> --list` | | Preview install (no changes) | `skill-install.sh --pack <dir> --agents <csv> --dry-run` | | Install into chosen agents | `skill-install.sh --pack <dir> --agents <csv\|all>` | | Cross-agent parity of a skill | `skill-manage.sh status --name <skill>` | | Per-agent counts + agent-only skills | `skill-manage.sh list` | | Re-sync after a Trae/stepfun/deepseek update | `skill-manage.sh sync --pack <dir>` | | Remove a skill everywhere | `skill-manage.sh uninstall --name <skill>` | | Add the confirm-before-running gate | `skill-manage.sh gate` | ## The flow (produce → choose → install → manage) 1. `grimoire.sh … --only skills --install` (or run grimoire normally) → review/promote candidates into `skills/skills/`. 2. **Inve