general-development

Standardize Next.js 16 App Router, API, and authentication conventions for Zolai projects.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/peterlianpi/zolai-ai --skill general-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general-development
Source: https://github.com/peterlianpi/zolai-ai/tree/main/website/zolai-project/.cursor/skills/general-development
Command: npx skills add https://github.com/peterlianpi/zolai-ai --skill general-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single source of truth for development conventions across the Zolai project, enabling consistent architecture, tooling, and quality across teams.

Core Features & Use Cases

  • Unifies Next.js 16 App Router patterns, route organization, and server components for all features.
  • Documents and enforces API, authentication, data access, and validation workflows to speed onboarding and maintenance.
  • Serves as a reference for feature work, refactors, and cross-team collaboration to reduce divergence.

Quick Start

Create a new feature following the documented patterns in this skill to ensure consistent setup and alignment with project standards.

Frequently Asked Questions about general-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize Next.js App Router architecture across multiple teams?

To standardize Next.js App Router architecture, you enforce unified route organization, server components, and API routing patterns across project features. This establishes a single source of truth for development conventions, reducing cross-team divergence and maintenance overhead.

What is the best way to structure authentication and data access in a Next.js project?

The best way to structure authentication and data access is to document and enforce specific API, validation, and data access workflows. Standardizing these patterns ensures consistent tooling and architecture across features, speeding up maintenance and team onboarding.

Does this development convention support Next.js 16 and Prisma setups?

Yes, this development convention explicitly supports Next.js 16 and Prisma setups. It enforces scalable standards for frontend-backend integration, covering App Router configurations, API routing, and data access patterns across modules.

How do I set up consistent testing and linting workflows for Next.js features?

To set up consistent testing and linting workflows, you enforce unified automated checks, building processes, and linting rules across the project. This standardizes quality assurance and tooling for all feature development and refactoring tasks.

When do I need standardized API routing and validation patterns for my project?

You need standardized API routing and validation patterns when managing large-scale feature work or cross-team collaboration. Establishing these data access workflows early reduces architectural divergence and serves as a reliable reference for future refactors.