Install
$ agentstack add skill-antifragiletech-antifragile-claude-code-brand ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Brand
Brand identity, voice, messaging, asset management, and consistency frameworks.
When to Use
- Brand voice definition and content tone guidance
- Visual identity standards and style guide development
- Messaging framework creation
- Brand consistency review and audit
- Asset organization, naming, and approval
- Color palette management and typography specs
Quick Start
Inject brand context into prompts:
node scripts/inject-brand-context.cjs
node scripts/inject-brand-context.cjs --json
Validate an asset:
node scripts/validate-asset.cjs
Extract/compare colors:
node scripts/extract-colors.cjs --palette
node scripts/extract-colors.cjs
Brand Sync Workflow
# 1. Edit docs/brand-guidelines.md (or use /brand update)
# 2. Sync to design tokens
node scripts/sync-brand-to-tokens.cjs
# 3. Verify
node scripts/inject-brand-context.cjs --json | head -20
Files synced:
docs/brand-guidelines.md→ Source of truthassets/design-tokens.json→ Token definitionsassets/design-tokens.css→ CSS variables
Subcommands
| Subcommand | Description | Reference | |------------|-------------|-----------| | update | Update brand identity and sync to all design systems | references/update.md |
References
| Topic | File | |-------|------| | Voice Framework | references/voice-framework.md | | Visual Identity | references/visual-identity.md | | Messaging | references/messaging-framework.md | | Consistency | references/consistency-checklist.md | | Guidelines Template | references/brand-guideline-template.md | | Asset Organization | references/asset-organization.md | | Color Management | references/color-palette-management.md | | Typography | references/typography-specifications.md | | Logo Usage | references/logo-usage-rules.md | | Approval Checklist | references/approval-checklist.md |
Scripts
| Script | Purpose | |--------|---------| | scripts/inject-brand-context.cjs | Extract brand context for prompt injection | | scripts/sync-brand-to-tokens.cjs | Sync brand-guidelines.md → design-tokens.json/css | | scripts/validate-asset.cjs | Validate asset naming, size, format | | scripts/extract-colors.cjs | Extract and compare colors against palette |
Templates
| Template | Purpose | |----------|---------| | templates/brand-guidelines-starter.md | Complete starter template for new brands |
Routing
- Parse subcommand from
$ARGUMENTS(first word) - Load corresponding
references/{subcommand}.md - Execute with remaining arguments
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AntifragileTech
- Source: AntifragileTech/antifragile-claude-code
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.