Embed Brand Guidelines
Copy a snippet into your README or docs — visitors can install the Brand Guidelines skill in Claude Code with one command.
Markdown (for README)
Drop into your repo's README — GitHub renders a badge linking to the skill page.
[](https://unyly.org/skill/brand-guidelines)Install command
Give users a one-liner — copies the skill folder into Claude Code.
npx degit anthropics/skills/examples/brand-guidelines .claude/skills/brand-guidelinesDirect image link
Plain HTML, no JS — for platforms that block scripts.
<a href="https://unyly.org/skill/brand-guidelines?via=embed">
<img src="https://unyly.org/badge/skill/brand-guidelines.svg" alt="Brand Guidelines skill on Unyly" />
</a>