Conventions for BUI code
Scanned 9/12/2026
Install to Claude Code
npx -y skills add kpenev/AutoWISP --skill bui_conventions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bui Conventions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kpenev-bui-conventions)More formats (shields.io, HTML) on the badges page.
---
name: bui-conventions
description: Conventions for BUI code
---
# BUI Conventions
- All styling should be done in CSS, not inline in the HTML. This allows for
better separation of concerns and easier maintenance.
- JavaScript should be in .js files, not inline in the HTML. This allows for
better separation of concerns and easier maintenance.
- Maximize reusability of components. If you find yourself copying and pasting
code, it's a sign that you should create a base component (e.g. template) and
inherit from it.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!