File contents /project-detect - Otomatik Proje Tespiti
Mevcut dizindeki dosyalari tarayarak projenin tech stack'ini tespit et.
Adim 1: Dosya Tarama
Su dosyalari kontrol et (paralel):
package.json (name, dependencies, scripts)
tsconfig.json
pyproject.toml / requirements.txt / setup.py
go.mod
Cargo.toml
pom.xml / build.gradle
manage.py
docker-compose.yml / Dockerfile
.github/workflows/
CLAUDE.md (mevcut proje hafizasi)
.env.example
Adim 2: Stack Raporu
PROJE TESPITI
=============
Proje: <dizin adi>
Dil: TypeScript / Python / Go / Java / Rust
Framework: Next.js / Django / Spring Boot / Gin / ...
Database: PostgreSQL / MongoDB / SQLite / ...
ORM: Prisma / SQLAlchemy / GORM / JPA / ...
Test: Jest / pytest / go test / JUnit / ...
CI/CD: GitHub Actions / GitLab CI / ...
Container: Docker / Docker Compose / K8s / ...
Monorepo: Evet/Hayir (turborepo, nx, lerna)
Aktif Skill'ler:
- <skill-1>
- <skill-2>
- ...
Aktif Workflow:
feature: @architect -> @kraken -> @tdd-guide -> @code-reviewer -> @verifier
bugfix: @sleuth -> @spark -> @verifier
refactor: @phoenix -> @kraken -> @verifier
Adim 3: CLAUDE.md Kontrol
Dizinde CLAUDE.md var mi?
Yoksa: "CLAUDE.md olusturayim mi? (template: ~/.claude/templates/CLAUDE-TEMPLATE.md)"
Varsa: Oku, proje bilgilerini kontrol et, eksikleri tamamla
Adim 4: Oneriler
Projeye ozel oneriler sun:
Eksik test varsa belirt
Security riski varsa uyar
Performans iyilestirme firsati varsa soyple
Kullanilmayan dependency varsa belirt
1 --- 2 name: project-detect 3 description: Project Detect 4 --- 5 6 # /project-detect - Otomatik Proje Tespiti 7 8 Mevcut dizindeki dosyalari tarayarak projenin tech stack'ini tespit et. 9 10 ## Adim 1: Dosya Tarama 11 12 Su dosyalari kontrol et (paralel): 13 - package.json (name, dependencies, scripts) 14 - tsconfig.json 15 - pyproject.toml / requirements.txt / setup.py 16 - go.mod 17 - Cargo.toml 18 - pom.xml / build.gradle 19 - manage.py 20 - docker-compose.yml / Dockerfile 21 - .github/workflows/ 22 - CLAUDE.md (mevcut proje hafizasi) 23 - .env.example 24 25 ## Adim 2: Stack Raporu 26 27 ``` 28 PROJE TESPITI 29 ============= 30 Proje: <dizin adi> 31 Dil: TypeScript / Python / Go / Java / Rust 32 Framework: Next.js / Django / Spring Boot / Gin / ... 33 Database: PostgreSQL / MongoDB / SQLite / ... 34 ORM: Prisma / SQLAlchemy / GORM / JPA / ... 35 Test: Jest / pytest / go test / JUnit / ... 36 CI/CD: GitHub Actions / GitLab CI / ... 37 Container: Docker / Docker Compose / K8s / ... 38 Monorepo: Evet/Hayir (turborepo, nx, lerna) 39 40 Aktif Skill'ler: 41 - <skill-1> 42 - <skill-2> 43 - ... 44 45 Aktif Workflow: 46 feature: @architect -> @kraken -> @tdd-guide -> @code-reviewer -> @verifier 47 bugfix: @sleuth -> @spark -> @verifier 48 refactor: @phoenix -> @kraken -> @verifier 49 ``` 50 51 ## Adim 3: CLAUDE.md Kontrol 52 53 - Dizinde CLAUDE.md var mi? 54 - Yoksa: "CLAUDE.md olusturayim mi? (template: ~/.claude/templates/CLAUDE-TEMPLATE.md)" 55 - Varsa: Oku, proje bilgilerini kontrol et, eksikleri tamamla 56 57 ## Adim 4: Oneriler 58 59 Projeye ozel oneriler sun: 60 - Eksik test varsa belirt 61 - Security riski varsa uyar 62 - Performans iyilestirme firsati varsa soyple 63 - Kullanilmayan dependency varsa belirt
vibeeval/vibecosystem/tree/main/skills/project-detect commit e936177bb1
Frequently asked questions How do I install the Project Detect skill? Run npx skillmds@latest add vibeeval/project-detect in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Project Detect skill do? Project Detect It is listed under Coding & Dev Tools on SkillMD.
Is Project Detect safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Project Detect? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Project Detect free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Project Detect? vibeeval (@vibeeval) published this skill. Their other Agent Skills are listed on their SkillMD profile.