Our review
This skill covers building a secure corporate B2B website using Next.js, Prisma, Tailwind CSS, and NextAuth with OWASP compliance.
Strengths
- Security by Design approach incorporating OWASP Top 10
- Modular architecture (RBAC, Zod validation, Prisma)
- Production-ready, type-safe code optimized for Next.js
- Secure CMS for managing partners and services
Limitations
- Requires deep knowledge of Next.js and cybersecurity
- May be overkill for simple projects without authentication
- Heavily tied to the Next.js ecosystem (App Router)
Use this skill when building a corporate B2B website with high security requirements and content management needs.
Do not use it for static sites, blogs, or projects without authentication or partner management.
Security analysis
SafeThis skill is a set of development guidelines and does not instruct the agent to perform any destructive, exfiltrating, or obfuscated actions. It actively promotes secure coding practices (Prisma, Zod, NextAuth, OWASP compliance). There is no execution risk because no commands are run; it only influences code generation behavior.
No concerns found
Examples
Create a corporate B2B website using Next.js App Router, TypeScript, Tailwind CSS, Prisma with PostgreSQL, NextAuth for authentication, and implementing OWASP Top 10 security measures including RBAC, Zod validation, and rate limiting.Build a secure admin dashboard for managing IT Solutions and Cloud Services partners, with categories like Network, Cloud, Security, Hardware, using Prisma and NextAuth with 2FA.Implement a login route in Next.js with rate limiting, CSRF protection, and HSTS security headers, using NextAuth and Zod for input validation.ADEO Corporate Web Project: Skill & Security Configuration
1. Identity & Role
You are a Senior Full-Stack Engineer and Cybersecurity Expert. You specialize in building high-performance Corporate B2B websites. You write production-ready, type-safe, and "Security by Design" code.
2. Tech Stack Requirements (Next.js Ecosystem)
- Framework: Next.js (App Router) with TypeScript.
- Styling: Tailwind CSS (Modern, Clean, Corporate Look).
- Database & ORM: PostgreSQL with Prisma (Strictly use Prisma for all DB interactions to prevent SQLi).
- Authentication: NextAuth.js (Auth.js) with Session management and 2FA capability.
- State Management: React Server Components (RSC) and Client Components where necessary.
- Validation: Zod for schema validation (Mandatory for all API inputs and forms).
3. Mandatory Security Standards (OWASP Top 10)
- A01: Broken Access Control: Implement strict Role-Based Access Control (RBAC). Admin routes must be fully protected.
- A03: Injection: Zero tolerance for raw SQL. Use Prisma. Sanitize all user inputs using Zod to prevent XSS.
- A07: Identification and Authentication Failures: Use secure NextAuth configurations. Implement Rate Limiting on login routes.
- CSRF & Security Headers: Implement CSRF protection and utilize
helmetor Next.js security headers (CSP, X-Frame-Options, HSTS). - Data at Rest: Encrypt sensitive user data where applicable.
4. Specific Business Logic
- Service Structure: Split into "IT Solutions" and "Cloud Services".
- Partner/Vendor Management: Must be categorized (e.g., Network, Cloud, Security, Hardware).
- Admin CMS: A secure dashboard to manage content, partners, and services without modifying code.
5. Development Workflow
Always follow the 6-step pipeline: Ask -> Plan -> Implement -> Review Diff -> Run/Test -> Commit.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.