Inkeep brand identity — principles, logo rules, typography, color usage, text style rules, size minimums. Background knowledge for visual creation skills (graphics, motion-video, gslides). Loaded automatically by consumer skills.
From sharednpx claudepluginhub inkeep/team-skills --plugin sharedThis skill uses the workspace's default tool permissions.
assets/backgrounds/backgrounds/developer.pngassets/backgrounds/backgrounds/lavender-light.pngassets/backgrounds/backgrounds/lavender-purple.pngassets/backgrounds/backgrounds/normal.pngassets/backgrounds/backgrounds/warm-orange.pngassets/backgrounds/backgrounds/warm-orange.svgassets/backgrounds/gradients-square/01.pngassets/backgrounds/gradients-square/01.svgassets/backgrounds/gradients-square/02.pngassets/backgrounds/gradients-square/03.pngassets/backgrounds/gradients-square/03.svgassets/backgrounds/gradients-square/04.pngassets/backgrounds/gradients-square/04.svgassets/backgrounds/gradients-square/06.pngassets/backgrounds/gradients-square/07.pngassets/backgrounds/gradients-square/08.pngassets/backgrounds/gradients-square/09.pngassets/backgrounds/gradients-square/11.pngassets/backgrounds/gradients-square/11.svgassets/backgrounds/gradients-square/12.pngGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
Background knowledge for all visual creation. Consumer skills (/graphics, /motion-video, /gslides) load this for Inkeep-specific brand guidance.
Always lead with the Primary full-color logo (icon + wordmark) on light backgrounds. Use the white version on dark backgrounds. Monochrome is a last resort — only when backgrounds are too busy for color. Minimum clear space = 1x the icon height on all sides. Never distort, rotate, recolor, or add effects to the logo.
| Font | Use for | Rules |
|---|---|---|
| Neue Haas Grotesk Display Pro | H1, H2, card titles, testimonial quotes | 400 for headings, 300 for descriptions, 500 for interactive |
| JetBrains Mono | Tags, eyebrows, buttons, H3, H4 | Always 500, always uppercase for UI labels |
| Noto Serif | Body copy, descriptions, long-form | 300 for body, 400 for bios |
Never mix more than 2 typefaces in a single component.
inkeep.com/path (no https://)Load the reference files relevant to what you're building:
| If your content includes... | Load |
|---|---|
| Any layout or arrangement decisions (almost always) | references/composition-guide.md — Z-pattern, split layout, visual hierarchy, color restraint, edge bleed, content coverage, brand system consistency |
| Product mockups, code blocks, badges, metric callouts, logos, quotes, headers, buttons | references/element-patterns.md — reusable element recipes with exact brand styling |
| Illustrations, icons, diagrams, or gradient backgrounds | references/brand-guide.md — illustration style, icon rules, diagram rules, gradient tiers, decorative elements, what feels dated |
| Product screenshots and mockups | references/product-representation.md — fidelity spectrum (6 levels), decision framework, cleaning-up techniques, brand-product bridging |
| Charts, graphs, or data visualization | references/data-visualization.md — data series colors, labeling standards, chart type selection, data integrity rules |
| Animation or motion (video scenes, slide transitions) | references/motion-philosophy.md — principles, do's/don'ts, standard motion patterns |
| Marketing website copy (headlines, CTAs, landing pages) | references/copy-patterns.md — headline formulas, CTA conventions, value framing hierarchy, use case page patterns |
| Delegating to subagents or external APIs (Quiver, GPT Image, Gemini, etc.) | references/create-brand-packet.md — how to assemble brand context for downstream AI processes, series briefs for parallel outputs, verification after boundary crossings |
All token values and brand assets live in this skill:
tokens/marketing.md — marketing brand tokens (colors, typography, spacing, radius, shadows) from Figmatokens/product.md — product tokens (semantic colors, component variants, canvas tokens) from agents-manage-uitokens/figma.json — Figma component keys and node IDs (for importComponentByKeyAsync)assets/ — SVGO-optimized SVGs and PNGs organized by Figma section hierarchy (logos/, icon-set/, illustrations/, decorative-and-backgrounds/, fonts/)Regeneration (when Figma or product code changes):
bun scripts/process-manifest.ts <raw-manifest.json> (requires Figma export first via generate-manifest.js)bun scripts/generate-product-manifest.ts (fetches from GitHub, no local clone needed)Inkeep's product repos, apps, and documentation — for when visual creation skills need to understand or reference the actual product.
| Resource | URL | What it contains |
|---|---|---|
| Product repo | github.com/inkeep/agents | Agent platform, Slack integration, tool system, approval workflows. Also contains product documentation (docs/) — check docs first for feature understanding. |
| Widget library | github.com/inkeep/agents-ui | Chat widget, message components, approval buttons, agent cards — the actual React components and their styling. Ground truth for what product UI looks like. |
| Running app | app.inkeep.com | Production application. Use for screenshotting the actual product in its real state (requires auth). |
| Marketing site | inkeep.com | Public website. Check for existing product illustrations, screenshots, and visual treatments. |
| Marketing repo | github.com/inkeep/marketing-site | Next.js marketing site source. Existing graphics in public/images/, component patterns, blog MDX content. |