Back to Discover

ai-design-components

skill

ancoleman

Comprehensive UI/UX and Backend component design skills for AI-assisted development with Claude

View on GitHub
394 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add ancoleman/ai-design-components

README

AI Design Components Logo

Full-stack development skills for AI-assisted development with Claude

Version License Skills Docs

What is this?

A collection of 76 production-ready Claude Skills covering frontend, backend, DevOps, infrastructure, security, cloud, and AI/ML development. Skills provide Claude with domain expertise, decision frameworks, and production-ready code patterns.

Documentation

Full documentation: ancoleman.github.io/ai-design-components

ResourceDescription
Getting StartedIntroduction and overview
InstallationSetup instructions
Skills ReferenceAll 76 skills documented
Skillchain GuideGuided workflow system

Quick Start

Option 1: Installer Script (Recommended)

The interactive installer handles everything - skills, skillchain, and plugins:

git clone https://github.com/ancoleman/ai-design-components.git
cd ai-design-components
./install.sh

The installer provides:

  • Interactive menu for choosing what to install
  • Skillchain v3.0 with 76 skills across 10 domains
  • Plugin installation for all 19 plugin groups
  • Automatic setup of commands and data directories
# Installer commands
./install.sh                    # Interactive mode
./install.sh plugins list       # See all available plugins
./install.sh plugins install    # Install all plugins
./install.sh skillchain         # Install skillchain only

Option 2: Manual Plugin Installation

If you prefer using Claude's plugin commands directly:

# Add marketplace
claude plugin marketplace add ancoleman/ai-design-components

# Install all 19 plugins (76 skills)
claude plugin install ui-foundation-skills@ai-design-components
claude plugin install ui-data-skills@ai-design-components
claude plugin install ui-input-skills@ai-design-components
claude plugin install ui-interaction-skills@ai-design-components
claude plugin install ui-structure-skills@ai-design-components
claude plugin install ui-content-skills@ai-design-components
claude plugin install ui-assembly-skills@ai-design-components
claude plugin install backend-data-skills@ai-design-components
claude plugin install backend-api-skills@ai-design-components
claude plugin install backend-platform-skills@ai-design-components
claude plugin install backend-ai-skills@ai-design-components
claude plugin install devops-skills@ai-design-components
claude plugin install infrastructure-skills@ai-design-components
claude plugin install security-skills@ai-design-components
claude plugin install developer-productivity-skills@ai-design-components
claude plugin install data-engineering-skills@ai-design-components
claude plugin install ai-ml-skills@ai-design-components
claude plugin install cloud-provider-skills@ai-design-components
claude plugin install finops-skills@ai-design-components

Option 3: Selective Installation

Install only what you need:

# Add marketplace first
claude plugin marketplace add ancoleman/ai-design-components

# Install specific plugin groups
claude plugin install infrastructure-skills@ai-design-components
claude plugin install devops-skills@ai-design-components
claude plugin install security-skills@ai-design-components

Plugin Commands Reference

# Marketplace
claude plugin marketplace add ancoleman/ai-design-components    # Add
claude plugin marketplace rm ai-design-components               # Remove
claude plugin marketplace list                                  # List all
claude plugin marketplace update ai-design-components           # Update

# Plugins
claude plugin install <plugin>@ai-design-components             # Install
claude plugin uninstall <plugin>                                # Uninstall

# Validation
claude plugin validate .claude-plugin/marketplace.json          # Validate

Using Skillchain

Once installed, use the /skillchain:start command for guided workflows:

/skillchain:start dashboard with charts and filters
/skillchain:start REST API with postgres
/skillchain:start kubernetes with monitoring
/skillchain:start RAG pipeline with embeddings

Skill Categories

CategorySkillsDescription
Frontend15UI components, forms, data viz, navigation
Backend14Databases, APIs, auth, observability
DevOps6CI/CD, GitOps, platform engineering
Infrastructure12IaC, Kubernetes, networking, distributed systems
Security7Architecture, compliance, TLS, hardening
Developer Productivity7APIs, CLIs, SDKs, documentation
Data Engineering6Architecture, streaming, SQL, secrets
AI/ML4MLOps, RAG, prompt engineering
Cloud3AWS, GCP, Azure patterns
FinOps2Cost optimization, tagging

See Skills Overview for the complete list.

Prerequisites

  • Claude Code CLI - Install Claude Code
  • Context7 MCP (recommended) - For up-to-date library documentation

Resources

License

MIT License - See LICENSE for details.


View Full Documentation | Built following Anthropic's Skills best practices

Rendered live from ancoleman/ai-design-components's GitHub README — not stored, always reflects the source repo.

95 Plugins

NameDescriptionCategorySource
ui-foundation-skillsFoundational design system including tokens and theming for consistent styling across all components./
theming-componentsSkill bundled in ui-foundation-skillsskill./skills/theming-components
ui-data-skillsData visualization, tables, and dashboard components for displaying and analyzing data./
visualizing-dataSkill bundled in ui-data-skillsskill./skills/visualizing-data
building-tablesSkill bundled in ui-data-skillsskill./skills/building-tables
creating-dashboardsSkill bundled in ui-data-skillsskill./skills/creating-dashboards
ui-input-skillsForm systems, search, and filter components for user input and data collection./
building-formsSkill bundled in ui-input-skillsskill./skills/building-forms
implementing-search-filterSkill bundled in ui-input-skillsskill./skills/implementing-search-filter
ui-interaction-skillsInteractive components including AI chat interfaces, drag-drop functionality, and feedback systems./
building-ai-chatSkill bundled in ui-interaction-skillsskill./skills/building-ai-chat
implementing-drag-dropSkill bundled in ui-interaction-skillsskill./skills/implementing-drag-drop
providing-feedbackSkill bundled in ui-interaction-skillsskill./skills/providing-feedback
ui-structure-skillsNavigation, layout, and timeline components for app structure and organization./
implementing-navigationSkill bundled in ui-structure-skillsskill./skills/implementing-navigation
designing-layoutsSkill bundled in ui-structure-skillsskill./skills/designing-layouts
displaying-timelinesSkill bundled in ui-structure-skillsskill./skills/displaying-timelines
ui-content-skillsMedia management and user onboarding components for content-rich experiences./
managing-mediaSkill bundled in ui-content-skillsskill./skills/managing-media
guiding-usersSkill bundled in ui-content-skillsskill./skills/guiding-users
ui-assembly-skillsCapstone skill for assembling component outputs into unified, production-ready systems with token validation and framework scaffolding./
assembling-componentsSkill bundled in ui-assembly-skillsskill./skills/assembling-components
backend-data-skillsDatabase and data storage: relational, vector, time-series, document, graph, plus data ingestion./
ingesting-dataSkill bundled in backend-data-skillsskill./skills/ingesting-data
using-relational-databasesSkill bundled in backend-data-skillsskill./skills/using-relational-databases
using-vector-databasesSkill bundled in backend-data-skillsskill./skills/using-vector-databases
using-timeseries-databasesSkill bundled in backend-data-skillsskill./skills/using-timeseries-databases
using-document-databasesSkill bundled in backend-data-skillsskill./skills/using-document-databases
using-graph-databasesSkill bundled in backend-data-skillsskill./skills/using-graph-databases
backend-api-skillsAPI development, messaging, and real-time communication./
implementing-api-patternsSkill bundled in backend-api-skillsskill./skills/implementing-api-patterns
using-message-queuesSkill bundled in backend-api-skillsskill./skills/using-message-queues
implementing-realtime-syncSkill bundled in backend-api-skillsskill./skills/implementing-realtime-sync
backend-platform-skillsObservability, security, and deployment infrastructure./
implementing-observabilitySkill bundled in backend-platform-skillsskill./skills/implementing-observability
securing-authenticationSkill bundled in backend-platform-skillsskill./skills/securing-authentication
deploying-applicationsSkill bundled in backend-platform-skillsskill./skills/deploying-applications
backend-ai-skillsAI/ML data engineering and model serving./
ai-data-engineeringSkill bundled in backend-ai-skillsskill./skills/ai-data-engineering
model-servingSkill bundled in backend-ai-skillsskill./skills/model-serving
devops-skillsCI/CD pipelines, GitOps workflows, testing strategies, platform engineering, and containerization./
testing-strategiesSkill bundled in devops-skillsskill./skills/testing-strategies
building-ci-pipelinesSkill bundled in devops-skillsskill./skills/building-ci-pipelines
implementing-gitopsSkill bundled in devops-skillsskill./skills/implementing-gitops
platform-engineeringSkill bundled in devops-skillsskill./skills/platform-engineering
managing-incidentsSkill bundled in devops-skillsskill./skills/managing-incidents
writing-dockerfilesSkill bundled in devops-skillsskill./skills/writing-dockerfiles
infrastructure-skillsKubernetes operations, infrastructure as code, networking, service mesh, and distributed systems./
operating-kubernetesSkill bundled in infrastructure-skillsskill./skills/operating-kubernetes
writing-infrastructure-codeSkill bundled in infrastructure-skillsskill./skills/writing-infrastructure-code
administering-linuxSkill bundled in infrastructure-skillsskill./skills/administering-linux
architecting-networksSkill bundled in infrastructure-skillsskill./skills/architecting-networks
load-balancing-patternsSkill bundled in infrastructure-skillsskill./skills/load-balancing-patterns
planning-disaster-recoverySkill bundled in infrastructure-skillsskill./skills/planning-disaster-recovery
configuring-nginxSkill bundled in infrastructure-skillsskill./skills/configuring-nginx
shell-scriptingSkill bundled in infrastructure-skillsskill./skills/shell-scripting
managing-dnsSkill bundled in infrastructure-skillsskill./skills/managing-dns
implementing-service-meshSkill bundled in infrastructure-skillsskill./skills/implementing-service-mesh
managing-configurationSkill bundled in infrastructure-skillsskill./skills/managing-configuration
designing-distributed-systemsSkill bundled in infrastructure-skillsskill./skills/designing-distributed-systems
security-skillsSecurity architecture, compliance frameworks, vulnerability management, TLS, firewalls, and SIEM./
architecting-securitySkill bundled in security-skillsskill./skills/architecting-security
implementing-complianceSkill bundled in security-skillsskill./skills/implementing-compliance
managing-vulnerabilitiesSkill bundled in security-skillsskill./skills/managing-vulnerabilities
implementing-tlsSkill bundled in security-skillsskill./skills/implementing-tls
configuring-firewallsSkill bundled in security-skillsskill./skills/configuring-firewalls
siem-loggingSkill bundled in security-skillsskill./skills/siem-logging
security-hardeningSkill bundled in security-skillsskill./skills/security-hardening
developer-productivity-skillsAPI design, CLI development, SDK creation, documentation generation, debugging, and Git workflows./
designing-apisSkill bundled in developer-productivity-skillsskill./skills/designing-apis
building-clisSkill bundled in developer-productivity-skillsskill./skills/building-clis
designing-sdksSkill bundled in developer-productivity-skillsskill./skills/designing-sdks
generating-documentationSkill bundled in developer-productivity-skillsskill./skills/generating-documentation
debugging-techniquesSkill bundled in developer-productivity-skillsskill./skills/debugging-techniques
managing-git-workflowsSkill bundled in developer-productivity-skillsskill./skills/managing-git-workflows
writing-github-actionsSkill bundled in developer-productivity-skillsskill./skills/writing-github-actions
data-engineering-skillsData architecture, streaming pipelines, transformations, SQL optimization, and performance engineering./
architecting-dataSkill bundled in data-engineering-skillsskill./skills/architecting-data
streaming-dataSkill bundled in data-engineering-skillsskill./skills/streaming-data
transforming-dataSkill bundled in data-engineering-skillsskill./skills/transforming-data
optimizing-sqlSkill bundled in data-engineering-skillsskill./skills/optimizing-sql
secret-managementSkill bundled in data-engineering-skillsskill./skills/secret-management
performance-engineeringSkill bundled in data-engineering-skillsskill./skills/performance-engineering
ai-ml-skillsMLOps patterns, prompt engineering, LLM evaluation, and embedding optimization./
implementing-mlopsSkill bundled in ai-ml-skillsskill./skills/implementing-mlops
prompt-engineeringSkill bundled in ai-ml-skillsskill./skills/prompt-engineering
evaluating-llmsSkill bundled in ai-ml-skillsskill./skills/evaluating-llms
embedding-optimizationSkill bundled in ai-ml-skillsskill./skills/embedding-optimization
cloud-provider-skillsCloud-specific patterns and best practices for AWS, GCP, and Azure./
deploying-on-awsSkill bundled in cloud-provider-skillsskill./skills/deploying-on-aws
deploying-on-gcpSkill bundled in cloud-provider-skillsskill./skills/deploying-on-gcp
deploying-on-azureSkill bundled in cloud-provider-skillsskill./skills/deploying-on-azure
finops-skillsCloud cost optimization and resource tagging strategies./
optimizing-costsSkill bundled in finops-skillsskill./skills/optimizing-costs
resource-taggingSkill bundled in finops-skillsskill./skills/resource-tagging

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.