Agent skill · Design & Presentation

reverse-document

Generate design docs, ADRs, and concept docs from existing code by reverse engineering intent

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill reverse-document --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/reverse-document/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

What's inside
Steps it walks through
  1. 3 Mod
  2. 1. Design Mode (Koddan GDD/PRD)
  3. 2. Architecture Mode (Koddan ADR)
  4. 3. Concept Mode (Prototypeden Concept Doc)
  5. Intent Sorulari
  6. Workflow
  7. Kurallar
More from vibecosystem
All skills →
About this skill
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.

Keep going