ankitkr3/compounded

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.

5Stars on the repository
20Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

demote

01

ankitkr3/compounded

Command

Manually demote a skill one tier (.autonomous → .trusted → .verified → .proposed). Pass the skill name as $ARGUMENTS.

5 2mo ago A 32 tokens original MIT

export

02

ankitkr3/compounded

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/.

5 2mo ago A 63 tokens original MIT

import

03

ankitkr3/compounded

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.

5 2mo ago A 38 tokens original MIT

pin

04

ankitkr3/compounded

Command

Pin a skill at its current trust state, preventing automatic demotion. Pass the skill name as $ARGUMENTS. Pinning is reversed by /compounded:unpin.

5 2mo ago A 36 tokens original MIT

status

05

ankitkr3/compounded

Command

Show compounded status — USER.md size, skill counts by trust tier, recent transitions, recent rejections.

5 2mo ago A 21 tokens original MIT

trust-status

06

ankitkr3/compounded

Command

Show the compounded trust ladder. Lists every skill at every tier with use/correction counts, highlights skills approaching promotion or demotion.

5 2mo ago A 26 tokens original MIT

trust

07

ankitkr3/compounded

Command

Manually promote a skill (skip the trust gradient). Usage /compounded:trust --to verified|trusted|autonomous. Use sparingly — manual overrides defeat the verification system.

5 2mo ago A 40 tokens original MIT

unpin

08

ankitkr3/compounded

Command

Remove a pin from a skill, allowing automatic demotion to resume. Pass the skill name as $ARGUMENTS.

5 2mo ago A 24 tokens original MIT

verify

09

ankitkr3/compounded

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.

5 2mo ago A 44 tokens original MIT