demote
01Command
Manually demote a skill one tier (.autonomous → .trusted → .verified → .proposed). Pass the skill name as $ARGUMENTS.
Claude Code plugin that learns from your corrections — approved lessons become rules that earn autonomy through real use: verified → trusted → autonomous. One mistake = one level down. No daemon, no cloud, 100% local.
Command
Manually demote a skill one tier (.autonomous → .trusted → .verified → .proposed). Pass the skill name as $ARGUMENTS.
Command
Export compounded state (USER.md + verified skills) to a portable .tar.gz archive. Pass the output path as $ARGUMENTS, e.g. /compounded:export /Desktop/compounded.tar.gz. Add --include-pending to also include .proposed/ and .rejected/.
Command
Import a compounded archive (.tar.gz produced by /compounded:export). Pass the input path as $ARGUMENTS. Add --overwrite to replace any colliding local skills.
Command
Pin a skill at its current trust state, preventing automatic demotion. Pass the skill name as $ARGUMENTS. Pinning is reversed by /compounded:unpin.
Command
Show compounded status — USER.md size, skill counts by trust tier, recent transitions, recent rejections.
Command
Show the compounded trust ladder. Lists every skill at every tier with use/correction counts, highlights skills approaching promotion or demotion.
Command
Manually promote a skill (skip the trust gradient). Usage /compounded:trust --to verified|trusted|autonomous. Use sparingly — manual overrides defeat the verification system.
Command
Remove a pin from a skill, allowing automatic demotion to resume. Pass the skill name as $ARGUMENTS.
Command
Manually run the verifier subagent against a proposed skill. Pass the skill name as $ARGUMENTS. Use this when you want to verify a proposal immediately rather than waiting for an applicable task to come up naturally.