Marketplace for the Bootstrap Expert Claude Code plugin
npx claudepluginhub sjnims/bootstrap-expertBootstrap 5.3.8 and Bootstrap Icons front-end development expert plugin providing comprehensive guidance, best practices, and code generation for Bootstrap development.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
A comprehensive Claude Code plugin for Bootstrap 5.3.8 and Bootstrap Icons front-end development.
# Add the marketplace
/plugin marketplace add sjnims/bootstrap-expert
# Install the plugin
/plugin install bootstrap-expert@bootstrap-expert-marketplace
Or use the full URL:
/plugin marketplace add https://github.com/sjnims/bootstrap-expert
/plugin install bootstrap-expert@bootstrap-expert-marketplace
claude --plugin-dir /path/to/bootstrap-expert
Once the plugin is loaded, you can:
Ask Bootstrap questions - Skills load automatically based on your question:
"How do I create a responsive navbar?"
"What's the Bootstrap grid system?"
"How do I add form validation?"
Generate components - Use the command to create Bootstrap components:
/bootstrap-expert:component navbar
/bootstrap-expert:component modal --centered --scrollable
/bootstrap-expert:component card --with-image --horizontal
Get proactive help - The agent triggers automatically when you're working on Bootstrap-related tasks.
| Skill | Description |
|---|---|
bootstrap-overview | Getting started, installation, project setup, browser support |
bootstrap-customize | Sass variables, CSS custom properties, theming, color modes |
bootstrap-layout | Grid system, containers, breakpoints, columns, CSS Grid |
bootstrap-content | Typography, images, tables, figures, Reboot |
bootstrap-forms | Form controls, validation, input groups, floating labels |
bootstrap-components | All UI components (modals, navbars, cards, accordions, etc.) |
bootstrap-helpers | Clearfix, ratios, stacks, stretched links, visually hidden |
bootstrap-utilities | Spacing, colors, display, flex, position, sizing, text |
bootstrap-icons | Icons library installation, usage, styling, accessibility |
/bootstrap-expert:component [component-name]Generate Bootstrap component code interactively or with full arguments.
Interactive mode:
/bootstrap-expert:component navbar
With arguments:
/bootstrap-expert:component navbar --dark --fixed-top --with-search
Supported components:
accordion - Collapsible content panelsalert - Alert messagesbadge - Contextual labels and countersbreadcrumb - Breadcrumb navigationbutton / buttons - Button variants and stylesbutton-group - Grouped buttonscard - Card layouts with images, headers, footerscarousel - Image/content sliderscollapse - Collapsible content sectionsdropdown - Dropdown menusform - Form layouts with validationlist-group - List items with actionsmodal - Modal dialogs with customizable optionsnavbar - Navigation bars with various configurationsoffcanvas - Offcanvas sidebarspagination - Page navigationplaceholders - Loading placeholder animationspopover - Pop-up information boxesprogress - Progress barsspinner - Loading indicatorstable - Responsive data tablestabs / nav-tabs - Tabbed navigationtoast - Toast notificationstooltip - Hover tooltipsThe bootstrap-expert agent triggers proactively when Bootstrap-related work is detected, helping with:
Example triggers: