github.com/achreftlili/deep-dev-skills
| Skill | Added | Review |
|---|---|---|
vitest-testing-skill testing/vitest-testing-skill/SKILL.md Set up Vitest 2.x with TypeScript for unit and component testing using test/describe/it, vi.fn/vi.mock/vi.spyOn, component testing with Testing Library, coverage (v8/istanbul), workspace config, and snapshot testing. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
pytest-testing-skill testing/pytest-testing-skill/SKILL.md Set up pytest 8.x with Python for unit and integration testing using fixtures (scope, autouse, parametrize), async tests (pytest-asyncio), mocking (unittest.mock, pytest-mock), coverage (pytest-cov), conftest.py patterns, and markers. | 67 67 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 181fcbc | |
playwright-testing-skill testing/playwright-testing-skill/SKILL.md Set up Playwright 1.49+ with TypeScript for E2E testing using page object model, fixtures, test.describe/test blocks, assertions, selectors, network mocking, CI configuration, and trace viewer. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
jest-testing-skill testing/jest-testing-skill/SKILL.md Set up Jest 30+ with TypeScript for unit tests, integration tests, mocking (jest.fn, jest.mock, jest.spyOn), coverage configuration, custom matchers, snapshot testing, and setup/teardown patterns. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
flutter-project-starter mobile/flutter-project-starter/SKILL.md Scaffold a production-ready Flutter 3.27+ app with Dart 3.6+, Material 3, BLoC or Riverpod for state management, go_router for navigation, platform channels, freezed for models, and Hive/Isar for local storage. | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
terraform-starter infrastructure/terraform-starter/SKILL.md Scaffold Terraform 1.9+ infrastructure with provider configuration (AWS/GCP/Azure), modular structure, remote state, variables, outputs, workspaces, and common resource patterns. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
nginx-config-generator infrastructure/nginx-config-generator/SKILL.md Generate Nginx reverse proxy configurations with SSL/TLS (Let's Encrypt), static file serving, upstream definitions, rate limiting, gzip compression, security headers, and location blocks. | 66 66 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 181fcbc | |
kubernetes-manifests infrastructure/kubernetes-manifests/SKILL.md Generate Kubernetes manifests for Deployments, Services, Ingress, ConfigMaps, Secrets, HPA, PVCs with kustomize overlay structure, health probes, and resource limits. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
dockerfile-generator infrastructure/dockerfile-generator/SKILL.md Generate optimized, multi-stage Dockerfiles for Node.js, Python, Go, Rust, and Java with layer caching, non-root users, and minimal production images. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
docker-compose-generator infrastructure/docker-compose-generator/SKILL.md Generate multi-service Docker Compose files with common stacks (app + DB + Redis + Nginx), volumes, networks, healthchecks, depends_on, environment variables, and profiles. | 63 63 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 181fcbc | |
vuejs-project-starter frontend/vuejs-project-starter/SKILL.md Scaffold a Vue 3.5+ project with Composition API (`<script setup>`), Pinia stores, Vue Router 4, TypeScript, Vite, and auto-imports via unplugin. | — | |
theme-factory-skill frontend/theme-factory-skill/SKILL.md Toolkit for styling frontend artifacts with curated themes — 10 pre-set themes with colors/fonts, or generate custom themes on-the-fly. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
svelte-project-starter frontend/svelte-project-starter/SKILL.md Scaffold a SvelteKit 2.x project with Svelte 5 runes, file-based routing, load functions, form actions, and adapter configuration for multiple deployment targets. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
react-project-starter frontend/react-project-starter/SKILL.md Scaffold a React 19 + Vite project with TypeScript strict mode, Tailwind CSS v4, React Router v7, and ESLint flat config using a feature-based folder structure. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
nuxtjs-project-starter frontend/nuxtjs-project-starter/SKILL.md Scaffold a Nuxt 3.x project with auto-imports, layouts, `definePageMeta`, `useFetch`/`useAsyncData`, server routes, Nitro config, and SSR/SPA mode conventions. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
nextjs-project-starter frontend/nextjs-project-starter/SKILL.md Scaffold a Next.js 15 App Router project with TypeScript, server/client component conventions, route groups, layouts, loading/error boundaries, Route Handlers, middleware, and SSR/SSG/ISR strategies. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
frontend-design-skill frontend/frontend-design-skill/SKILL.md Create distinctive, production-grade frontend interfaces with high design quality — avoids generic AI aesthetics. | 43 43 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
astro-project-starter frontend/astro-project-starter/SKILL.md Scaffold an Astro 5.x project with content collections, islands architecture, framework integrations (React/Vue/Svelte), MDX, view transitions, and multi-adapter deployment. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
angular-project-starter frontend/angular-project-starter/SKILL.md Scaffold an Angular 19 project with standalone components (no NgModules), signals, lazy-loaded routing, `inject()` services, and Angular Material or PrimeNG. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
blazor-project-starter dotnet/blazor-project-starter/SKILL.md Scaffold a production-ready Blazor .NET 9 application with Server, WebAssembly, and Auto render modes, component architecture, SignalR real-time, dependency injection, JS interop, authentication state, and CSS isolation. | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
aspnetcore-project-starter dotnet/aspnetcore-project-starter/SKILL.md Scaffold a production-ready ASP.NET Core 9 API with C# 13, Controllers and Minimal APIs, EF Core 9, Identity authentication, middleware pipeline, dependency injection, and xUnit tests. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
typeorm-starter database/typeorm-starter/SKILL.md Scaffold a TypeORM 0.3+ project with TypeScript, entities with decorators, CLI migrations, repositories, DataSource configuration, relations, query builder, and subscribers. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
sqlalchemy-starter database/sqlalchemy-starter/SKILL.md Scaffold a SQLAlchemy 2.0+ project with Python, declarative models (mapped_column), Alembic migrations, async sessions, repository pattern, relationships, and engine configuration. | 67 67 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 181fcbc | |
prisma-schema-starter database/prisma-schema-starter/SKILL.md Scaffold a Prisma 6.x project with schema.prisma (datasource, generator, models, relations, enums), migrations, seed script, Prisma Client usage, type-safe queries, and middleware. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
mongoose-starter database/mongoose-starter/SKILL.md Scaffold a Mongoose 8.x project with TypeScript, schemas, models, virtuals, instance/static methods, hooks (pre/post), discriminators, population, and connection management. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc |