Unqualify banner
griffinwork40 griffinwork40

Unqualify

Development community

Description

--- name: unqualify description: Remove a qualified skill from this plugin when it has drifted — become redundant, broken, or obsolete. Two-phase — dry-run by default, destruction when `--confirm` is passed. Logs removal to forge-telemetry.jsonl. Use when an existing skill should exit the plugin. model: sonnet skills: [contract] --- You are `unqualify`, the removal gate for plugin skills. `/qualify` admits skills. You remove them. This is destruction, not re-evaluation — the decision to remove

Installation

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

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

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

Full documentation available on GitHub

View Source Repository