·feature-architecture
>_

feature-architecture

gilbertopsantosjr/fullstacknextjs

계층화된 Next.js 전체 스택 아키텍처의 기능 구현을 위한 가이드입니다. 새로운 기능을 계획하고, 계층 구조(모델, DAL, 서비스, 작업, 구성 요소, 페이지)를 이해하거나 코드가 어디에 있어야 하는지 결정할 때 사용하세요.

2설치·0트렌드·@gilbertopsantosjr

설치

$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/ |

계층화된 Next.js 전체 스택 아키텍처의 기능 구현을 위한 가이드입니다. 새로운 기능을 계획하고, 계층 구조(모델, DAL, 서비스, 작업, 구성 요소, 페이지)를 이해하거나 코드가 어디에 있어야 하는지 결정할 때 사용하세요. 출처: gilbertopsantosjr/fullstacknextjs.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill feature-architecture
카테고리
>_생산성
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

feature-architecture이란?

계층화된 Next.js 전체 스택 아키텍처의 기능 구현을 위한 가이드입니다. 새로운 기능을 계획하고, 계층 구조(모델, DAL, 서비스, 작업, 구성 요소, 페이지)를 이해하거나 코드가 어디에 있어야 하는지 결정할 때 사용하세요. 출처: gilbertopsantosjr/fullstacknextjs.

feature-architecture 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill feature-architecture 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/gilbertopsantosjr/fullstacknextjs