skills/project-detect/SKILL.md
--- name: project-detect description: Projeye girdiginde tech stack'i tespit et, uygun skill ve agent'lari aktive et. Kullanim: /project-detect --- # /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 - docke
npx skillsauth add rubicanjr/FinCognis skills/project-detectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Mevcut dizindeki dosyalari tarayarak projenin tech stack'ini tespit et.
Su dosyalari kontrol et (paralel):
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
Projeye ozel oneriler sun:
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.