Welcome to my repository of custom skills designed for Next.js development.
This repository uses skills.sh. To install these skills, run the following command in your terminal:
npx skills add https://github.com/IvanTsxx/my-next-skillsThis skill establishes a robust architectural foundation for scalable Next.js 15+ applications. It enforces the Scope Rule and Screaming Architecture principles to organize code effectively.
Key Features:
- Scope Rule: Determines component placement based on usage (Local vs. Shared).
- Screaming Architecture: Ensures directory structures clearly communicate the application's purpose.
- Next.js 15 Standards: Prioritizes App Router, Server Components, and Server Actions.
You can find the full skill definition in skills/architect-nextjs/SKILL.md.