The Agent Skills logo is built around the Neural Plug concept: a hexagonal node representing an AI agent core, with a connector tab on the right representing a skill snapping in. Circuit spokes radiate from the center, suggesting intelligence and connectivity. The design communicates extensibility, precision, and developer-grade quality.
Files on disk under assets/logo/ (verified 2026-07-20):
assets/logo/
├── logo-full.svg # Mark + wordmark (horizontal lockup)
├── logo-mark.svg # Symbol only
├── logo-wordmark.svg # Text only
├── logo-icon.svg # App icon (rounded square)
├── favicon.svg # Favicon
├── logo-white.svg # For dark backgrounds
└── logo-black.svg # Full monochrome
Root README uses assets/logo/logo-icon.svg (README.md:2-3).
- Use
logo-full.svgfor headers, READMEs, and documentation - Use
logo-mark.svgwhen space is limited or alongside other text - Use
logo-icon.svgfor app icons and social media avatars - Use
logo-white.svgon dark backgrounds - Use
logo-black.svgfor monochrome/print applications - Minimum size: 32px height for the mark, 80px width for the full lockup
| Name | Hex | Usage |
|---|---|---|
| Black | #000000 |
Hex body, primary text, dark backgrounds |
| Dark | #0A0A0A |
App icon background |
| Surface | #111111 / #1A1A1A |
Hex inner panels (depth) |
| Green | #22C55E |
Skill plug, agent core ring, "Skills" wordmark, accents |
| Green Dark | #16A34A |
Plug prong detail, hover states |
| Gray | #374151 |
Circuit spokes, divider |
| White | #FFFFFF |
Light backgrounds, reversed text |
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
brand: {
black: '#000000',
dark: '#0A0A0A',
green: '#22C55E',
'green-dark': '#16A34A',
gray: '#374151',
white: '#FFFFFF',
}
}
}
}
}:root {
--brand-black: #000000;
--brand-dark: #0A0A0A;
--brand-green: #22C55E;
--brand-green-dark: #16A34A;
--brand-gray: #374151;
--brand-white: #FFFFFF;
}- Primary: System UI stack (
system-ui, -apple-system, 'Segoe UI', Helvetica, sans-serif) - "Agent": Bold (700), letter-spacing -0.8px
- "Skills": Regular (400), letter-spacing -0.4px — the weight contrast reinforces the two-part brand name
- Style: Clean, technical, developer-focused
- Geometric — Hexagon and rectangular forms, no rounded blobs or organic shapes
- Layered depth — Nested hex panels create visual dimension without gradients
- Connector metaphor — The plug tab is the central differentiating element of the mark
- Scalable — Readable from 16px favicon to large hero usage
- High contrast — WCAG AA compliant; green on black exceeds 4.5:1