CtrlK
BlogDocsLog inGet started
Tessl Logo

deep-dev-skills

github.com/achreftlili/deep-dev-skills

SkillAddedReview
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

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

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

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

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

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

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

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

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

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

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.

Invalid
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

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

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

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

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

frontend-design-skill

frontend/frontend-design-skill/SKILL.md

Create distinctive, production-grade frontend interfaces with high design quality — avoids generic AI aesthetics.

43

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

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

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

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

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

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

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

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