Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
sqs-queue-setup
Sqs Queue Setup - Auto-activating skill for AWS Skills.
Triggers on: sqs queue setup, sqs queue setup
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
s3-lifecycle-config
S3 Lifecycle Config - Auto-activating skill for AWS Skills.
Triggers on: s3 lifecycle config, s3 lifecycle config
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
iam-policy-creator
Iam Policy Creator - Auto-activating skill for AWS Skills.
Triggers on: iam policy creator, iam policy creator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cloudformation-template-creator
Cloudformation Template Creator - Auto-activating skill for AWS Skills.
Triggers on: cloudformation template creator, cloudformation template creator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
iam-role-generator
Iam Role Generator - Auto-activating skill for AWS Skills.
Triggers on: iam role generator, iam role generator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cdk-stack-generator
Cdk Stack Generator - Auto-activating skill for AWS Skills.
Triggers on: cdk stack generator, cdk stack generator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
lambda-layer-creator
Lambda Layer Creator - Auto-activating skill for AWS Skills.
Triggers on: lambda layer creator, lambda layer creator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cost-optimization-analyzer
Cost Optimization Analyzer - Auto-activating skill for AWS Skills.
Triggers on: cost optimization analyzer, cost optimization analyzer
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vpc-network-designer
Vpc Network Designer - Auto-activating skill for AWS Skills.
Triggers on: vpc network designer, vpc network designer
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sns-topic-config
Sns Topic Config - Auto-activating skill for AWS Skills.
Triggers on: sns topic config, sns topic config
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
lambda-function-generator
Lambda Function Generator - Auto-activating skill for AWS Skills.
Triggers on: lambda function generator, lambda function generator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
eventbridge-rule-creator
Eventbridge Rule Creator - Auto-activating skill for AWS Skills.
Triggers on: eventbridge rule creator, eventbridge rule creator
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
step-functions-workflow
Step Functions Workflow - Auto-activating skill for AWS Skills.
Triggers on: step functions workflow, step functions workflow
Part of the AWS Skills skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
creating-github-issues-from-web-research
This skill enhances Claude's ability to conduct web research and translate findings into actionable GitHub issues. It automates the process of extracting key information from web search results and formatting it into a well-structured issue, ready for team action. Use this skill when you need to research a topic and create a corresponding GitHub issue for tracking, collaboration, and task management. Trigger this skill by requesting Claude to "research [topic] and create a ticket" or "find [information] and generate a GitHub issue".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
optimizing-prompts
This skill optimizes prompts for Large Language Models (LLMs) to reduce token usage, lower costs, and improve performance. It analyzes the prompt, identifies areas for simplification and redundancy removal, and rewrites the prompt to be more concise and effective. It is used when the user wants to reduce LLM costs, improve response speed, or enhance the quality of LLM outputs by optimizing the prompt. Trigger terms include "optimize prompt", "reduce LLM cost", "improve prompt performance", "rewrite prompt", "prompt optimization".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
performing-security-audits
This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards. Activates when you request "performing security audits" functionality.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-conventional-commits
Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and preparing to commit. Trigger with terms like "create commit", "generate commit message", or "write commit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
performing-security-testing
This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-testing
This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-test-reports
This skill generates comprehensive test reports with coverage metrics, trends, and stakeholder-friendly formats (HTML, PDF, JSON). It aggregates test results from various frameworks, calculates key metrics (coverage, pass rate, duration), and performs trend analysis. Use this skill when the user requests a test report, coverage analysis, failure analysis, or historical comparisons of test runs. Trigger terms include "test report", "coverage report", "testing trends", "failure analysis", and "historical test data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
validating-api-contracts
This skill validates API contracts using consumer-driven testing and OpenAPI validation. It leverages Pact for consumer-driven contract testing, ensuring that API providers adhere to the expectations of their consumers. It also validates APIs against OpenAPI specifications to guarantee compliance and identify breaking changes. Use this skill when the user asks to generate contract tests, validate API responses, check backward compatibility, or validate requests/responses using the terms "contract-test", "ct", "Pact", "OpenAPI validation", or "consumer-driven contract testing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-end-to-end-tests
This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
performance-testing
This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
orchestrating-test-workflows
This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
jeremylongshore/claude-code-plugins-plus-skills 1,803