🎯

tailwind-css-patterns

🎯Skill

from giuseppe-trisciuoglio/developer-kit

VibeIndex|
What it does

Generates reusable Tailwind CSS design patterns and component templates, optimizing frontend styling workflows and ensuring consistent UI implementation.

tailwind-css-patterns

Installation

Install skill:
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill tailwind-css-patterns
162
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Developer Kit for Claude Code

> A curated collection of reusable skills and agents for automating development tasks in Claude Code β€” focusing on

> Java/Spring Boot patterns with extensibility to TypeScript, Python, and PHP

Developer Kit for Claude Code teaches Claude how to perform development tasks in a repeatable way across

multiple languages and frameworks. It includes specialized agents for code review, testing patterns, REST API design,

and AI integration.

πŸš€ Quick Start

```bash

# Claude Code CLI

/plugin marketplace add giuseppe-trisciuoglio/developer-kit

# Or from local directory

/plugin install /path/to/developer-kit

```

Claude Desktop: [Enable Skills in Settings](https://claude.ai/settings/capabilities)

πŸ“– [Complete Installation Guide](docs/installation.md) β€” Multi-CLI support, local project installation, team setup

---

✨ Key Features

  • Specialized β€” Domain-specific agents for code review, testing, AI development, and full-stack development
  • Composable β€” Skills stack together automatically based on task context
  • Portable β€” Use across Claude.ai, Claude Code CLI, Claude Desktop, and Claude API
  • Efficient β€” Skills load on-demand, consuming minimal tokens until actively used

---

πŸ“š Available Components

Skills

| Category | Guide |

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

| JUnit Testing | [Guide](docs/guide-skills-junit-test.md) |

| Spring Boot | [Guide](docs/guide-skills-spring-boot.md) |

| AWS Java SDK | [Guide](docs/guide-skills-aws-java.md) |

| AWS CloudFormation | [Guide](docs/guide-skills-aws-cloudformation.md) |

| LangChain4J | [Guide](docs/guide-skills-langchain4j.md) |

| React | [Guide](docs/guide-skills-frontend.md) |

| shadcn-ui | [Guide](docs/guide-skills-frontend.md) |

| Tailwind CSS | [Guide](docs/guide-skills-frontend.md) |

| TypeScript Docs | [Guide](docs/guide-skills-frontend.md) |

| NestJS | [Guide](docs/guide-skills-nestjs.md) |

Agents

Specialized AI assistants for specific development domains.

πŸ“– [Complete Agents Guide](docs/guide-agents.md) β€” All agents with usage examples

| Category | Examples |

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

| Java/Spring Boot | spring-boot-code-review-expert, java-refactor-expert, java-security-expert |

| TypeScript/NestJS | nestjs-backend-development-expert, typescript-refactor-expert, nestjs-security-expert |

| React/Frontend | react-frontend-development-expert, react-software-architect-review, expo-react-native-development-expert |

| Python | python-code-review-expert, python-refactor-expert, python-security-expert, python-software-architect-expert |

| AWS | aws-solution-architect-expert, aws-cloudformation-devops-expert, aws-architecture-review-expert |

| AI/LangChain4J | langchain4j-ai-development-expert, prompt-engineering-expert |

| General Purpose | general-debugger, general-code-reviewer, general-refactor-expert, document-generator-expert |

Commands

Workflow automation commands for development tasks.

πŸ“– [Complete Commands Guide](docs/guide-commands.md) β€” All commands with examples

| Category | Examples |

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

| Java Develo