zkysar1/Claude-Mind

Give Claude Code a persistent mind: an autonomous agent framework that sets its own goals, forms predictions, and learns from outcomes across sessions.

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

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…

not rated 5 changed yesterday 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…

not rated 5 changed yesterday 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…

not rated 5 changed yesterday 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…

not rated 5 yesterday 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…

not rated 5 changed yesterday B 153 tokens original MIT

aspirations-evolve

06

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…

not rated 5 changed yesterday A 95 tokens original MIT

aspirations-execute

07

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…

not rated 5 yesterday 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…

not rated 5 changed yesterday 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…

not rated 5 yesterday 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…

not rated 5 changed yesterday A 97 tokens original MIT

aspirations-select

11

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…

not rated 5 changed yesterday A 98 tokens original MIT

aspirations-spark

12

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…

not rated 5 changed yesterday 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…

not rated 5 changed yesterday 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…

not rated 5 changed yesterday A 96 tokens original MIT

aspirations-verify

15

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…

not rated 5 changed yesterday A 100 tokens original MIT

aspirations

16

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs the autonomous aspiration loop — the perpetual heartbeat that selects, executes, verifies, reflects on, and evolves goals forever. This is the core orchestrator for autonomous mode. Use whenever /boot finishes in autonomous mode, when re-entering the loop after autocompact recovery, or when the user runs…

not rated 5 changed yesterday A 101 tokens original MIT

backlog-report

17

zkysar1/Claude-Mind

Skill Claude CodeCodex

Generates a complete sprint-planning backlog as copy-pasteable markdown: all aspirations, goals, scores, blockers, and user action items, written to {agent}/BACKLOG.md with a compact terminal summary. Use whenever the user says "show me the backlog", "give me sprint planning material", "what's in the queue", or needs…

not rated 5 yesterday A 101 tokens original MIT

boot

18

zkysar1/Claude-Mind

Skill Claude CodeCodex

Entry point for autonomous mode — runs the status report (hypothesis readiness, pipeline state, accuracy stats, meta-memory counts), invokes /prime for full context load, then hands off to the /aspirations loop. Use only when /start activates autonomous mode or when recovering the loop after autocompact. NEVER invoke…

not rated 5 yesterday A 86 tokens original MIT

create-aspiration

19

zkysar1/Claude-Mind

Skill Claude CodeCodex

Creates new aspirations from three source modes — from-user (parse user text), from-self (autonomous gap-driven, optionally --plan for research-backed deliberation), and from-followup (fast-path: one aspiration with a single 'Design implementation plan and file sub-goals here' seed goal). USE WHENEVER you catch…

not rated 5 changed yesterday A 218 tokens original MIT

curriculum-gates

20

zkysar1/Claude-Mind

Skill Claude CodeCodex

Evaluates all graduation gates for the agent's current curriculum stage and promotes to the next stage if every gate passes. Gates include metricthreshold, countcheck, logscan, and commandcheck types. Use whenever /aspirations-consolidate hits session end, /aspirations-evolve runs a mandatory evolution pass, or the…

not rated 5 yesterday A 101 tokens original MIT

decompose

21

zkysar1/Claude-Mind

Skill Claude CodeCodex

Performs HTN (Hierarchical Task Network) decomposition: breaks a compound goal into a sequence of primitive, directly-executable sub-goals. Use whenever a selected goal is too abstract or multi-step to execute as-is (selector or Phase 4 flags it as compound), the user says "break down this goal", or…

not rated 5 yesterday A 96 tokens original MIT

drain-temp

22

zkysar1/Claude-Mind

Skill Claude CodeCodex

Drains the agent's temp/ working-doc store into the knowledge tree. Walks every undrained file under agents/{agent}/temp/ (analyses, briefings, audits, design docs, snapshots), classifies each against the learning-routing decision tree, encodes its reusable value into the right store (knowledge tree / reasoning bank /…

not rated 5 changed yesterday A 237 tokens original MIT

encode-session

23

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs a structured learning pass on the current chat session: encode reusable insights to the knowledge tree / reasoning bank / guardrails / patterns / experience archive; file Maintain goals for inline completions; re-probe blockers our work may have falsified; surface new aspirations / goals / forge gaps; propose…

not rated 5 changed yesterday A 120 tokens original MIT

felt-sense-checkin

24

zkysar1/Claude-Mind

Skill Claude CodeCodex

Fires whenever the aspirations-precheck cadence hits 75 completed goals — an autonomous structured 7-lane self-audit that converts the user's proven-high-yield diagnostic question into a routine. Sweeps memory hygiene (including insight curation from agents/{agent}/insights.jsonl — distills unprocessed entries into…

not rated 5 changed yesterday A 238 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: