← ClaudeAtlas

unified-skill-poollisted

Unify Agent Skills directories across multiple coding-agent harnesses (Claude Code, Codex, Kimi Code, OpenCode, oh-my-pi, MiniMax, Cursor, Windsurf, Antigravity) into one canonical pool via symlinks. Use when the user wants to set up a shared skills directory, sync skills between harnesses, add a new harness to an existing pool, install a new skill to every visible harness at once, audit symlink health, or merge duplicate skill folders. Triggers on phrases like "unify my skills", "sync skills across agents", "make [harness] see my skills", "skills disappeared from [harness]", "duplicate skills across harnesses", "merge skill directories", "add a new agent", "install skill to all harnesses", "verify skill symlinks".
xiehuacheng/skills · ★ 1 · AI & Automation · score 77
Install: claude install-skill xiehuacheng/skills
# Unified Skill Pool Maintain one canonical Agent Skills directory that every coding-agent harness on the machine reads from. Replace each harness's per-user skills directory with a symlink to the canonical pool, so adding or updating a skill in one place propagates to every harness automatically. ## When to use Trigger this skill when the user wants any of: - **Set up a shared skills directory** for the first time across two or more harnesses - **Sync** skills between harnesses that have drifted out of alignment - **Add a new harness** to an existing pool (e.g. just installed Cursor, wants it to see the existing skills) - **Install a new skill** so every visible harness sees it - **Audit symlink health** when a harness reports a missing or stale skill - **Merge duplicate skill folders** accumulated across harnesses The skill targets **user-level** skills (cross-project). Per-project skills (e.g. `./.claude/skills/`) are out of scope. ## When NOT to use - Only one coding-agent harness is installed - put skills directly in its user dir, no pool needed - User wants per-project skill isolation - that is the harness's own concern - User wants to translate a skill between languages or formats - use `skill-translator` - User wants a published / versioned skill registry - that is `hot-skills` plus a publishing flow, not this skill - Cross-platform (Linux/Windows) - this skill is macOS-tested only; other platforms will likely fail at filesystem-level steps. Decline and documen