Agent skill · AI & Agents

project-detect

Projeye girdiginde tech stack'i tespit et, uygun skill ve agent'lari aktive et. Kullanim: /project-detect

vibeeval521★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill project-detect --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/project-detect/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

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

What's inside
Steps it walks through
  1. Adim 1: Dosya Tarama
  2. Adim 2: Stack Raporu
  3. Adim 3: CLAUDE.md Kontrol
  4. Adim 4: Oneriler
More from vibecosystem
All skills →
About this skill
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.

Keep going