Unqualify banner
griffinwork40 griffinwork40

Unqualify

Development community

Description

--- description: Remove a qualified skill from this plugin and log the removal to the ledger. argument-hint: "<skill-name> reason=\"<why>\"" --- Dispatch the `unqualify` agent via the Agent tool with `subagent_type: unqualify`, passing $ARGUMENTS as the skill name and removal reason. The agent runs dry-run by default — it returns a proposed removal plan with skill metadata, reason, planned actions, and known risks. Surface that plan to the user and ask for explicit confirmation before proceedi

Installation

Installs to ~/.claude/skills/griffinwork40-agent-framework-unqualify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/griffinwork40-agent-framework-unqualify && curl -fsSL https://raw.githubusercontent.com/griffinwork40/agent-framework/HEAD/commands/unqualify.md -o ~/.claude/skills/griffinwork40-agent-framework-unqualify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository