$npx skillfedfor your agent

page-layout-builder

Page Layout Builder creates complete, responsive page structures for common application patterns including dashboards, authentication flows, settings panels, and CRUD interfaces. Each layout includes routing setup, navigation components, and state management scaffolding ready for your business logic.

Page Layout Builder generates production-ready page layouts with integrated routing and navigation for standard application patterns.

AI-generated summary based on this skill's SKILL.md

52 8 MITupdated by patricio0312rev

Decision gist · record as of 2026-01-12

Page Layout Builder generates production-ready page layouts with integrated routing and navigation for standard application patterns. Page Layout Builder creates complete, responsive page structures for common application patterns including dashboards, authentication flows, settings panels, and CRUD interfaces. Each layout includes routing setup, navigation components, and state management scaffolding ready for your business logic.

manual: git clone https://github.com/patricio0312rev/skills → cp -r skills/frontend/page-layout-builder ~/.claude/skills/page-layout-builder
frontend/page-layout-builder/SKILL.md · version cc03ac1e

Use it when

  • Yes.
  • Page Layout Builder offers complete CRUD page templates with table list layouts featuring filters, modal dialogs for create forms.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

patricio0312rev/skills/page-layout-builder

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does page-layout-builder generate dashboard layout templates?

Page Layout Builder creates complete, responsive page structures for common application patterns. For dashboards, it generates a full layout with header navigation, sidebar menu, responsive grid for dashboard cards, and routing setup. Each template includes navigation components, state management scaffolding, and loading state placeholders ready for your business logic.

Can page-layout-builder build authentication pages like login and signup?

Yes. Page Layout Builder provides production-ready templates for authentication pages including login and signup flows. These templates include form layouts, error handling, loading states, and routing configuration. The templates are designed as responsive, mobile-first structures that integrate with your authentication logic.

What does page-layout-builder include for CRUD page layouts?

Page Layout Builder offers complete CRUD page templates with table list layouts featuring filters, modal dialogs for create forms, and responsive design patterns. Each template includes routing, navigation setup, loading state placeholders, and component scaffolding to connect your data management logic quickly.

How does page-layout-builder handle responsive mobile-first design?

Page Layout Builder creates responsive layouts with mobile-first breakpoints built in. Templates include responsive sidebar navigation, grid systems for dashboard cards, and adaptive layouts that work across devices. All structures follow mobile-first design patterns to ensure optimal performance on smaller screens first.

What navigation and layout patterns does page-layout-builder establish?

Page Layout Builder provides consistent navigation and layout component patterns including header with user menu components, breadcrumb navigation setup, and responsive sidebar navigation. These patterns establish a cohesive foundation across your application with route group organization and standardized component structures.

Does page-layout-builder support Next.js app router page templates?

Yes. Page Layout Builder generates page templates optimized for Next.js app router with route group organization, suspense boundary data fetching setup, and error boundary patterns. Templates include landing page shells, settings profile pages, and other common structures configured for modern Next.js routing.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Page Layout Builder

Generate production-ready page layouts with routing, navigation, and state patterns.

Core Workflow

  1. Choose page type: Dashboard, auth, settings, CRUD, landing, etc.
  2. Setup routing: Create route files with proper structure
  3. Build layout: Header, sidebar, main content, footer
  4. Add navigation: Nav menus, breadcrumbs, tabs
  5. State placeholders: Data fetching, forms, modals
  6. Responsive design: Mobile-first with breakpoints
  7. Loading states: Skeletons and suspense boundaries

Common Page Patterns

Dashboard Layout

```typescript // app/dashboard/layout.tsx import { Sidebar } from "@/components/Sidebar"; import { Header } from "@/components/Header";

export default function DashboardLayout({ children, }: { children: React.ReactNode; }) { return ( <div

(truncated - see the full file via the links below)

File tree — 1 file
frontend/page-layout-builder/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Generate production-ready page layouts with routing and navigation”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Ui Builder
by jmsktm · jmsktm/claude-settings

Ui Builder guides you through constructing accessible, responsive interfaces with React and Tailwind CSS. It covers mobile-first design, semantic HTML, performance optimization, and reusable component patterns including buttons, cards, inputs, dialogs, and forms.

no license declared → metadata onlyupdated Jan 2026
★ 7repo stars
responsive-layout-builder
by OneWave-AI · OneWave-AI/claude-skills

Responsive Layout Builder guides you through constructing layouts that adapt seamlessly to any device. It covers Grid and Flexbox techniques, mobile-first strategies, and practical patterns like sidebars, card grids, and hero sections.

MITupdated Jul 2026
★ 229repo stars
responsive-design-system
by patricio0312rev · patricio0312rev/skills

Create layouts that adapt seamlessly across devices using mobile-first principles and Tailwind CSS. This skill covers breakpoint configuration, fluid typography with CSS clamp, container queries for component-level responsiveness, and production-ready layout patterns.

MITupdated Jan 2026
★ 52repo stars
tailwind
by bobmatnyc · bobmatnyc/claude-mpm-skills

This skill covers Tailwind CSS, a utility-first framework that lets you compose designs from low-level utility classes instead of writing CSS. Learn responsive design patterns, dark mode implementation, configuration options, and how to integrate Tailwind into modern component frameworks.

MITupdated Jul 2026
★ 62repo stars
Shadcn Layouts
by jwynia · jwynia/agent-skills

This skill teaches the CSS constraint models that make shadcn/Tailwind layouts work—height inheritance chains, flex overflow gotchas, grid parent/child separation, and scroll container sizing. Use it when building layouts, debugging height or scroll failures, or fixing flex and grid issues in React and Next.js projects.

no license declared → metadata onlyupdated Feb 2026
★ 124repo stars
Graphic Design
by pablostanley · pablostanley/efecto-plugin

Efecto lets you create professional graphic assets—from pitch decks and event posters to business cards and infographics—through natural language commands. The skill pairs your agent with Efecto's design canvas, letting you iterate live as the tool builds layouts, applies images, and refines visuals in real time.

no license declared → metadata onlyupdated May 2026
★ 18repo stars

More skills tailwindcss-advanced-layouts (MIT) · inertia-rails-pages (MIT)

Tags
template-generationui-scaffoldingrouting-structureresponsive-designcomponent-shellsstate-patternsnavigation-layoutsform-scaffoldsloading-patternsaccessibility-ready