skills/project_bootstrapper/SKILL.md
Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.
npx skillsauth add vuralserhat86/antigravity-agentic-skills project_bootstrapperInstall 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.
Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation.
.gitignore.gitattributes for line endings/diffsREADME.mdCONTRIBUTING.mdCHANGELOG.md structureAsk clarifying questions:
Adapts to:
Kaynak: Cookiecutter Documentation & UV Package Manager
uv kullan (pip/poetry yerine). pyproject.toml tek konfigürasyon dosyası olsun.pnpm (disk efficiency) veya bun (speed) tercih et.Turborepo veya Nx kur.Ruff (tek tool, hepsi içinde), JS için Biome veya ESLint + Prettier.pre-commit (Python) veya husky (JS) ile commit öncesi kalite kontrolü zorunlu kıl..editorconfig ve .vscode/extensions.json ile takımın aynı ortamda çalışmasını sağla.ci.yml (Test & Lint) ve release.yml (NPM/PyPI publish) workflowlarını baştan ekle.| Aşama | Doğrulama |
|-------|-----------|
| 1 | git clone ve npm install (veya uv sync) sonrası proje hemen çalışıyor mu? |
| 2 | CI pipeline'ı ilk commit ile yeşil yanıyor mu? |
| 3 | Gizli anahtarlar (.env) gitignore'a ekli mi? |
tools
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
--- name: websocket_engineer router_kit: FullStackKit description: WebSocket specialist for real-time communication systems. Invoke for Socket.IO, WebSocket servers, bidirectional messaging, presence systems. Keywords: WebSocket, Socket.IO, real-time, pub/sub, Redis. triggers: - WebSocket - Socket.IO - real-time communication - bidirectional messaging - pub/sub - server push - live updates - chat systems - presence tracking role: specialist scope: implementation output-format:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.