project-detect
Projeye girdiginde tech stack'i tespit et, uygun skill ve agent'lari aktive et. Kullanim: /project-detect
Profile →npx skills add vibeeval/vibecosystem --skill project-detect --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.
# /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 m
- Adim 1: Dosya Tarama
- Adim 2: Stack Raporu
- Adim 3: CLAUDE.md Kontrol
- Adim 4: Oneriler
What does the project-detect skill do?
Projeye girdiginde tech stack'i tespit et, uygun skill ve agent'lari aktive et. Kullanim: /project-detect
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill project-detect --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.