configure-skill-invocation
Installation
SKILL.md
Configure Skill Invocation
Accept one optional scope argument: global or project.
Workflow
-
Resolve the scope.
- Use
globalorprojectwhen supplied. - With no scope, ask only, "Configure project or global skills?" Then wait for the answer.
- For any other value, ask the user to choose
globalorproject.
- Use
-
Discover every
SKILL.mdin scope with read-only shell commands. Preferrg --files --follow; use an equivalent command when unavailable. Support nested category directories, skip hidden directories such as.system, and deduplicate symlinks by real path. -
Inspect each skill's
SKILL.mdfrontmatter andagents/openai.yaml. A skill is a candidate when either target value is missing or different:# SKILL.md frontmatter disable-model-invocation: true