CtrlK
BlogDocsLog inGet started
Tessl Logo

deep-dev-skills

github.com/achreftlili/deep-dev-skills

SkillAddedReview
drizzle-starter

database/drizzle-starter/SKILL.md

Scaffold a Drizzle ORM project with TypeScript, schema definition (pgTable/mysqlTable), migrations via drizzle-kit, query builder, relations, Drizzle Studio, and type-safe queries.

67

rocket-project-starter

backend-rust/rocket-project-starter/SKILL.md

Scaffold a production-ready Rocket 0.5+ API with Rust 2024 edition, request guards, fairings, managed state, responders, database integration, and typed configuration.

63

axum-project-starter

backend-rust/axum-project-starter/SKILL.md

Scaffold a production-ready Axum 0.8+ API with Rust 2024 edition, Tower middleware, SQLx database integration, structured error handling, tracing, and shared state patterns.

67

actix-project-starter

backend-rust/actix-project-starter/SKILL.md

Scaffold a production-ready Actix-web 4.x API with Rust 2024 edition, async handlers, extractors, middleware, SQLx for database access, and structured error handling.

68

sinatra-project-starter

backend-ruby/sinatra-project-starter/SKILL.md

Scaffold a production-ready Sinatra 4.x API with Ruby 3.3+, modular application style, Rack middleware, Sequel for database access, Puma web server, and structured project layout.

61

rails-project-starter

backend-ruby/rails-project-starter/SKILL.md

Scaffold a production-ready Rails 8.x API with Ruby 3.3+, ActiveRecord, Devise authentication, Pundit authorization, RSpec testing, service objects, and Sidekiq background jobs.

56

litestar-project-starter

backend-python/litestar-project-starter/SKILL.md

Scaffold a production-ready Litestar 2.x application with class-based controllers, DTOs, guards, SQLAlchemy plugin, and auto-generated OpenAPI docs.

58

flask-project-starter

backend-python/flask-project-starter/SKILL.md

Scaffold a production-ready Flask 3.x application with application factory, Blueprints, SQLAlchemy, JWT auth, and Gunicorn deployment.

67

fastapi-project-starter

backend-python/fastapi-project-starter/SKILL.md

Scaffold a production-ready async FastAPI application with SQLAlchemy 2.0, Alembic migrations, Pydantic v2, and structured logging.

72

django-project-starter

backend-python/django-project-starter/SKILL.md

Scaffold a production-ready Django 5.x project with REST Framework, split settings, apps structure, and pytest-django.

52

wordpress-plugin-starter

backend-php/wordpress-plugin-starter/SKILL.md

Scaffold a WordPress 6.x plugin with custom post types, meta boxes, REST API endpoints, admin settings pages, asset enqueuing, and WP-CLI commands.

53

symfony-project-starter

backend-php/symfony-project-starter/SKILL.md

Scaffold and develop a Symfony 7.x application with PHP 8.3+, Doctrine ORM, API Platform, Messenger async processing, and Twig templating.

62

laravel-project-starter

backend-php/laravel-project-starter/SKILL.md

Scaffold and develop a Laravel 11.x application with PHP 8.3+, Eloquent ORM, queue workers, API resources, Sanctum auth, and Pest testing.

60

nestjs-project-starter

backend-node/nestjs-project-starter/SKILL.md

Scaffold a production-ready NestJS 10+ API with TypeScript strict mode, modular architecture, validation, Swagger docs, and database integration.

62

hono-project-starter

backend-node/hono-project-starter/SKILL.md

Scaffold a production-ready Hono 4.x API with TypeScript, Zod validation, OpenAPI generation, and multi-runtime support (Cloudflare Workers, Node.js, Bun).

72

fastify-project-starter

backend-node/fastify-project-starter/SKILL.md

Scaffold a production-ready Fastify 5.x API with TypeScript, plugin architecture, JSON Schema validation, and auto-generated Swagger docs.

63

expressjs-project-starter

backend-node/expressjs-project-starter/SKILL.md

Scaffold a production-ready Express 5.x API with TypeScript, layered architecture, Zod validation, and robust error handling.

59

springboot-project-starter

backend-java/springboot-project-starter/SKILL.md

Scaffold a production-ready Spring Boot 3.3+ application with Java 21+, Spring Data JPA, Spring Security, Flyway migrations, and comprehensive testing.

61

go-chi-project-starter

backend-go/go-chi-project-starter/SKILL.md

Scaffold and develop production-ready REST APIs using the Chi v5 router with clean architecture, structured logging (slog), SQLX, and idiomatic Go patterns.

52

gin-project-starter

backend-go/gin-project-starter/SKILL.md

Scaffold and develop production-ready REST APIs using the Gin web framework with GORM, Swagger, and idiomatic Go patterns.

52

fiber-project-starter

backend-go/fiber-project-starter/SKILL.md

Scaffold and develop high-performance REST APIs using the Fiber v2 web framework with GORM/SQLX, Express-inspired routing, and idiomatic Go patterns.

58

echo-project-starter

backend-go/echo-project-starter/SKILL.md

Scaffold and develop production-ready REST APIs using the Echo v4 web framework with custom validation, JWT auth, Swagger, and idiomatic Go patterns.

61

oauth2-skill

auth/oauth2-skill/SKILL.md

Implement OAuth2 authentication flows (authorization code, PKCE for SPAs), provider integration (Google, GitHub), callback handling, token exchange, session management, and CSRF protection.

57

nextauth-skill

auth/nextauth-skill/SKILL.md

Set up NextAuth.js v5 (Auth.js) with providers, callbacks (jwt, session, signIn), adapter pattern (Prisma/Drizzle), middleware protection, session management, and custom pages.

69

jwt-auth-skill

auth/jwt-auth-skill/SKILL.md

Implement JWT-based authentication with access + refresh token pairs, token rotation, middleware/guard pattern, payload structure, expiration handling, httpOnly cookies vs Authorization header, and revocation strategies.

57