KS
Killer-Skills

docs-styles — docs-styles docs-styles, CSS styles, color conventions, color palettes, variable definitions, Light mode, Dark mode, Terraform, AWS, Datadog

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing standardized CSS styling for documentation websites docs-styles is a set of CSS styles and color conventions for docs.cloudposse.com

Features

Provides color palettes and variable definitions
Supports Light and Dark modes
Defines Primary, Hover, and Active state colors
Uses CSS variables to define colors
Compatible with docs.cloudposse.com

# Core Topics

cloudposse cloudposse
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add cloudposse/docs/docs-styles

Agent Capability Analysis

The docs-styles MCP Server by cloudposse is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for docs-styles, CSS styles, color conventions.

Ideal Agent Persona

Perfect for Frontend Agents needing standardized CSS styling for documentation websites

Core Value

Empowers agents to apply consistent color conventions and CSS styles, utilizing custom CSS variables like --ifm-color-primary and --ifm-background-color, to create visually appealing and cohesive documentation sites with src/css/custom.css

Capabilities Granted for docs-styles MCP Server

Standardizing documentation site layouts
Applying consistent color schemes across docs.cloudposse.com
Customizing CSS variables for unique branding

! Prerequisites & Limits

  • Requires access to CSS customization
  • Limited to docs.cloudposse.com styling
Project
SKILL.md
2.9 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Documentation Styles

CSS styles and color conventions for docs.cloudposse.com.

Color Palette

Site Primary Colors

Defined in src/css/custom.css:

VariableLightDarkUsage
--ifm-color-primary#3578e5#3578e5Primary blue, links, buttons
--ifm-color-primary-dark#306cce#306cceHover states
--ifm-color-primary-darkest#2554a0#2554a0Active states
--ifm-background-colordefault#030711Page background

Mermaid Diagram Colors

Defined in src/css/mermaid.css:

VariableHexUsage
--mermaid-primary#3578e5Primary elements, read-only access
--mermaid-primary-dark#2554a0Darker blue variant
--mermaid-secondary#6c757dGray, neutral elements
--mermaid-success#28a745Green, write/apply access
--mermaid-danger#dc3545Red, destructive/admin
--mermaid-warning#e67e22Orange, caution/IdP
--mermaid-info#17a2b8Teal, informational
--mermaid-user#9b59b6Purple, user/identity
--mermaid-account#2c3e50Dark slate, AWS accounts

Using Colors in Mermaid Diagrams

Mermaid doesn't support CSS variables directly. Use hex values with style:

mermaid
1flowchart LR 2 user["User"] --> service["Service"] 3 4 style user fill:#9b59b6,color:#fff 5 style service fill:#3578e5,color:#fff

Semantic Color Meanings

ColorMeaningExample Usage
Blue (#3578e5)Read-only, plan, infoTerraformPlanAccess
Green (#28a745)Write, apply, successTerraformApplyAccess
Orange (#e67e22)Identity, IdP, warningIdentity Center
Purple (#9b59b6)User, human identityUser nodes
Dark slate (#2c3e50)AWS accounts, infrastructureAccount nodes
Red (#dc3545)Destructive, admin, dangerRootAccess

CSS File Locations

FilePurpose
src/css/custom.cssGlobal styles, Infima overrides
src/css/mermaid.cssMermaid diagram styling
src/css/admonitions.cssAdmonition/callout styling
src/css/sidebar.cssNavigation sidebar
src/css/navbar.cssTop navigation
src/css/footer.cssFooter styling

Dark Mode

Use [data-theme='dark'] or html[data-theme='dark'] selectors:

css
1[data-theme='dark'] .my-element { 2 background: #21262d; 3 color: #fff; 4}

Component Styling

React components have co-located CSS modules:

src/components/
├── Steps/
│   ├── index.js
│   └── index.module.css
├── ActionCard/
│   ├── index.js
│   └── index.module.css

Use clsx for conditional class names:

jsx
1import clsx from 'clsx'; 2import styles from './index.module.css'; 3 4<div className={clsx(styles.container, isActive && styles.active)} />

Related Skills

Looking for an alternative to docs-styles or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication