Browse and install Claude Skills to enhance your development workflow. Currently showing 625 skills.
This skill automates budget versus actual variance analysis in Excel for financial reporting and FP&A teams. It generates a comprehensive report with variance flagging, commentary, and executive summaries. It activates when a user requests variance analysis, such as comparing actuals to a forecast or creating a variance report.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/excel-variance-analyzer
This skill builds professional Excel-based Discounted Cash Flow (DCF) models for investment banking and corporate finance use. It automatically activates when users request DCF functionality, valuation models, or intrinsic value calculations. The tool creates comprehensive models featuring free cash flow projections, WACC calculations, and sensitivity analysis across multiple structured worksheets.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/excel-dcf-modeler
This skill enables Claude to perform regression analysis and modeling using a dedicated plugin. It automatically analyzes datasets, generates models (like linear or polynomial), validates them, and provides performance metrics. Use it when users request regression analysis, predictive modeling, or need to understand variable relationships in their data.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/regression-analysis-tool
This skill enables Claude to build recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use it when you need to implement a recommendation engine, rank items by relevance, or work with algorithms like collaborative or content-based filtering.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/recommendation-engine
This Claude Skill enables text analysis using natural language processing through the nlp-text-analyzer plugin. It performs sentiment analysis, keyword extraction, and topic modeling on textual data when triggered by NLP-related requests. Developers should use this skill for extracting insights from text using AI/ML techniques.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/nlp-text-analyzer
This Claude skill enables developers to create and modify neural network architectures using the neural-network-builder plugin. It handles requests for building new networks, configuring layers, parameters, and training processes for various network types like CNNs, RNNs, and transformers. Use this skill when you need assistance with defining or refining neural network structures.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/neural-network-builder
This skill enables Claude to explain machine learning model predictions and behavior using techniques like SHAP and LIME. It provides feature importance analysis and model interpretability for debugging performance, ensuring fairness, or communicating insights to stakeholders. Use it when you need to understand why a model makes specific predictions or to identify influential features.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/model-explainability-tool
This skill manages A2A (Agent-to-Agent) communication for orchestrating Vertex AI ADK agents, handling AgentCard discovery, task submission, and status polling. It enables developers to build and deploy multi-agent systems on Google's Agent Engine with capabilities for agent orchestration and session management. Key features include an observability dashboard, Cloud Trace integration, and BigQuery analytics export for production monitoring.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/adk-deployment-specialist
This Claude Skill automates ML experiment tracking setup for tools like MLflow or Weights & Biases when triggered by requests to initialize tracking. It configures the environment, sets up tracking servers when needed, and provides ready-to-use code snippets for logging parameters, metrics, and artifacts. Use this skill to ensure reproducibility and simplify model run comparisons in your ML projects.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/experiment-tracking-setup
This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5, allowing developers to create coordinated workflows with agent handoffs and intelligent routing. It supports multiple AI providers like OpenAI, Anthropic, and Google for building complex multi-agent applications. Use this when you need to coordinate specialized agents, manage task routing, or implement sophisticated agent collaboration systems.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/ai-sdk-agents
This skill enables Claude to automatically validate AI/ML models and datasets for ethical concerns and potential biases. It triggers when users request fairness assessments, bias detection, or ethics reviews using related keywords. The skill analyzes systems and provides mitigation recommendations to support responsible AI development.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/ai-ethics-validator
This skill enables Claude to execute visual regression tests using tools like Percy and Chromatic to capture screenshots and compare them against baselines. It automatically identifies unintended UI changes by analyzing visual differences in web applications or components. Use it when you need to verify UI changes, perform regression testing, or check for visual inconsistencies.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/visual-regression-tester
This skill automatically generates comprehensive unit tests from source code when developers request test creation. It supports multiple testing frameworks like Jest, pytest, and JUnit, intelligently detecting the appropriate one or using a specified framework. Use it when asking to "generate tests," "create unit tests," or using the "gut" shortcut with file paths.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/unit-test-generator
This skill generates comprehensive test reports by aggregating results from multiple testing frameworks and calculating key metrics like coverage and pass rates. It provides trend analysis and outputs reports in developer and stakeholder-friendly formats including HTML, PDF, and JSON. Use it when you need to create test reports, analyze failures, or compare historical test data.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-report-generator
This skill enables Claude to orchestrate complex test workflows using a dedicated plugin. It allows defining test execution graphs with dependencies, running tests in parallel, and intelligently selecting tests based on code changes. Use it for managing test orchestration, dependency management, parallel execution, and smart test selection in CI/CD pipelines.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-orchestrator
This skill enables Claude to create and manage isolated, reproducible test environments using Docker Compose and Testcontainers. It helps developers set up test infrastructure, configure environment variables, and ensure proper cleanup. Use this skill when you need to automate test environment setup for consistent software testing.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-environment-manager
This Claude skill automatically generates test doubles like mocks, stubs, spies, and fakes for unit testing. It analyzes code dependencies and creates appropriate doubles for frameworks such as Jest or Sinon. Use it when you need to isolate code units for testing by triggering with `/gen-doubles` or a direct request.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-doubles-generator
This Claude skill generates realistic test data like users, products, and orders for software development. It's ideal for populating databases, creating test fixtures, or simulating user behavior in testing environments. Developers can trigger it with phrases like "generate test data" or "create fake users" to quickly produce sample data.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-data-generator
This skill analyzes code coverage metrics to identify untested code and generate comprehensive coverage reports. It helps developers improve code quality by pinpointing gaps in test suites and ensuring adequate test coverage. Use trigger terms like "analyze coverage," "code coverage report," or "cov" to activate it.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-coverage-analyzer
This skill helps developers manage snapshot tests by analyzing failures and selectively updating snapshots to distinguish intentional changes from regressions. It's triggered when users mention snapshot tests, failures, or request updates using commands like "/snapshot-manager". The skill supports popular testing frameworks including Jest, Vitest, Playwright, and Storybook.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/snapshot-test-manager
This skill runs smoke tests to verify critical application functionality through pre-defined test suites. It checks system health, authentication, core features, and external integrations to ensure operational status. Use it after deployments, upgrades, or significant configuration changes by triggering with "smoke test" or "st".
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/smoke-test-runner
This skill automates security vulnerability testing for applications and APIs when triggered by terms like "security test" or "OWASP." It performs scans for common threats including the OWASP Top 10, SQL injection, XSS, and CSRF. Use it to generate comprehensive security assessment reports on demand.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/security-test-scanner
This skill enables Claude to track and run regression tests to ensure new code changes don't break existing functionality. It helps maintain code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. Use it when you need to run regression tests or track test history using the "reg" shortcut.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/regression-test-tracker
This skill enables Claude to automate performance testing by designing and executing load, stress, spike, and endurance tests. It analyzes key metrics like response time and throughput to identify bottlenecks in CPU, memory, database, or network. The skill then provides comprehensive reports with graphs and optimization recommendations.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/performance-test-suite