Bootstrap
A comprehensive skill catalog for AI agents
npx -y skills add G1Joshi/Agent-Skills --skill bootstrapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Bootstrap CSS framework for responsive design. Use for quick styling.
SKILL.md
1.1 KB, 245 tokens by cl100k_base, as published. Nobody here has run it
Bootstrap
Bootstrap 5 dropped jQuery and embraced modern CSS (Grid, Flexbox, Variables). It remains the safest choice for admin panels and internal tools.
When to Use
- Prototypes: "Get it working" in 5 minutes.
- Admin Panels: Hundreds of templates available.
- Quick MVP: When custom design is a secondary concern.
Core Concepts
Grid System
The 12-column grid (col-md-6) is still the industry standard mental model.
Utilities
d-flex, mt-5, text-center. (Influenced Tailwind).
Components
Modals, Dropdowns, Navbars work out of the box (JS included).
Best Practices (2025)
Do:
- Use Data Attributes:
data-bs-toggle="modal"(No JS code needed). - Use CSS Variables:
--bs-primarymakes theming easy. - Use SCSS: Customize the build by importing only needed parts.
Don't:
- Don't include jQuery: Bootstrap 5 doesn't need it.
References
Gives 0 of the 12 instructions most design frontend skills give in 245 tokens
Counted across 1,169 of the 1,878 authors here whose files we hold, read 2026-08-07
- use css variables for color consistencyin 72 of 1169, across 23 files
- commit to one bold aesthetic direction before codingin 72 of 1169, across 27 files
- match implementation complexity to the aesthetic visionin 70 of 1169, across 20 files
- add atmospheric background effects and texturesin 57 of 1169, across 9 files
- use unexpected spatial compositions and layoutsin 56 of 1169, across 8 files
- implement real working codein 55 of 1169, across 7 files
- vary themes and aesthetics across different designsin 48 of 1169, across 7 files
- launch chromium in headless modein 47 of 1169, across 4 files
- close the browser when donein 47 of 1169, across 4 files
- run provided scripts with help flag firstin 47 of 1169, across 4 files
- wait for network idle statein 47 of 1169, across 4 files
- use descriptive selectors for elementsin 47 of 1169, across 4 files
Said here and by no other author read
- use data attributes for interactivity
- use SCSS to customize the build
- use the 12-column grid system
- use Bootstrap utility classes
- use included components
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.