ychampion

72 mods across 5 repositories, 64 stars between them.

ychampion/cskill-agents

Skill Claude CodeCodex

Split conversation history into API-round buckets so compaction retries cut only the chunks tied to the failed round.

36 4mo ago A 27 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

On prompt-too-long retries, drop the oldest API-round groups first and inject a synthetic user preamble when needed so the summarize request stays valid.

36 4mo ago A 40 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

After awaiting persistence work, update the shared budget state for each tooluseid exactly once so no concurrent reader ever sees a half-committed decision.

36 4mo ago A 39 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

Keep remote slash-command skipping enabled by default, then reopen it only for bridge-safe commands while denying unsafe local commands with a friendly local response.

36 4mo ago A 36 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

Advertise only slash commands that a bridge client can actually invoke by filtering announcements with the same bridge-safety predicate used at execution time.

36 4mo ago A 34 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

Issue continuation nudges while the turn stays under budget, then halt once diminishing returns or the budget cap justify stopping.

36 4mo ago A 30 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

Queue cache edits for the next microcompact request, pin them to user-message positions, replay pinned edits later, and reset state only on explicit lifecycle boundaries.

36 4mo ago A 38 tokens original MIT

ychampion/cskill-agents

Skill Claude CodeCodex

Persist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.

36 4mo ago A 33 tokens original MIT