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
56%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./workspace/skills/architect/SKILL.mdThe Architect is the only component that writes to ChromaDB. It processes ChangeEvents from the Scout, chunks files semantically using AST boundaries, embeds chunks with Nomic (Anthropic fallback), and manages the vector store.
chunker.py — SemanticChunker classembedder.py — Embedder class (Nomic + Anthropic fallback)store.py — VectorStore class (ChromaDB wrapper)pipeline.py — Wires chunker + embedder + storea30d1b4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.