Skip to content
Development
Command

/add-section

Create a reusable page section component with responsive design.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/add-section

Context preview

What this command does when you run it.

Create a reusable page section component with responsive design.

Command definition

add-section.md

Create a reusable page section component with responsive design.

Generate:

  • Section component in /components/sections
  • TypeScript interface for section props (title, subtitle, content, image, CTA)
  • Responsive Bootstrap grid layout (container, row, col)
  • Multiple section variants: hero, features, testimonials, pricing, CTA
  • Content props with flexible structure
  • Image optimization using Next.js Image component
  • Background options (color, gradient, image)
  • Spacing and padding controls
  • Call-to-action button integration
  • Example usage with sample content

Make the section highly customizable and reusable. Include proper semantic HTML (section, article), accessibility features, and mobile-first responsive design. Support both Server and Client Components.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked