BeClaude

infrastructure-skills

New
372Community RegistryGeneralby Anton Coleman

Kubernetes operations, infrastructure as code, networking, service mesh, and distributed systems

Community PluginView Source

Overview

<p align="center"> <img src="https://ancoleman.github.io/ai-design-components/img/logo.png" alt="AI Design Components Logo" width="150"> </p>

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

![Version](./VERSION) ![License](./LICENSE) ![Skills](https://ancoleman.github.io/ai-design-components/docs/skills/overview) ![Docs](https://ancoleman.github.io/ai-design-components/)

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](https://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:

bash
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
bash
# 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:

bash
# 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:

bash
# 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

bash
# 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:

bash
/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.


Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/infrastructure-skills.md https://raw.githubusercontent.com/ancoleman/ai-design-components/main/SKILL.md
3
Invoke in Claude Code
/infrastructure-skills
View source on GitHub

Frequently Asked Questions

What is infrastructure-skills?

Kubernetes operations, infrastructure as code, networking, service mesh, and distributed systems

How to install infrastructure-skills?

To install infrastructure-skills, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /infrastructure-skills.

What is infrastructure-skills best for?

infrastructure-skills is a community categorized under General. Created by Anton Coleman.