docs-styles — community docs-styles, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Documentation Agents needing consistent CSS styling and color conventions for AWS, Datadog, and GitHub Actions documentation. Terraform Reference Architecture for AWS, Datadog and GitHub Actions

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

Agent Capability Analysis

The docs-styles skill by cloudposse is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Documentation Agents needing consistent CSS styling and color conventions for AWS, Datadog, and GitHub Actions documentation.

Core Value

Empowers agents to apply standardized CSS styles and color palettes, including primary colors, hover states, and active states, using custom CSS variables like --ifm-color-primary and --ifm-background-color, to enhance documentation readability and visual consistency across docs.cloudposse.com.

Capabilities Granted for docs-styles

Standardizing CSS styles for Terraform Reference Architecture documentation
Applying consistent color conventions for AWS and Datadog integrations
Customizing GitHub Actions documentation with primary and dark color schemes

! Prerequisites & Limits

  • Requires access to CSS customization files, such as src/css/custom.css
  • Limited to documentation hosted on docs.cloudposse.com
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

docs-styles

Install docs-styles, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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)} />

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is docs-styles?

Perfect for Documentation Agents needing consistent CSS styling and color conventions for AWS, Datadog, and GitHub Actions documentation. Terraform Reference Architecture for AWS, Datadog and GitHub Actions

How do I install docs-styles?

Run the command: npx killer-skills add cloudposse/docs. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for docs-styles?

Key use cases include: Standardizing CSS styles for Terraform Reference Architecture documentation, Applying consistent color conventions for AWS and Datadog integrations, Customizing GitHub Actions documentation with primary and dark color schemes.

Which IDEs are compatible with docs-styles?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for docs-styles?

Requires access to CSS customization files, such as src/css/custom.css. Limited to documentation hosted on docs.cloudposse.com.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add cloudposse/docs. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use docs-styles immediately in the current project.

Related Skills

Looking for an alternative to docs-styles or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

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
AI

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
AI