What problem does it solve?
Scribe turns a software repository into trustworthy, Claude-facing documentation so future work does not depend on tribal knowledge or stale prose. It helps prevent confidently wrong docs by forcing every important claim to be grounded in source.
Core Features & Use Cases
- Verified documentation generation: Creates or updates CLAUDE.md, reference docs, project context, and README content from facts that can be checked in the repository.
- Doc-state detection: Detects whether a repo needs fresh documentation, an update, or a partial fill-in of missing structure.
- Safety for uncertain claims: Separates confirmed facts from unverified or contradictory details so hazards do not get silently written into committed docs.
- Use case: A team inherits an unfamiliar codebase and uses Scribe to produce a clean documentation layer that explains setup, structure, and operating conventions without guessing.
Quick Start
Ask Scribe to document the project from verified facts and create the missing Claude-facing documentation files.