nextjs-mockup-feature

Automate feature addition to a Next.js mockup with Ports & Adapters architecture.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/hico-mrmgn/Skills --skill nextjs-mockup-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nextjs-mockup-feature
Source: https://github.com/hico-mrmgn/Skills/tree/main/plugins/nextjs-mockup/skills/nextjs-mockup-feature
Command: npx skills add https://github.com/hico-mrmgn/Skills --skill nextjs-mockup-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow defines how to add new functionality to a Next.js mockup (Ports & Adapters architecture) in a consistent, repeatable way, reducing manual setup and guiding engineers through a full feature integration process.

Core Features & Use Cases

  • End-to-end feature addition workflow covering type definitions, mock data setup, repository integration, and UI/component organization.
  • Clear guidance for structuring Next.js mockups with App Router layouts, port/adaptor boundaries, and RSC/Client separation.
  • Use Case: when adding a new screen or feature to a Next.js mockup, follow the documented steps to ensure consistency across the codebase.

Quick Start

Follow the documented Step 1 through Step 6 workflow to implement a new feature in the Next.js mockup.

Frequently Asked Questions about nextjs-mockup-feature

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

FAQPage Schema
How do I add a new feature to a Next.js mockup using Ports and Adapters architecture?

To add a new feature to a Next.js mockup using Ports and Adapters architecture, follow a structured workflow that automates type definitions, mock data setup, repository integration, and UI component organization across the App Router.

What is the workflow for adding new screens and mock data to a Next.js App Router mockup?

The workflow for adding new screens and mock data to a Next.js App Router mockup involves a predefined step-by-step process ensuring consistent implementation across models, data repositories, and UI components while maintaining clear port and adaptor boundaries.

How does a Ports and Adapters architecture organize UI components and repositories in Next.js?

A Ports and Adapters architecture in Next.js organizes UI components and repositories by enforcing clear boundaries between RSC and Client components, ensuring type definitions, mock data, and repository integrations align consistently across the App Router setup.

Can I use this workflow to structure Next.js App Router layouts with RSC and Client component separation?

Yes, you can use this workflow to structure Next.js App Router layouts because it provides clear guidance for separating RSC and Client components while maintaining port and adaptor boundaries during feature integration.

What is the best way to ensure consistent implementation across models, data, and UI components in a Next.js mockup?

The best way to ensure consistent implementation across models, data, and UI components in a Next.js mockup is to automate feature addition through a documented end-to-end workflow covering type definitions, mocks, and repositories.

Do I need TypeScript to add new features to a Next.js mockup with this structured workflow?

Yes, TypeScript is required to add new features to a Next.js mockup with this structured workflow, as the process enforces type definitions and consistent implementation across the mock data and repository layers.