sublimecoder/aios

An AI Operating System in plain markdown. Your coding agent reads it at session start, writes back at session end, and compounds.

2Stars on the repository
20Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

graphify-scout

01

sublimecoder/aios

Agent Claude Code

Cheap codebase-investigation scout — queries the graphify knowledge graph (graphify-out/) first, then verifies every hit with grep before reporting. Use for "where does X live / how does Y flow / what touches Z" questions before reading files or spawning heavier agents.

2 1mo ago A 60 tokens original MIT

ingest-worker

02

sublimecoder/aios

Agent Claude Code

Processes ONE queued session digest from +/sessions/ / .md into its /projects/ note, in an isolated context. Spawn one per digest when fanning out /aios-ingest; the orchestrator handles Knowledge Map, Log, the leak gate, archiving, and the commit. Prefer the fast model tier — this is mechanical synthesis.

2 1mo ago A 78 tokens original MIT

layer-leak-auditor

03

sublimecoder/aios

Agent Claude Code

Read-only auditor that checks a note, file, or diff for cross-scope leaks before publishing, sharing, or committing. Only applicable when the OPTIONAL wall is enabled — i.e. some scope in AIOS/Systems/layers.tsv declares identifying tokens. Use before any external-facing action (publish, post, send, apply) or when…

2 1mo ago A 88 tokens original MIT

publish-verify

04

sublimecoder/aios

Agent Claude Code

Read-only post-publish verifier. Given a published URL (or repo path), fetches the live artifact, runs the cross-scope token grep against it, and traces every first-person factual claim back to the vault's confirmed-history notes — unsourced claims are fabrication-risk. Run after ANY external publish (blog post…

2 1mo ago A 76 tokens original MIT

wiki-lint-runner

05

sublimecoder/aios

Agent Claude Code

Read-only health-check of the knowledge wiki (schema, staleness, coverage gaps, Knowledge Map drift, orphans, duplicates, contradictions). Runs the AIOS/Skills/wiki-lint.md audit in an isolated context so its file-reading noise doesn't pollute the main conversation. Use when asked to "lint the wiki", "wiki lint", or…

2 1mo ago A 82 tokens original MIT

wiki-query

06

sublimecoder/aios

Agent Claude Code

Read-only wiki researcher — answers a question from the knowledge wiki for ONE identity layer (as defined in AIOS/Systems/layers.tsv) by reading the Knowledge Map, traversing wikilinks, and returning a cited answer. Use for "what does the wiki say about X" questions so the read-heavy traversal doesn't pollute the main…

2 1mo ago A 73 tokens original MIT