Bb Code Settings
Description
A simple plugin that adds CSS and JS settings to rows, columns, and modules
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
A simple plugin that adds CSS and JS settings to rows, columns, and modules under the Advanced tab.
All CSS will be automatically scoped to the element you are working on. For example, the following CSS will only affect paragraph tags in a module you are editing...
p {
color: red;
}
Behind the scenes, that rule will be rewritten to...
.fl-node-1d43q3gf56s p {
color: red;
}
Other than that, this works similarly to the CSS and JS fields in the global and layout settings.
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://