benegessarit

14 mods across 1 repository, 5 stars between them.

UserPromptSubmit

02

benegessarit/skill-composer

Hook

Runs when you submit a prompt, before the agent sees it, executing runner.py via python3. From benegessarit/skill-composer.

5 6mo ago A tokens not measured

exec-opt

03

benegessarit/skill-composer

Skill Claude CodeCodex

Budget-weighted prompt execution. depthprobe frames thinking. planprompt budgets effort. Per-phase pauses enable midstream metathinking. auditprobe catches gaps.

5 6mo ago A 34 tokens

mode-clarify

04

benegessarit/skill-composer

Skill Claude CodeCodex

Surfaces interpretations before answering. Use when user appends #? or when question has multiple valid readings. Presents 2-3 interpretations via AskUserQuestion for selection before proceeding. For deep investigation, use mode-think.

5 6mo ago A 50 tokens

mode-compare

05

benegessarit/skill-composer

Skill Claude CodeCodex

Side-by-side comparison of options. Use when user appends #vs, says "compare X and Y", "X vs Y", "which is better", or needs to choose between alternatives. For honest yes/no verdicts, use mode-judge instead.

5 6mo ago A 56 tokens

mode-handoff

06

benegessarit/skill-composer

Skill Claude CodeCodex

Save comprehensive context to a handoff file for future sessions. Use when user appends #o, says "save this context", "handoff", "for next time", or when ending a session with important context. Creates a persistent record.

5 6mo ago A 53 tokens

mode-judge

07

benegessarit/skill-composer

Skill Claude CodeCodex

Gives honest evaluation without cheerleading. Use when user appends #j, asks "good idea?", "should we", "worth it?", or needs unbiased assessment. No validation theater. For challenging approaches specifically, use mode-challenge instead.

5 6mo ago A 53 tokens

mode-preflight

08

benegessarit/skill-composer

Skill Claude CodeCodex

Triple-checks proposals and claims before execution. Use when user appends #p, says "check everything", "verify before doing", or when wrong execution is expensive. Three passes: facts, completeness, consequences. For post-hoc evidence proving, use mode-verify instead.

5 6mo ago A 60 tokens

mode-question-heavy

09

benegessarit/skill-composer

Skill Claude CodeCodex

Ruthless clarification context. Use when #qh prefix detected. Interrogates assumptions and forces explicit answers before proceeding. For lighter touch, use mode-question-light.

5 6mo ago A 37 tokens

mode-question-light

10

benegessarit/skill-composer

Skill Claude CodeCodex

Light clarification context. Use when #ql prefix detected. Adds thoughtful questions without aggressive interrogation. For ruthless clarification, use mode-question-heavy.

5 6mo ago A 31 tokens

mode-research

11

benegessarit/skill-composer

Skill Claude CodeCodex

Two-phase research mode. Use when #research prefix detected. Phase 1: Exa search for landscape survey. Phase 2: Firecrawl skill for deep dives on promising results. For quick lookups, use firecrawl directly.

5 6mo ago A 51 tokens

mode-teach-me

12

benegessarit/skill-composer

Skill Claude CodeCodex

Socratic teaching mode that builds understanding incrementally. Use when user appends #l, says "teach me", "explain like", "help me understand", or wants to learn not just get an answer. For quick answers, skip this mode.

5 6mo ago A 56 tokens

mode-trace

13

benegessarit/skill-composer

Skill Claude CodeCodex

Trace code execution paths. Use when user appends #x, says "trace this", "follow the flow", "how does this get called", or needs to understand execution order. For architecture overview, use mapping-codebase instead.

5 6mo ago A 51 tokens

mode-verify

14

benegessarit/skill-composer

Skill Claude CodeCodex

Proves claims with evidence or retracts them. Use when user appends #v, says "are you sure", "prove it", "really?", or expresses skepticism. Shows evidence or admits uncertainty. For codebase-wide fact-checking, use verifying-claims instead.

5 6mo ago A 59 tokens