CtrlK
BlogDocsLog inGet started
Tessl Logo

repository-os-mvp

github.com/tombrewsviews/repository-os-mvp

SkillAddedReview
scout

workspace/skills/scout/SKILL.md

File system watcher and AST parser. Detects changes in the watched repository, extracts AST structure using tree-sitter, and emits structured ChangeEvents for the Architect to process.

57

oracle

workspace/skills/oracle/SKILL.md

Claude-powered Q&A agent that answers questions about an indexed codebase using vector retrieval from ChromaDB. Supports /spec and /gaps commands.

57

dashboard

workspace/skills/dashboard/SKILL.md

Static HTML dashboard that shows index state, coverage, staleness, and gaps. Read-only and stateless — metadata in, HTML out.

55

architect

workspace/skills/architect/SKILL.md

Semantic chunker, embedding engine, and ChromaDB store. Consumes ChangeEvents from the Scout, chunks files at function/class boundaries, generates embeddings, and manages the vector store.

51

spec-generator

tile-source/skills/spec-generator/SKILL.md

Prompt template and output format for the Repository OS /spec command — generates structured specification summaries of indexed source files using retrieved code context from ChromaDB.

63

oracle-agent

tile-source/skills/oracle-agent/SKILL.md

System prompt and behavioral rules for the Repository OS Oracle — the Claude-powered Q&A agent that answers questions about an indexed codebase using vector retrieval from ChromaDB.

56