unified-skill-poollisted
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