From imbue-mngr-skills
Resolve an agent name or description to an exact mngr agent name. Used by other skills that target agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-mngr-skills:find-agent <agent_name_or_description><agent_name_or_description>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user's input is an agent name or description. Resolve it to an exact agent name.
The user's input is an agent name or description. Resolve it to an exact agent name.
The user may paste a git branch name like mngr/some-agent instead of the bare agent name. In that case, strip the mngr/ prefix to get the actual agent name (e.g. mngr/better-tabcomplete -> better-tabcomplete).
Verify the target agent exists by running:
mngr list --format '{name}'
If the extracted name doesn't match any agent exactly, check if the user's input was a description (e.g. "the agent working on X") rather than a name, and try to match against the listed agents and their git branches. If there's an unambiguous match, use it. Otherwise, use AskUserQuestion to ask the user which agent they meant, presenting the plausible candidates.
Report the resolved agent name back to the caller.
npx claudepluginhub imbue-ai/mngr-claude-skills --plugin imbue-mngr-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.