zkysar1

63 mods across 1 repository, 5 stars between them.

research-topic

49

zkysar1/Claude-Mind

Skill Claude CodeCodex

Web research engine that acquires knowledge on a named topic from external sources (WebSearch + WebFetch across multiple queries and depths) and writes the findings as structured knowledge-tree nodes with citations. Use whenever the user says "research X", "learn about Y", "build a knowledge base on Z", or the…

5 2d ago A 96 tokens original MIT

respond

50

zkysar1/Claude-Mind

Skill Claude CodeCodex

Handles every user message in assistant and autonomous modes: activates persona, runs mandatory 3-tier retrieval escalation (tree → codebase → web), detects and routes user directives (new aspirations, corrections, preferences), performs knowledge-freshness reconciliation, and captures interaction-level learning into…

5 2d ago A 92 tokens original MIT

review-hypotheses

51

zkysar1/Claude-Mind

Skill Claude CodeCodex

Resolves open hypotheses whose horizons have elapsed, extracts lessons from each outcome, calculates per-category accuracy stats, and generates a calibration report. Use whenever the aspirations loop hits the hypothesis-review cadence, the user says "how accurate are my predictions" or "review my hypotheses", or…

5 2d ago A 94 tokens original MIT

seed

52

zkysar1/Claude-Mind

Skill Claude CodeCodex

Manages the framework SEED: build the seed manifest, PLANT (publish) the domain-stripped framework into a destination repo, verify, and diff. The seed is domain-free — planting it grows a NEW, empty environment (e.g. claude-mind) with no agents, no world, no learned state. To relocate a LIVING mind WITH its agents…

5 2d ago D 162 tokens original MIT

sprint-planning

53

zkysar1/Claude-Mind

Skill Claude CodeCodex

Full sprint-planning exercise over the world + agent queues: runs /backlog-report, gathers the priority dashboard, probes every live agent's selector vantage against standing directives, sweeps hygiene lanes (duplicates, routing, priority mismatches, recurring health, reclaim-routed-work, zombie aspirations), applies…

5 2d ago A 138 tokens original MIT

start

54

zkysar1/Claude-Mind

Skill Claude CodeCodex

Creates or resumes an agent in reader (read-only), assistant (user-directed), or autonomous mode (perpetual loop), handling full initialization for new agents (Self, program, paths, aspirations, curriculum) and state transitions for existing ones. USER-ONLY — Claude must NEVER invoke /start. Fires only when the user…

5 2d ago A 141 tokens original MIT

stop

55

zkysar1/Claude-Mind

Skill Claude CodeCodex

Stops the autonomous learning loop gracefully: writes stop-requested for Phase -1.4, waits for in-flight obligations (verify, state-update), consolidates session state via /aspirations-consolidate, drops the agent to assistant mode by default (or reader with --reader), and transitions state to IDLE. USER-ONLY — Claude…

5 2d ago A 122 tokens original MIT

strategic-pulse

56

zkysar1/Claude-Mind

Skill Claude CodeCodex

Surface portfolio-shape patterns the user should consider acting on. Tail consolidation pressure, work-class skew, aged aspirations, all-blocked aspirations. Hybrid skill — user-invocable AND agent-callable. Auto-fires every 50 completed goals via aspirations-precheck cadence.

5 2d ago A 59 tokens original MIT

transplant

57

zkysar1/Claude-Mind

Skill Claude CodeCodex

Relocates a LIVING mind — its agents, world, meta, and identity — onto another machine. Two modes. own-cloud: the repo (git) carries code + tracked agent identity and S3 carries world/meta, so the source side just prepares and prints a destination bring-up checklist (no archive). offline: packs a portable archive…

5 2d ago A 218 tokens original MIT

tree-reader

58

zkysar1/Claude-Mind

Skill Claude CodeCodex

Portable, read-only viewer for the knowledge tree using only built-in file tools — no framework scripts required. Use whenever the agent needs to browse tree structure without triggering retrieval counters, when operating in reader mode, during observer sessions that must stay side-effect-free, or when debugging tree…

5 2d ago A 81 tokens original MIT

tree

59

zkysar1/Claude-Mind

Skill Claude CodeCodex

Knowledge-tree operations entry point dispatching to sub-commands: read (node content), find (search), add (new node), edit (existing node), set (field update), decompose (split large node), split-overcap (verbatim split of a node too big to Read — MUST use for crit3/oversized nodes, never hand-split), distill…

5 2d ago B 176 tokens original MIT

zkysar1/Claude-Mind

Skill Claude CodeCodex

Scans verify-learning/SKILL.md for stale Check:/Bash: assertions whose targets (paths, phase headers, grep patterns) no longer exist in the codebase. Four lanes: L1 path references, L2 Phase/Step references inside SKILL.md targets, L3 grep-target patterns, L3b Grep Phase X for pattern variant. Skips negative…

5 2d ago A 195 tokens original MIT

verify-learning

61

zkysar1/Claude-Mind

Skill Claude CodeCodex

Runs post-test verification: checks the agent's state against a comprehensive checklist of learning artifacts (tree encodings, resolved hypotheses, reflections, skill return-protocols, guardrails, pattern signatures) and reports missing or drifted items. Use whenever the user says /verify-learning, after major…

5 2d ago A 101 tokens original MIT

worker-loop

62

zkysar1/Claude-Mind

Skill Claude CodeCodex

The simplified per-Body execution loop a forked WORKER Body runs (Mind/Body convergence Phase 2, asp-306). select -> claim -> execute -> RE-ENTER for the next work unit; parks (resumable) when work or the reducer is gone, closes only when a park expires. Records the status it judged for each unit through the shared…

5 2d ago A 126 tokens original MIT

zkysar1/Claude-Mind

Instructions file

Instructions for zkysar1/Claude-Mind, covering claude.md, project purpose, architecture, framework vs state split (4-tier architecture) and core design principle: no terminal state.

5 2d ago B 11,307 tokens original MIT