hendaz-next-essentials

Scaffold a Next.js project with Hendaz defaults and optional Convex setup.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/akhenda/hendaz-next-essentials --skill hendaz-next-essentials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hendaz-next-essentials
Source: https://github.com/akhenda/hendaz-next-essentials/tree/main
Command: npx skills add https://github.com/akhenda/hendaz-next-essentials --skill hendaz-next-essentials

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill standardizes new Next.js projects by integrating essential development tools and configurations, ensuring a consistent and production-ready setup from the start.

Core Features & Use Cases

  • Project Scaffolding: Initializes a Next.js project with pre-configured commit tooling (Commitizen, Commitlint), code quality tools (Biome, Markdownlint), testing frameworks (Vitest, Playwright), and development utilities (Lefthook, Lint-staged).
  • Standardized Configuration: Applies Hendaz defaults for commit messages, linting, formatting, and testing, reducing setup time and improving code quality.
  • API Foundation: Sets up a robust API layer using Axios and React Query, with optional integration for Convex.
  • Use Case: When starting a new Next.js project, use this Skill to automatically set up commitizen, biome, vitest, playwright, and a standardized API foundation, allowing you to focus on building features immediately.

Quick Start

Use the hendaz-next-essentials skill to scaffold a new Next.js project with Hendaz defaults.

Frequently Asked Questions about hendaz-next-essentials

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

FAQPage Schema
How do I scaffold a Next.js project with pre-configured commit and linting tools?

To scaffold a Next.js project with pre-configured commit and linting tools, this Skill initializes a new project with Hendaz defaults, including Commitizen, Commitlint, Biome, and Lefthook, ensuring a consistent and production-ready setup from the start.

What's the best way to set up a Next.js API foundation using Axios and React Query?

The best way to set up a Next.js API foundation using Axios and React Query is by applying standardized Hendaz defaults during project scaffolding, which configures a robust API layer and optional Convex integration automatically.

Does this Next.js scaffolding setup include testing frameworks like Vitest and Playwright?

Yes, this Next.js scaffolding setup includes testing frameworks like Vitest and Playwright. It standardizes new projects by integrating these testing tools alongside development utilities like Lint-staged and markdownlint.

Can I use Convex with a Next.js project initialized with Hendaz defaults?

Yes, you can use Convex with a Next.js project initialized with Hendaz defaults. The scaffolding process integrates optional Convex setup to establish a robust API foundation tailored for your application.

Why should I use a standardized scaffolding configuration for new Next.js projects?

You should use a standardized scaffolding configuration for new Next.js projects to reduce manual setup time and improve code quality. It enforces strict agent instruction rules, shared utilities, and a production-ready logger.

What development tools are included when bootstrapping a Next.js project with these defaults?

When bootstrapping a Next.js project with these defaults, the development tools included are Bunfig.toml, VS Code workspace files, Biome for formatting, Lefthook for Git hooks, and a production-ready logger.