Skill profile
Load pooled agent skills into the current project by profile, or unlink/inspect them. Use when the user says "load the <name> profile", "apply profile", "link/unlink a skill into this project", "clear the profile", "which pool skills are loaded here", "classify this skill", or after installing a new skill that needs to be filed into a group. Wraps the skill-profile CLI (github.com/ejjcc/managed-skills).From its SKILL.md
npx -y skills add ejjcc/managed-skills --skill skill-profileAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 374 tokens by cl100k_base, as published. Nobody here has run it
skill-profile
Run skill-profile <command> (single-file Python 3 CLI; commonly installed at
~/.claude/scripts/skill-profile). Always run it from the project root.
| Task | Command |
|---|---|
| Load a profile (current project) | skill-profile apply <profile> [--dry-run] |
| Load device-wide (every session on this machine; never syncs) | skill-profile apply <profile> --global (also link/unlink/clear --global) |
| Link a single skill or whole group ad hoc | skill-profile link <skill|group>... |
| Unlink | skill-profile unlink <skill|group>... / skill-profile clear |
| Status (catalog drift + project links) | skill-profile status |
| List profiles and pool groups | skill-profile list |
| Classify a newly installed skill | skill-profile add <skill> <group> [--link] |
| Re-park pooled skills after an installer refresh | skill-profile sync-pool |
| Drop a catalog entry after uninstalling | skill-profile forget <skill> |
Notes for the agent:
- Loading creates symlinks in
<project>/.claude/skills/pointing into the skill pool; agents often pick new skills up live, but suggest a new session to be safe. - Only pool-owned symlinks are ever removed; the project's own skills are never touched.
In git repos, links are auto-added to
.git/info/exclude. - If unsure which profile fits the project, run
skill-profile listand ask the user. - The tool edits files under the user's config home; remind them to commit if it is version-controlled.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.