·feature-architecture
>_

feature-architecture

gilbertopsantosjr/fullstacknextjs

Guide for implementing features in a layered Next.js full-stack architecture. Use when planning new features, understanding the layer structure (Model, DAL, Service, Actions, Components, Pages), or deciding where code should live.

2Installs·0Trend·@gilbertopsantosjr

Installation

$npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill feature-architecture

SKILL.md

| Model files | kebab-case | account-schemas.ts | | DAL files | snakecase | createaccount.ts | | Service files | kebab-case | account-service.ts | | Action files | kebab-case | create-account-action.ts | | Components | PascalCase | AccountCard.tsx | | Directories | kebab-case | user-profile/ | | Constants | SCREAMINGSNAKE | MAXNAMELENGTH |

| Add validation | model/ -schemas.ts | | Add DB operation | dal/ (new snakecase file) | | Add business rule | -service.ts | | Add API endpoint | usecases//actions/ | | Add UI element | components/ | | Add page route | src/app/ |

Guide for implementing features in a layered Next.js full-stack architecture. Use when planning new features, understanding the layer structure (Model, DAL, Service, Actions, Components, Pages), or deciding where code should live. Source: gilbertopsantosjr/fullstacknextjs.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill feature-architecture
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is feature-architecture?

Guide for implementing features in a layered Next.js full-stack architecture. Use when planning new features, understanding the layer structure (Model, DAL, Service, Actions, Components, Pages), or deciding where code should live. Source: gilbertopsantosjr/fullstacknextjs.

How do I install feature-architecture?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill feature-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/gilbertopsantosjr/fullstacknextjs