adonisjs-v7

Guide AdonisJS v7 development workflows with architecture layering and Inertia.js.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mkrlabs/specflow --skill adonisjs-v7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adonisjs-v7
Source: https://github.com/mkrlabs/specflow/tree/main/examples/.claude/skills/adonisjs-v7
Command: npx skills add https://github.com/mkrlabs/specflow --skill adonisjs-v7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unifies and guides comprehensive AdonisJS v7 development workflows, enabling teams to scaffold, organize, and execute backend and frontend tasks in a cohesive pattern.

Core Features & Use Cases

  • Architecture scaffolding from Controller → Service → Repository with tests, migrations and seeds.
  • Inertia.js frontend integration, SSE with Transmit, and robust error handling and validation.
  • A centralized reference, templates, and scriptable tooling to accelerate project setup and ongoing development.

Quick Start

Run the provided scaffolding scripts to bootstrap a complete AdonisJS v7 feature stack (controller, service, repository, and unit tests) for rapid project bootstrapping.

Frequently Asked Questions about adonisjs-v7

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

FAQPage Schema
How do I scaffold a full-stack AdonisJS v7 feature with controllers, services, and repositories?

You can scaffold a full-stack AdonisJS v7 feature stack by running the provided scripts to bootstrap controllers, services, repositories, and unit tests. This automates architecture layering from Controller to Service to Repository for rapid project setup.

Does AdonisJS v7 work with Inertia.js for frontend integration?

Yes, AdonisJS v7 works with Inertia.js for frontend integration. The development workflow supports building Inertia.js pages alongside backend architecture, enabling cohesive full-stack development without building a separate API.

How do I set up real-time Server-Sent Events in AdonisJS v7?

You can set up real-time Server-Sent Events in AdonisJS v7 using Transmit. The workflow supports SSE integration via Transmit, allowing you to push real-time updates to connected clients within your application architecture.

What is the best way to structure validation and error handling in an AdonisJS v7 project?

The best way to structure validation and error handling in an AdonisJS v7 project is by following the unified workflow pattern. It includes dedicated validators and robust error handling alongside your models, migrations, and seeders for consistent data processing.

Can I use the AdonisJS v7 scaffolding scripts for an existing project?

You can use the scaffolding scripts to bootstrap complete feature stacks in an existing AdonisJS v7 project. The scripts generate layered architecture components including controllers, services, repositories, and tests on demand.

Why does my AdonisJS v7 workflow need a SKILL.md file with YAML frontmatter?

Your AdonisJS v7 workflow needs a SKILL.md file with YAML frontmatter because the architecture enforces it as a root requirement. This file must contain a name and description, and may include optional scripts, references, and assets directories for on-demand loading.