Claude Skills Marketplace provides a curated collection of Claude Code plugins for software engineering workflows. It automates Git operations, testing, and code reviews. Developers and engineering teams benefit from streamlined workflows and improved code quality. It integrates with Git repositories and CI/CD pipelines.
git clone https://github.com/mhattingpete/claude-skills-marketplace.gitClaude Skills Marketplace provides a curated collection of Claude Code plugins for software engineering workflows. It automates Git operations, testing, and code reviews. Developers and engineering teams benefit from streamlined workflows and improved code quality. It integrates with Git repositories and CI/CD pipelines.
[{"step":"Install the required plugin from the Claude Skills Marketplace by running `claude install [SKILL_NAME]` in your terminal. For example, `claude install claude-code-review` for code review capabilities.","tip":"Check the plugin's documentation in the marketplace for any prerequisites or configuration steps specific to your project type."},{"step":"Navigate to your project directory and run the plugin with your specific task. For example: `claude [SKILL_NAME] --task \"review my Python API for security vulnerabilities\"`","tip":"Use the `--help` flag to see available options and examples for the plugin you're using."},{"step":"Review the plugin's output and suggested changes. The plugin will typically generate code changes, test results, and documentation automatically.","tip":"Focus on high-impact issues first (security, performance) before addressing code quality or style improvements."},{"step":"Commit the changes suggested by the plugin using `git commit -m \"[PLUGIN_NAME] automated improvements: [SUMMARY]\"`. Push the changes to your repository.","tip":"Verify the CI/CD pipeline passes before merging to main. Most plugins integrate with GitHub Actions, GitLab CI, or similar systems."},{"step":"Close the loop by addressing any remaining issues flagged by the plugin or your team's review process.","tip":"Use the plugin's `--diff` flag to see exactly what changes were made if you need to audit the modifications."}]
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/mhattingpete/claude-skills-marketplaceCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the Claude Skills Marketplace to [ACTION] in my [PROJECT/PROGRAMMING_LANGUAGE] project. Specifically, [SPECIFIC_TASK] using the [SKILL_NAME] plugin. Ensure the changes are tested and follow best practices for [PROJECT_TYPE].
I've analyzed your Python-based e-commerce platform repository using the `claude-code-review` plugin from the Claude Skills Marketplace. The plugin identified 3 critical issues in your payment processing module: 1. **Security Vulnerability**: The `process_payment` function in `payment_service.py` (line 42) uses an outdated encryption method (AES-128) instead of the recommended AES-256-GCM. This exposes customer payment data to potential decryption attacks. The plugin automatically generated a secure alternative implementation and flagged this for immediate review. 2. **Performance Bottleneck**: The `get_customer_orders` function in `orders.py` (line 89) performs a full table scan on the `orders` table during peak hours, causing 400ms+ response times. The plugin suggested adding an index on `customer_id` and `order_date` columns, which would reduce query time to 15ms. It even provided the exact SQL command to execute. 3. **Code Smell**: The `calculate_discount` function in `pricing.py` violates the Single Responsibility Principle by handling both discount calculation and logging. The plugin refactored this into two separate functions and added proper type hints. The plugin also ran the full test suite (127 tests) and confirmed all tests pass with the proposed changes. It generated a PR description with these findings and suggested next steps: - Review the security fix with your DevSecOps team - Schedule a performance tuning session with your DBA - Merge the refactored pricing module in the next sprint All changes were automatically committed to a new branch `claude-review/2024-05-15` with descriptive commit messages. The CI pipeline (GitHub Actions) was triggered and passed all checks.
Your one-stop shop for church and ministry supplies.
AI assistant built for thoughtful, nuanced conversation
Automate your browser workflows effortlessly
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan