zkysar1

63 mods across 1 repository, 5 stars between them.

aspirations

25

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…

5 2d ago A 101 tokens original MIT

backlog-report

26

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…

5 2d ago A 101 tokens original MIT

boot

27

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…

5 2d ago A 86 tokens original MIT

create-aspiration

28

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…

5 2d ago A 218 tokens original MIT

curriculum-gates

29

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…

5 2d ago A 101 tokens original MIT

decompose

30

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…

5 2d ago A 96 tokens original MIT

drain-temp

31

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 /…

5 2d ago A 237 tokens original MIT

encode-session

32

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…

5 2d ago A 120 tokens original MIT

felt-sense-checkin

33

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…

5 2d ago A 238 tokens original MIT

forge-skill

34

zkysar1/Claude-Mind

Skill Claude CodeCodex

Forges a new SKILL.md from a recurring capability gap recorded in meta/skill-gaps.yaml, registers it in world/forged-skills.yaml, creates companion scripts for restricted operations, announces on the message board, and adds a validation goal. Use whenever a gap reaches the forge threshold (timesencountered >= 2…

5 2d ago A 146 tokens original MIT

fresh-eyes-code

35

zkysar1/Claude-Mind

Skill Claude CodeCodex

Use whenever a specific artifact set needs adversarial bug-hunt review — on-demand fresh-eyes code review that mode-flips the reviewing agent into adversarial posture (not confirmation) and systematically probes error paths, edge cases, platform-specific behavior (Windows subprocess / CRLF), locking, race conditions…

5 2d ago A 187 tokens original MIT

fresh-eyes-program

36

zkysar1/Claude-Mind

Skill Claude CodeCodex

Periodic local self-audit of world/program.md — fires when the every-100-goals precheck cadence trips, or on user demand (/fresh-eyes-program). Assembles a briefing (The Program body, both agents' Self summaries, cross-agent aspiration portfolio, recent completions, drift signals), writes it to agents/{agent}/temp/ (a…

5 2d ago A 152 tokens original MIT

fresh-eyes-review

37

zkysar1/Claude-Mind

Skill Claude CodeCodex

Periodic local self-audit (cadence: every 25 goals). Assembles a portfolio-direction briefing (Self snapshot, aspiration portfolio, evolution signals, partner activity), writes it to agents/{agent}/temp/ (a staging file drained to the knowledge tree), and posts a one-line summary to the coordination board. No email…

5 2d ago A 148 tokens original MIT

fresh-eyes-tree

38

zkysar1/Claude-Mind

Skill Claude CodeCodex

Periodic local self-audit of the knowledge tree's top-level taxonomy — fires when the every-200-goals precheck cadence trips, or on user demand (/fresh-eyes-tree). Assembles a briefing covering L1 distribution skew (S1), L1 pick-rate trends (S9), candidate L2 promotions, candidate L1 retirements, and SPROUT/REPARENT…

5 2d ago A 161 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Supply-side domain goal generation: read the domain's product surfaces through six generation lenses (metric-driven, journey-driven, code-reality, revenue-path, distribution, critic), generate evidence-backed user-story candidates, adversarially VERIFY every evidence claim BEFORE filing, then file survivors into the…

5 2d ago A 112 tokens original MIT

open-questions

40

zkysar1/Claude-Mind

Skill Claude CodeCodex

Shows the user dashboard: pending questions the agent has logged for the user, goals with participants including user, and blocked goals grouped by blocker reason. Use whenever the user says "what do you need from me", "what's blocked", "what questions do you have", "what am I on the hook for", or invokes…

5 2d ago A 98 tokens original MIT

prime

41

zkysar1/Claude-Mind

Skill Claude CodeCodex

Primes the agent's active context by loading accumulated knowledge: self.md identity, world/program.md shared purpose, a bounded 100%-coverage guardrail index (expanded in full on demand), a bounded recency slice of the reasoning bank, category-specific tree nodes (top in-progress and HIGH-priority pending goal…

5 2d ago A 119 tokens original MIT

priority-review

42

zkysar1/Claude-Mind

Skill Claude CodeCodex

Shows the priority dashboard (all active aspirations ranked by aggregate goal score) and lets the user interactively reorder priorities to update the aspiration queue. Use whenever the user says "what are you working on next", "re-rank my priorities", "show me the priority dashboard", "show the queue", or invokes…

5 2d ago A 91 tokens original MIT

reflect-maintain

43

zkysar1/Claude-Mind

Skill Claude CodeCodex

Performs maintenance reflection: curates memory (reasoning-bank entries, tree nodes, pattern signatures), applies active forgetting to low-utility items, grooms aspirations, and detects stuck goals that may need unblock conversion or archival. Use whenever the loop hits the maintenance cadence, the reasoning bank…

5 2d ago A 101 tokens original MIT

reflect-on-outcome

44

zkysar1/Claude-Mind

Skill Claude CodeCodex

Reflects on a just-resolved hypothesis or goal outcome: builds the Antecedent-Behavior-Consequence (ABC) chain, captures execution pattern signatures, and processes batched micro-hypotheses. Use whenever a hypothesis resolves in the pipeline and reflection depth is "outcome" (not full self-model reflection), or…

5 2d ago A 101 tokens original MIT

reflect-on-self

45

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs deep self-model reflection: synthesizes patterns across recent outcomes, extracts strategies into the archive, updates the Level 2 self-model, and calibrates confidence scores. Use whenever the loop hits the self-reflection cadence, sq-012 fires ("does this outcome change my core purpose?"), cumulative learning…

5 2d ago A 96 tokens original MIT

reflect-tree-update

46

zkysar1/Claude-Mind

Skill Claude CodeCodex

Implements the Shared Tree Update Protocol used by every reflection path: identifies the affected knowledge-tree node, updates the target's content and metadata, propagates signals upward through parent nodes, and logs capability events. Use whenever any reflection or encoding writes to a tree node and parents must…

5 2d ago A 93 tokens original MIT

reflect

47

zkysar1/Claude-Mind

Skill Claude CodeCodex

Orchestrates Reflexion-based learning: dispatches to /reflect-on-outcome (hypothesis ABC chains, execution patterns, batch micro-hypotheses), /reflect-on-self (pattern synthesis, Level 2 self-model, calibration), or /reflect-maintain (memory curation, active forgetting, aspiration grooming) based on --mode. Use…

5 2d ago A 104 tokens original MIT

replay

48

zkysar1/Claude-Mind

Skill Claude CodeCodex

Performs hippocampal replay on resolved hypotheses: compressed sharp-wave review for reconsolidation, reverse-order recency scan, selective encoding-queue replay, category-scoped replay, or domain-transfer bundling. Use whenever the aspirations loop hits the replay cadence, /aspirations-consolidate schedules a replay…

5 2d ago A 115 tokens original MIT