ankitkr3

20 mods across 1 repository, 5 stars between them.

compounded

01

ankitkr3/compounded

Plugin Claude Code

Turns your agent into a trainable employee. Learns rules from your corrections (with your approval), and skills earn autonomy through demonstrated reliability — proposed → verified → trusted → autonomous. No daemon. No cloud.

5 2mo ago A tokens not measured original MIT

ankitkr3/compounded

Instructions file

Instructions for ankitkr3/compounded, covering claude.md (compounded repository), what this repo is, conventions, how the lifecycle works and what you can change.

5 2mo ago A 1,314 tokens original MIT

skill-verifier

03

ankitkr3/compounded

Agent

A subagent dispatched by compounded's Stop hook to decide whether a proposed skill should graduate to .verified or move to .rejected/. Reads the proposed SKILL.md and the just-completed task transcript, applies the rubric in the compounded-verifier skill, and returns a JSON verdict.

5 2mo ago A 61 tokens original MIT

demote

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

SessionStart

13

ankitkr3/compounded

Hook

Runs when a session starts on startup, resume, clear and compact, executing memory_inject.py via python3. From ankitkr3/compounded.

5 2mo ago A tokens not measured original MIT

Stop

14

ankitkr3/compounded

Hook

Runs when the agent finishes a response, executing skill_verify.py and auto_propose.py via python3 with --check-pending (2 commands). From ankitkr3/compounded.

5 2mo ago A tokens not measured original MIT

SessionEnd

15

ankitkr3/compounded

Hook

Runs when a session ends, executing trust_ladder.py via python3 with --process-session. From ankitkr3/compounded.

5 2mo ago A tokens not measured original MIT

compounded-author

16

ankitkr3/compounded

Skill Claude CodeCodex

Use this skill when you have just completed a non-trivial task (more than 3 tool calls, novel approach, recovery from a dead end) and are considering whether to save the procedure as a reusable skill via compounded; OR in RULE MODE when the user corrected your approach and the correction encodes a generalizable…

5 2mo ago A 96 tokens original MIT

ankitkr3/compounded

Skill Claude CodeCodex

Use this skill when working with skills already at .verified, .trusted, or .autonomous trust levels — particularly when deciding whether to invoke a verified skill on a task, when applying a trusted skill (which requires confirmation), or when an autonomous skill auto-applies. Also use when a skill produces output the…

5 2mo ago A 79 tokens original MIT

ankitkr3/compounded

Skill Claude CodeCodex

Use this skill when the user reports a typo in their codebase or documentation and asks for it to be fixed across the project, or when reviewing code and noticing a misspelled identifier, comment, or string that should be corrected consistently across all occurrences.

5 2mo ago A 59 tokens original MIT

compounded-verifier

19

ankitkr3/compounded

Skill Claude CodeCodex

Use this skill ONLY when invoked as the skill-verifier subagent by compounded's Stop hook. This is the rubric for deciding whether a proposed skill should graduate to .verified or move to .rejected/ based on its replayability against a just-completed task. Do not invoke this skill in normal sessions.

5 2mo ago A 67 tokens original MIT

using-compounded

20

ankitkr3/compounded

Skill Claude CodeCodex

Use this skill at the start of any session where compounded is installed, or whenever the user mentions earning trust, verifying skills, the trust ladder, compounded, the trust gradient, autonomous skills, or asks how compounded works. Explains the four trust states (.proposed, .verified, .trusted, .autonomous) and…

5 2mo ago A 73 tokens original MIT