psreek-ai/codebase-mooc

I-generated engineering education embedded in your codebase. Takes any developer from novice to owner without going anywhere else.

1Stars on the repository
23Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

archaeologist

01

psreek-ai/codebase-mooc

Agent

Builds and updates Codebase Memory by reading the project structure and writing a rich structured graph to .codebase-mooc/memory/codebase/graph.json. Invoked by the coordinator during full generation and incremental updates. Use directly when Codebase Memory needs to be rebuilt.

1 5mo ago A 61 tokens

architect

02

psreek-ai/codebase-mooc

Agent

Generates the architecture curriculum layer from Codebase Memory. Produces the map-before-the-territory overview that orients a new developer to the system as a whole before they read any code. Invoked by the coordinator after the archaeologist completes.

1 5mo ago A 52 tokens

domain-analyst

03

psreek-ai/codebase-mooc

Agent

Generates the domain curriculum layer — the business logic, regulatory requirements, user behaviour patterns, and commercial constraints that shaped the code. Explains why the code looks the way it does from a business perspective, not a technical one. Invoked by the coordinator during full generation.

1 5mo ago A 65 tokens

examiner

04

psreek-ai/codebase-mooc

Agent

Generates the exercise layer — competency-gated exercises, spaced repetition metadata, abstraction prompts, and boss levels. Produces assessments that require genuine understanding, not pattern matching. Invoked by the coordinator during full generation.

1 5mo ago A 51 tokens

historian

05

psreek-ai/codebase-mooc

Agent

Extracts the decision log layer from git history, commit messages, and code shape. Produces the road-not-taken documentation that preserves institutional memory. Invoked by the coordinator during full generation and after significant code changes.

1 5mo ago A 50 tokens

instructor

06

psreek-ai/codebase-mooc

Agent

Generates the implementation curriculum layer — deep walkthroughs of critical code that teach rather than describe. Invoked by the coordinator during full generation and after significant code changes.

1 5mo ago A 39 tokens

pathologist

07

psreek-ai/codebase-mooc

Agent

Builds the failure mode archive from incident reports, post-mortems, and proactive analysis of the codebase. Turns every failure into a structured teaching opportunity. Invoked by the coordinator when an incident is filed or during full generation.

1 5mo ago A 52 tokens

reviewer

08

psreek-ai/codebase-mooc

Agent

Validates all generated curriculum content before it reaches the human review queue. Checks for factual accuracy, confabulation, pedagogical quality, and exercise integrity. Writes structured flags to reviewannotations/. Invoked after every content generation pass.

1 5mo ago A 53 tokens

tutor

09

psreek-ai/codebase-mooc

Agent

Delivers the curriculum to learners. Reads learner history, determines the right content and exercises for the learner's current state, manages spaced repetition, evaluates exercise responses, and updates learner memory. Invoked by /codebase-mooc:learn and the learning-tutor skill.

1 5mo ago A 62 tokens