agentsclimarketplace

Skill profile

Skill ejjcc/managed-skills/skills/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

Install
npx -y skills add ejjcc/managed-skills --skill skill-profile

Assembled 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.

TaskCommand
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 hocskill-profile link <skill|group>...
Unlinkskill-profile unlink <skill|group>... / skill-profile clear
Status (catalog drift + project links)skill-profile status
List profiles and pool groupsskill-profile list
Classify a newly installed skillskill-profile add <skill> <group> [--link]
Re-park pooled skills after an installer refreshskill-profile sync-pool
Drop a catalog entry after uninstallingskill-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 list and 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.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.