🎯

design-tokens

🎯Skill

from laurigates/claude-plugins

VibeIndex|
What it does

Generates, validates, and synchronizes design tokens across design systems, ensuring consistent styling and theming across multiple platforms and components.

πŸ“¦

Part of

laurigates/claude-plugins(168 items)

design-tokens

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add laurigates/claude-plugins --skill design-tokens
4Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Claude Plugins

A collection of Claude Code plugins providing specialized skills, commands, and agents for various development workflows.

Plugins

| Plugin | Category | Description |

|--------|----------|-------------|

| accessibility-plugin | ux | Accessibility and UX implementation - WCAG, ARIA, design tokens |

| agent-patterns-plugin | ai | Multi-agent coordination and orchestration patterns |

| agents-plugin | ai | Task-focused agents for test, review, debug, docs, and CI workflows |

| api-plugin | development | API integration and testing - REST endpoints, client generation |

| bevy-plugin | gamedev | Bevy game engine development - ECS, rendering, game architecture |

| blog-plugin | documentation | Blog post creation - project logs, technical write-ups, personal documentation |

| blueprint-plugin | development | Blueprint Development methodology - PRD/PRP workflow with version tracking |

| code-quality-plugin | quality | Code review, refactoring, linting, and static analysis |

| command-analytics-plugin | utilities | Track command and skill usage analytics across all projects |

| communication-plugin | communication | External communication formatting - Google Chat, ticket drafting |

| configure-plugin | infrastructure | Project infrastructure standards - pre-commit, CI/CD, Docker, testing |

| container-plugin | infrastructure | Container development and deployment - Docker, registry, Skaffold |

| documentation-plugin | documentation | Documentation generation - API docs, README, knowledge graphs |

| git-plugin | version-control | Git workflows - commits, branches, PRs, and repository management |

| github-actions-plugin | ci-cd | GitHub Actions CI/CD - workflows, authentication, inspection |

| hooks-plugin | automation | Claude Code hooks for enforcing best practices and workflow automation |

| kubernetes-plugin | infrastructure | Kubernetes and Helm operations - deployments, charts, releases |

| langchain-plugin | ai | LangChain JS/TS development - agents, chains, LangGraph, Deep Agents |

| networking-plugin | infrastructure | Network diagnostics, reconnaissance, monitoring, and HTTP load testing |

| project-plugin | development | Project initialization, management, and maintenance |

| python-plugin | language | Python development ecosystem - uv, ruff, pytest, packaging |

| rust-plugin | language | Rust development - cargo, clippy, testing, memory safety |

| sync-plugin | integration | External system synchronization - GitHub, Podio integration |

| terraform-plugin | infrastructure | Terraform and Terraform Cloud - infrastructure as code |

| testing-plugin | testing | Test execution, TDD workflow, and testing strategies |

| tools-plugin | utilities | General utilities - fd, rg, jq, shell, imagemagick |

| typescript-plugin | language | TypeScript development - strict types, ESLint, Biome |

> Note: This table is generated from .claude-plugin/marketplace.json. To regenerate:

> ```bash

> jq -r '.plugins[] | "| \(.name) | \(.category) | \(.description) |"' .claude-plugin/marketplace.json

> ```

Installation

Install plugins from this collection:

```bash

claude plugin install laurigates-plugins/

```

For example:

```bash

claude plugin install laurigates-plugins/git-plugin

claude plugin install laurigates-plugins/python-plugin

```

Structure

Each plugin follows the standard Claude Code plugin structure:

```

/

β”œβ”€β”€ README.md # Plugin documentation

β”œβ”€β”€ skills/ # Skill definitions (.md files)

β”œβ”€β”€ commands/ # Slash commands (.md files)

└── agents/ # Agent definitions (.md files)

```

License

MIT

More from this repository10

🎯
python-code-quality🎯Skill

Analyzes Python code for quality, providing linting, static analysis, code style checks, and potential refactoring suggestions.

🎯
uv-project-management🎯Skill

Manages Python project dependencies and environments using the uv package management tool, streamlining dependency resolution and virtual environment setup.

🎯
shell-expert🎯Skill

Provides advanced shell scripting assistance, command generation, and terminal workflow optimization for developers.

🎯
api-testing🎯Skill

I apologize, but I cannot generate a description without seeing the actual details or context of the "api-testing" skill from the repository. Could you provide more information about what this spec...

🎯
agent-handoff-markers🎯Skill

Marks and tracks critical transition points during multi-agent workflows to facilitate smooth handoffs and maintain context continuity.

🎯
ruff linting🎯Skill

Provides automated Python code linting and formatting using the Ruff static analysis tool to improve code quality and enforce consistent style standards.

🎯
uv-advanced-dependencies🎯Skill

Manages complex Python dependency resolution and virtual environment setup using the `uv` package manager with advanced configuration and workflow optimizations.

🎯
ruff formatting🎯Skill

Automatically formats Python code using the Ruff linter and formatter to ensure consistent code style and quality.

🎯
command-context-patterns🎯Skill

Identifies and manages contextual command patterns, enabling dynamic skill routing and intelligent command interpretation across Claude Code workflows.

🎯
hypothesis-testing🎯Skill

Performs statistical hypothesis testing, generating comprehensive test results, p-values, confidence intervals, and interpretative analysis for research and data science workflows.