Browse and install Claude Skills to enhance your development workflow. Currently showing 396 skills.
This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/subagent-driven-development
This Claude Skill generates descriptive commit messages by analyzing git diffs. It automatically follows conventional commit format with proper types like feat, fix, and docs. Use it when you need help writing commit messages or reviewing staged changes in your repository.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/git-commit-helper
This skill helps developers complete finished work by verifying tests pass and then presenting structured integration options. It guides the workflow for merging, creating PRs, or cleaning up branches after implementation is done. Use it when your code is ready and tested to systematically finalize the development process.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/finishing-a-development-branch
Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/executing-plans
This skill enables developers to analyze Excel files and perform data operations using pandas. It can read spreadsheets, create pivot tables, generate charts, and conduct data analysis on .xlsx files and tabular data. Use it when working with Excel files, spreadsheets, or any structured tabular data within Claude Code.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/excel-analysis
This skill automatically analyzes CSV files to generate comprehensive statistical summaries and visualizations using Python's pandas and matplotlib/seaborn. It should be triggered whenever a user uploads or references CSV data without prompting for analysis preferences. The tool provides immediate insights into data structure, quality, and patterns through automated analysis and visualization.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/csv-summarizer
The canvas-design skill generates original visual art in PNG and PDF formats for creating posters, designs, and other static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing that philosophy on a canvas. This skill focuses on original creations using form, color, and composition while avoiding copyright violations by never copying existing artists' work.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/canvas-design
This Claude Skill creates original algorithmic art using p5.js with seeded randomness and interactive parameters. It generates .md files for algorithmic philosophies, plus .html and .js files for interactive generative art implementations. Use it when developers need to create flow fields, particle systems, or other computational art while avoiding copyright issues.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/algorithmic-art
This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/webapp-testing
The canvas-design skill generates original visual art in PNG and PDF formats for creating posters, designs, and other static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing it on a canvas. The skill focuses on original compositions using form, color, and space while avoiding copyright infringement by never copying existing artists' work.
This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.
This Claude Skill guides developers through contributing broadly useful skills back to the upstream repository via pull request. It provides the complete workflow from branching and committing to pushing and creating PRs, along with criteria for determining when a skill is appropriate for sharing versus keeping personal. The skill requires proper testing and documentation before submission.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/sharing-skills
This skill dispatches a code-reviewer subagent to analyze code changes against requirements before proceeding. It should be used after completing tasks, implementing major features, or before merging to main. The review helps catch issues early by comparing the current implementation with the original plan.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/requesting-code-review
This skill enables semantic and text-based search through previous Claude Code conversations to retrieve facts, patterns, and decisions. Developers should use it when a partner references past discussions or when debugging familiar issues to avoid reinventing solutions. It operates on a "search before reinventing" principle and requires using subagents for efficient context management.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/remembering-conversations
This skill helps developers process code review feedback by emphasizing technical verification over immediate agreement. It provides a structured workflow for understanding, evaluating, and responding to suggestions, especially when feedback is unclear or technically questionable. The core principle is to ensure technical correctness through rigorous analysis before implementing any changes.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/receiving-code-review
This skill analyzes meeting transcripts to identify communication patterns like conflict avoidance, filler word usage, and conversational dominance. It provides actionable feedback to help professionals improve their communication and leadership effectiveness. Developers can integrate it to offer users insights across multiple meetings and track skill improvement over time.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/meeting-insights-analyzer
This Claude Skill dispatches multiple agents to investigate and fix 3+ independent problems concurrently. It is designed for scenarios involving unrelated failures that can be resolved without shared state or dependencies. The core capability is parallel problem-solving, assigning one agent per independent problem domain to maximize efficiency.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/dispatching-parallel-agents
This skill analyzes meeting transcripts to identify communication patterns like conflict avoidance, filler word usage, and conversational dominance. It provides actionable feedback to help professionals improve their communication and leadership effectiveness. Developers can integrate it to analyze speaking habits and track skill development over time.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/collaboration
This skill helps developers build reusable, production-ready Terraform modules for AWS, Azure, and GCP. It provides standardized patterns for common infrastructure like VPCs, Kubernetes clusters, and databases. Use it to establish IaC best practices and create multi-cloud compatible modules.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/terraform-module-library
This Claude Skill provides a decision framework to design multi-cloud architectures across AWS, Azure, and GCP. It helps developers select and integrate the best services from different providers to avoid vendor lock-in and leverage best-of-breed solutions. Use it when building cloud-agnostic systems, migrating between providers, or optimizing workloads across multiple clouds.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/multi-cloud-architecture
This skill configures secure hybrid cloud networking between on-premises infrastructure and cloud platforms like AWS, Azure, and GCP. Use it when connecting data centers to the cloud, building hybrid architectures, or implementing secure cross-premises connectivity. It supports key capabilities such as VPNs and dedicated connections like AWS Direct Connect for high-performance, reliable setups.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/hybrid-cloud-networking
This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/cost-optimization
This Claude Skill generates production-ready GitHub Actions workflows for CI/CD automation. It creates workflows for testing, building, and deploying applications across various environments including Docker and Kubernetes. Use it when setting up automated development pipelines or creating reusable workflow templates.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/github-actions-templates
This Claude Skill helps developers design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use it when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices to create robust pipelines that balance speed and safety.
/plugin add https://github.com/lifangda/claude-plugins/tree/main/deployment-pipeline-design