🎯

conventional-commits

🎯Skill

from patricio0312rev/skills

VibeIndex|
What it does

Enforces a standardized commit message format across git repositories to improve code history readability and automate changelog generation.

πŸ“¦

Part of

patricio0312rev/skills(153 items)

conventional-commits

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add patricio0312rev/skills --skill conventional-commits
11Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Skills Collection πŸš€

A comprehensive library of 155 production-ready development skills covering every aspect of modern software engineering. From project setup to production deployment, from security hardening to performance optimization - everything you need to build world-class software.

What are Skills?

Skills are modular, reusable knowledge packages that extend Claude's capabilities with specialized expertise. Think of them as expert consultants that Claude can call upon when you need help with specific engineering tasks.

Learn more about Skills:

  • 🌐 [Agent Skills Official Site](https://agentskills.io)
  • πŸ“š [Skills Documentation](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview)
  • πŸŽ“ [Getting Started Guide](https://agentskills.io/home#get-started)

Each skill in this collection contains:

  • βœ… Production-ready code - Copy-paste implementations
  • βœ… Best practices - Industry-proven patterns
  • βœ… Configuration examples - Ready-to-use configs
  • βœ… Testing strategies - Comprehensive test coverage
  • βœ… Output checklists - Ensure nothing is missed

Skills Library

πŸ”§ Foundation (23 skills)

Development Environment & Project Setup

  • project-scaffolder - Generates complete project structure with TypeScript, testing, and CI/CD
  • dependency-doctor - Manages package.json dependencies with security scanning and updates
  • code-formatter-installer - Sets up ESLint, Prettier, and pre-commit hooks
  • git-hygiene-enforcer - Enforces conventional commits and clean git practices
  • dev-environment-bootstrapper - Docker Compose setup for local development
  • dev-onboarding-builder - Creates comprehensive onboarding docs for new developers
  • docs-starter-kit - Generates README, contributing guides, and API documentation
  • changelog-writer - Automated changelog generation from git history
  • repo-structure-linter - Validates project structure against best practices
  • codebase-summarizer - Analyzes and documents existing codebases
  • explaining-code - Generates clear explanations for complex code
  • skill-creator - Generate new Claude Code skills from scratch
  • conventional-commits - Enforce conventional commit message format
  • monorepo-setup - Turborepo/Nx monorepo configuration
  • eslint-prettier-config - ESLint and Prettier setup with custom rules
  • typescript-strict-migrator - Migrate to strict TypeScript gradually
  • hot-reload-optimizer - Optimize HMR for faster development
  • vscode-workspace-setup - VS Code workspace configuration and extensions
  • jsdoc-typescript-docs - JSDoc and TypeScript documentation
  • mermaid-diagram-generator - Mermaid.js diagram generation
  • pr-template-builder - PR template generation
  • readme-generator - Comprehensive README documentation
  • storybook-setup - Storybook component documentation

🎨 Frontend (19 skills)

React, UI Components & User Experience

  • component-scaffold-generator - Creates React components with TypeScript and tests
  • page-layout-builder - Responsive layouts with Tailwind CSS and CSS Grid
  • form-wizard-builder - Complex forms with react-hook-form and Zod validation
  • table-builder - Advanced data tables with TanStack Table (sorting, filtering, pagination)
  • modal-drawer-system - Overlay components (modals, drawers, toasts, tooltips)
  • animation-micro-interaction-pack - Smooth animations with Framer Motion
  • i18n-frontend-implementer - Internationalization with i18next
  • state-ux-flow-builder - State management and user flow optimization
  • design-to-component-translator - Converts design mockups to React components
  • frontend-refactor-planner - Refactors components for better patterns and performance
  • tailwind-gradient-builder - Generate beautiful Tailwind CSS gradients
  • dark-mode-implementer - Implement dark mode with CSS variables
  • accessibility-auditor - WCAG accessibility compliance audits
  • react-hook-builder - Custom React hooks with TypeScript
  • framer-motion-animator - Advanced animations with Framer Motion
  • responsive-design-system - Mobile-first responsive design system
  • zustand-state-builder - Zustand state management setup
  • react-server-components - React Server Components patterns
  • tanstack-query-setup - TanStack Query configuration and patterns

βš™οΈ Backend (16 skills)

APIs, Authentication & Server-Side Logic

  • api-endpoint-generator - REST API endpoints with Express/Fastify
  • auth-module-builder - JWT/session authentication with OAuth integration
  • rbac-permissions-builder - Role-based access control system
  • webhook-receiver-hardener - Secure webhook handling with signature verification
  • rate-limiting-abuse-protection - Request rate limiting and abuse prevention
  • api-contract-normalizer - OpenAPI/Swagger documentation generation
  • api-docs-generator - OpenAPI/Swagger documentation generation
  • caching-strategist - Multi-layer caching strategies (Redis, CDN)
  • error-handling-standardizer - Consistent error responses and logging
  • service-layer-extractor - Clean architecture with service layers
  • background-jobs-designer - Job queue implementation (Bull, BullMQ)
  • graphql-schema-designer - GraphQL schema design and resolvers
  • websocket-realtime-builder - WebSocket real-time features
  • queue-job-processor - Background job processing with Bull/BullMQ
  • event-driven-architect - Event-driven architecture patterns
  • rest-to-graphql-migrator - Migrate REST APIs to GraphQL

πŸ€– AI Engineering (16 skills)

LLMs, RAG, Agents & AI Systems

  • prompt-template-builder - Reusable prompt templates with versioning
  • rag-pipeline-builder - Retrieval-Augmented Generation pipelines
  • doc-to-vector-dataset-generator - Creates embeddings from documents
  • guardrails-safety-filter-builder - Safety guardrails and content filtering
  • evaluation-harness - LLM output evaluation and metrics
  • agent-orchestration-planner - Multi-agent systems and orchestration
  • cost-latency-optimizer - Token optimization and cost reduction
  • tool-function-schema-designer - Function calling schemas for LLMs
  • llm-debugger - Debug LLM issues with trace logging
  • prompt-regression-tester - Automated prompt testing and validation
  • mcp-server-builder - Model Context Protocol server development
  • langchain-workflow-builder - LangChain workflow pipelines
  • vector-db-setup - Vector database setup (Pinecone, Weaviate, etc.)
  • structured-output-extractor - Extract structured data from LLM outputs
  • ai-agent-orchestrator - Multi-agent orchestration patterns
  • embedding-pipeline-builder - Document embedding pipelines

πŸ—οΈ Architecture (10 skills)

System Design, Scalability & Technical Decisions

  • adr-writer - Architecture Decision Records documentation
  • system-design-generator - System architecture diagrams and documentation
  • domain-model-boundaries-mapper - Domain-driven design modeling
  • api-versioning-deprecation-planner - API versioning strategies
  • scalability-playbook - Horizontal and vertical scaling strategies
  • migration-planner - Zero-downtime migration planning
  • reliability-strategy-builder - SRE best practices and redundancy
  • tech-debt-prioritizer - Technical debt tracking and prioritization
  • rfc-generator - Request for Comments proposal templates
  • performance-budget-setter - Performance budgets and monitoring

πŸ”„ CI/CD & Infrastructure (14 skills)

Automation, Deployments & Release Management

  • github-actions-pipeline-creator - Complete CI/CD pipelines
  • caching-strategy-optimizer - Build and dependency caching
  • release-automation-builder - Semantic versioning and automated releases
  • preview-environments-builder - Ephemeral preview environments
  • secrets-env-manager -