What problem does it solve? Managing AI agent skills across multiple profiles and agent target directories is error-prone when done by hand. This Skill operates the sm skill manager to keep an inventory of skill profiles separate from their projection, so enabling, disabling, and reconciling symlinks in agent skills directories stays consistent. ## Core Features & Use Cases - Inventory management: Import, update, and export directory-based skills into profiles under ~/.sm/profiles without touching agent targets. - Activation and projection: Enable or disable profiles via .smtag files, then run sm apply to reconcile symlinks across all configured targets, with --dry-run previews and preflight checks. - Temporary sessions: Use sm shell to create isolated per-session skill sets without modifying persistent targets. - Use Case: You maintain a daily profile and a work profile of agent skills. After importing a new skill into the daily profile, you run sm enable daily followed by sm apply to project the updated skill set into every configured agent target directory. ## Quick Start Ask the agent to import a skill directory into a profile, enable that profile, and run sm apply to project it to all configured agent targets.