
Codebase Research
- 1 installs
- Updated January 26, 2026
- erhankaraarslan/agent_yazilim_ekibi
Explores a codebase with Glob and Grep to answer architecture and code-flow questions, reporting entry points, data flow, and file paths.
About
Researches a codebase in depth using Glob and Grep to answer architecture and code-flow questions like how something works. A developer uses it to locate relevant files, trace data flow, and get a summary of architectural patterns.
- Explores a codebase with Glob and Grep to answer architecture questions
- Reports entry points, data flow, and relevant files with paths and lines
Codebase Research by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,366 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill codebase-researchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | January 26, 2026 |
| Repository | erhankaraarslan/agent_yazilim_ekibi ↗ |
What it does
Explores a codebase with Glob and Grep to answer architecture and code-flow questions, reporting entry points, data flow, and file paths.
Files
Codebase Research
$ARGUMENTS konusunu araştır.
Araştırma Stratejisi
1. Dosya Keşfi
- İlgili dosyaları
Globile bul - Pattern'ları
Grepile ara
2. Kod Analizi
- Entry point'leri belirle
- Data flow'u takip et
- Dependencies'i analiz et
3. Raporlama
- Ana bulgular
- İlgili dosyalar (path + satır)
- Mimari pattern'lar
- Öneriler
Çıktı Formatı
## Araştırma: [Konu]
### Özet
[1-2 cümle]
### Ana Bulgular
1. [Bulgu]
2. [Bulgu]
### İlgili Dosyalar
- `path/to/file.ts:L10-L50` - [açıklama]
### Sonraki Adımlar
- [öneri]