github.com/achreftlili/deep-dev-skills
| Skill | Added | Review |
|---|---|---|
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 67 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 181fcbc | |
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 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 181fcbc | |
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 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 53 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 181fcbc | |
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 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 181fcbc | |
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 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc | |
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 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 181fcbc |