skills/FORGE-tailwind-tokens/SKILL.md
Tailwind design tokens — Trinity Design System for federation cockpit and web surfaces.
npx skillsauth add ariffazil/openclaw-workspace FORGE-tailwind-tokensInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
DITEMPA BUKAN DIBERI — Forged, Not Given.
Maintain Tailwind CSS configuration aligned with Trinity design tokens: federation colour palette, organ-specific accents, dark theme, CSS variable bridge for dynamic theming.
tailwind.config.{ts,js} for any federation surfaceclass strategy, CSS variable integration| Floor | Application | |-------|-------------| | F1 AMANAH | Token renames must be staged; deprecated tokens kept as aliases for one cycle | | F2 TRUTH | Token values in config must match design spec; no drift between figma → config | | F4 CLARITY | Max 3 grey neutrals, 5 colour steps per hue — no infinite token explosion | | F6 MARUAH | Colour contrast meets WCAG AA minimum; dignity in readability | | F13 SOVEREIGN | Brand colours (primary, accent) approved by Arif before deploy |
// tailwind.config.ts — Trinity token structure
colors: {
midnight: { 50: '...', 900: '...' }, // base neutral
forge: { 500: '#f59e0b', ... }, // amber — action
geox: { 500: '#14b8a6', ... }, // teal — earth
wealth: { 500: '#fbbf24', ... }, // gold — capital
well: { 500: '#8b5cf6', ... }, // violet — human
sovereign:{ 500: '#ef4444', ... }, // red — veto
}
// CSS variable bridge for dynamic theming
:root { --color-forge: theme('colors.forge.500'); }
// Dark theme — class strategy
darkMode: 'class',
// Usage: <html class="dark"> or <ThemeToggle />
style={} for anything themable via tokendevelopment
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.