audit-discovery-symlinks
Installation
SKILL.md
audit-discovery-symlinks
When to Use
- After adding new skills, agents, or teams to the almanac
- After a repository rename or move that may have broken absolute symlinks
- When slash commands or agents are not found in Claude Code
- As a periodic health check to catch drift between registries and discovery paths
- When onboarding a new project that should discover shared almanac content
Do NOT use for creating the initial symlink hub from scratch. See the symlink-architecture guide for first-time setup.
Inputs
| Parameter | Type | Required | Description |
|---|---|---|---|
almanac_path |
string | No | Absolute path to agent-almanac root. Auto-detected from .claude/ symlink targets or cwd if omitted |
scope |
enum | No | project, global, or both (default: both) |
fix_mode |
enum | No | report (default: audit only), auto (fix all safe issues), interactive (prompt before each fix) |
Related skills