Skills
Comprehensive library of +100 production-ready development skills covering every aspect of modern software engineering. From project setup to production deployment, from security hardening to performance optimization.
Install / Use
/learn @patricio0312rev/SkillsQuality Score
Category
Development & EngineeringSupported Platforms
README
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:
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 - Secrets management in CI/CD
- quality-gates-enforcer - Pre-deployment quality checks
- rollback-workflow-builder - Automated rollback mechanisms
- deployment-checklist-generator - Deployment checklists and procedures
- monorepo-ci-optimizer - Monorepo-specific CI optimizations
- artifact-sbom-publisher - Software Bill of Materials generation
- dockerfile-optimizer - Optimize Dockerfiles for production
- kubernetes-manifest-generator - Kubernetes deployment manifests
- terraform-module-builder - Terraform module development
- nginx-config-optimizer - NGINX configuration optimization
💾 Database Management (10 skills)
Migrations, Optimization & Data Engineering
- prisma-migration-assistant - Safe database migrations with Prisma
- schema-consistency-checker - Schema validation and enforcement
- sql-query-optimizer - Query performance optimization
- data-seeding-fixtures-builder - Test data generation and seeding
- backup-restore-runbook-generator - Backup and disaster recovery
- multi-tenant-safety-checker - Multi-tenancy data isolation
- data-retention-archiving-planner - Data retention and GDPR compliance
- data-integrity-auditor - Data consistency validation
- etl-sync-job-builder - ETL pipelines and data synchronization
- db-performance-watchlist - Database monitoring and alerting
🧪 Testing (22 skills)
Quality Assurance & Test Coverage
- unit-test-generator - Comprehensive unit tests with edge cases
- integration-test-builder - API and database integration tests
- e2e-test-builder - End-to-end tests with Playwright/Cypress
- mocking-assistant - Mock Service Worker (MSW) setup
- flaky-test-detective - Detects and fixes flaky tests
- coverage-strategist - ROI-based test coverage planning
- test-data-factory-builder - Test data factories and builders
- snapshot-test-refactorer - Refactors brittle snapshot tests
- **contract-testing-builde
Related Skills
node-connect
352.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Apr 7, 2026
