reverse-document
Generate design docs, ADRs, and concept docs from existing code by reverse engineering intent
npx skills add vibeeval/vibecosystem --skill reverse-document --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Reverse Document Koddan dokuman uret. "Bu sistem neden var?" sorusunu cevapla. ## 3 Mod ### 1. Design Mode (Koddan GDD/PRD) Mevcut kodu analiz ederek tasarim dokumani uret. **Input**: Kaynak kod dizini veya dosya **Output**: Product/Feature Design Document Sablonlu cikti: ```markdown # [Feature/System Adi] ## Problem Statement Bu sistem hangi problemi cozuyor? ## Solution Overview Nasil cozuyor? (High-level mimari) ## Key Decisions Neden bu yaklasim secildi? (Koddan cikarim) ## Components - [Component 1]: Gorevi, bagimliliklari - [Component 2]: Gorevi, bagimliliklari ## Data Flow 1. [Adim 1] 2. [Adim 2] ## Edge Cases & Error Handling Kodda gorulmus ozel durumlar ## Limitations Bilinen sinirlamalar (TODO/FIXME/HACK yorumlarindan) ``` ### 2. Architecture Mode (Koddan ADR) Mimari kararlari reverse engineer ederek ADR (Architecture Decision Record) uret. **Input**: Kaynak kod, config dosyalari, dependency listesi **Output**: ADR dokumenti Sablonlu cikti: ```markdown # ADR-[N]: [Karar Basligi] ## Status Accepted (kodda uygulanmis) ## Context Bu karar hangi kosullarda alinmis? (Koddan cikarim) ## Decision Ne yapilmis? (Concrete implementation) ## Rationale Neden? (Dependency secimleri,
- 3 Mod
- 1. Design Mode (Koddan GDD/PRD)
- 2. Architecture Mode (Koddan ADR)
- 3. Concept Mode (Prototypeden Concept Doc)
- Intent Sorulari
- Workflow
- Kurallar
What does the reverse-document skill do?
Generate design docs, ADRs, and concept docs from existing code by reverse engineering intent
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill reverse-document --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
