brandsync-skills
v0.2.8
Published
BrandSync framework skill rules for Claude
Readme
Skills Repo
Framework-specific skill rules injected into Claude via MCP. These rules are context-agnostic and capture learned patterns from real testing sessions.
Structure
skills/ ← one file per framework
contributing/ ← templates and checklists for contributors
CHANGELOG.md ← version historyHow It Works
The MCP server fetches the relevant skill file at a pinned version tag and injects it into Claude's context alongside the HTML/CSS pattern. Claude follows these rules when converting patterns to the target framework.
Contributing
- Find a mistake Claude made during testing
- Use
contributing/template.mdto write the agnostic rule - Branch off
dev:git checkout -b fix/short-description - Add the rule to the correct skill file and update
CHANGELOG.md - Open a PR into
dev— usecontributing/review-checklist.mdto self-review first - After validation on
dev, a maintainer promotes tomainand creates a new tag
Versioning
main= stable, what MCP server pins todev= integration branch- Tags:
v0.1.0,v0.2.0, etc. - Each skill file has a version header:
<!-- version: x.x.x | updated: date -->
