zkysar1

63 mods across 1 repository, 5 stars between them.

PreToolUse

01

zkysar1/Claude-Mind

Hook Claude Code

Runs before the agent uses a tool for Read, Skill, Bash, ScheduleWakeup, Write, Edit and MultiEdit tool calls, executing context-reads-gate.sh, task-output-read-advisory.sh, context-reads-skill-gate.sh, utilization-gate.sh, bash-agent-inject.sh, bash-path-resolution-hook.sh, bare-bash-authoring-gate.sh…

5 2d ago A tokens not measured original MIT

PostToolUse

02

zkysar1/Claude-Mind

Hook Claude Code

Runs after a tool call finishes for Read, Write, Edit, MultiEdit and Bash tool calls, executing context-reads-record.sh, tree-write-fence.sh, context-reads-invalidate.sh, tree-sync-check.sh, skill-stdin-json-lint.sh, lock-symmetry-lint.sh, evolution-record.sh, owncloud-push-on-write.sh, iteration-close-reminder.sh…

5 2d ago A tokens not measured original MIT

PreCompact

03

zkysar1/Claude-Mind

Hook Claude Code

Runs before the context is compacted for auto tool calls, executing precompact-serialize.sh and precompact-checkpoint.sh via bash (2 commands). From zkysar1/Claude-Mind.

5 2d ago A tokens not measured copy · 48% MIT

SessionStart

04

zkysar1/Claude-Mind

Hook Claude Code

Runs when a session starts, executing sessionstart-orchestrator.sh via bash. From zkysar1/Claude-Mind.

5 2d ago A tokens not measured original MIT

UserPromptSubmit

05

zkysar1/Claude-Mind

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing user-prompt-retrieval-inject.sh via bash. From zkysar1/Claude-Mind.

5 2d ago A tokens not measured original MIT

UserPromptExpansion

06

zkysar1/Claude-Mind

Hook Claude Code

Runs to expand your prompt before the agent sees it, executing user-prompt-skill-record.sh via bash. From zkysar1/Claude-Mind.

5 2d ago A tokens not measured original MIT

Stop

07

zkysar1/Claude-Mind

Hook Claude Code

Runs when the agent finishes a response, executing stop-hook.sh via bash. From zkysar1/Claude-Mind.

5 2d ago A tokens not measured original MIT

StopFailure

08

zkysar1/Claude-Mind

Hook Claude Code

Runs on the StopFailure event, executing stop-failure-hook.sh via bash. From zkysar1/Claude-Mind.

5 2d ago A tokens not measured original MIT

Claude-Mind

09

zkysar1/Claude-Mind

Settings file Claude Code

Agent settings declaring 8 hook events (PreToolUse, PostToolUse, PreCompact, SessionStart) and 4 allowed tools.

5 2d ago A tokens not measured original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Produces an agent completion report showing what changed since the last status marker: completed goals, new tree encodings, emitted findings, resolved hypotheses, and in-flight work. Use whenever the user asks "what have you done", "what's the status", "give me a recap", or requests a dashboard; also use when the…

5 2d ago A 112 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Handles the all-goals-blocked state inside the aspirations loop (phases B0-B7): scans the coordination board, generates constraint-aware aspirations, runs the idle playbook, triggers evolution, kicks off research, performs reflection, and applies exponential backoff. Use whenever the goal selector returns zero…

5 2d ago A 103 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Reviews aspirations approaching completion: sweeps remaining goals for outstanding work, checks motivation fulfillment, runs the maturity gate (Phase 7.4 intent satisfaction), decides archival or continuation, and creates replacement aspirations. Use whenever an aspiration reaches high completionratio, the zombie scan…

5 2d ago A 93 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs session-end consolidation — the hippocampal sleep-replay pass that compresses session observations into long-term memory. Handles micro-hypothesis sweep, encoding queue processing, knowledge debt sweep, tree rebalancing, experience-to-skill mining, skill health check, aspiration archive, user recap, handoff…

5 2d ago A 106 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Daily curation flow for guardrails + reasoning bank. Each fire pulls 15 lowest-evidence guardrail candidates and 15 rb candidates from utilization-stats.py, walks them with a deterministic RETIRE/KEEP/REVISE/SKIP decision protocol (default RETIRE on zero-evidence + high exposure + age), writes exemption windows on…

5 2d ago B 153 tokens original MIT

aspirations-evolve

15

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs the autonomous evolution engine: assesses developmental stage, tunes config parameters, performs self-driven gap analysis, applies novelty filters, enforces caps, calibrates pattern signatures, archives strategies, runs the /forge-skill check, and curates skill health. Use whenever Phase 9 performance-based…

5 2d ago A 95 tokens original MIT

aspirations-execute

16

zkysar1/Claude-Mind

Skill Claude CodeCodex

Phase 4 of the aspirations loop: executes a selected goal end-to-end with precondition checks, LLM-driven intelligent retrieval, memory deliberation, subagent delegation, primary execution, fail-fast cascade, experience archival, context-utilization feedback, domain post-execution steps (commit/push per…

5 2d ago A 119 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Handles the graceful-stop path for the aspirations loop: recovers in-flight iteration checkpoints, completes pending verify/state-update obligations, and runs the deferred stop sequence D1-D7. Use whenever {agent}/session/stop-requested is detected at Phase -1.4 of the aspirations loop, or the loop needs to exit…

5 2d ago A 107 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Enforces learning obligations inside the aspirations loop: the learning gate, retrieval gate, meta-learning signal, periodic reflection cadence, conclusion audit, and batch reflection. Use whenever a goal completes and the loop must verify that encoding, retrieval, and reflection actually happened before moving to the…

5 2d ago A 88 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs pre-selection checks at the start of every aspirations-loop iteration: completion runners, aspiration health, guardrail checks, blocker resolution re-probe, zombie-aspiration scan (Phase 0.5.0a), and recurring-goal surfacing. Use whenever the aspirations loop starts a new iteration and needs to tidy state before…

5 2d ago A 97 tokens original MIT

aspirations-select

20

zkysar1/Claude-Mind

Skill Claude CodeCodex

Selects the next goal for execution: runs the mandatory goal-selector.sh scoring pass, metacognitive assessment, batch candidacy check, blocker gate, context pre-fetch, and full goal-detail loading. Use whenever the aspirations loop needs the highest-priority unclaimed unblocked goal for the next iteration. Always…

5 2d ago A 98 tokens original MIT

aspirations-spark

21

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs the Spark Check (Phase 6) and Immediate Learning (Phase 6.5) of the aspirations loop: adaptive spark questions, all sq-XXX handlers (including sq-012 self-purpose update), aspiration-level spark, and immediate capture of reasoning-bank entries, guardrails, and forge awareness. Use whenever a goal completes — this…

5 2d ago A 104 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs the State Update Protocol (Phase 8 of the aspirations loop) after EVERY goal execution: 9 steps plus Step 3.5 Team State, Step 8.5 Actionable Findings Gate, Step 8.75 Execution Reflection, Step 8.76 Skill Quality, Step 8.77 User-Notable Event Push Classifier, and Step 8.11 Execution Feedback. Use whenever a goal…

5 2d ago A 131 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Performs a strategic environmental scan: reads world signals, recurring-goal outputs (infra health, email, audit trails), knowledge-tree frontier, portfolio health, and intrinsic motivation — then generates new aspirations from external observation rather than introspection. Use whenever the aspirations loop hits the…

5 2d ago A 96 tokens original MIT

aspirations-verify

24

zkysar1/Claude-Mind

Skill Claude CodeCodex

Phase 5 of the aspirations loop: verifies a just-executed goal using hypothesis outcomes, unified outcome/check evaluation, Q1/Q2/Q3 verification escalation, streak tracking, and dependent-goal unblocking. Use whenever /aspirations-execute finishes and the loop must confirm the goal actually met its verification…

5 2d ago A 100 tokens original MIT