Browse Skills

44969 skills found

creating-quality-gates.md
2
1 export creating-quality-gates
2 cipherstash from "cipherstash/cipherpowers"
3 Establish workflow boundary checklists with clear pass/fail criteria and escalation procedures
2026-01-05
generating-orm-code.md
2
1 export generating-orm-code
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma, Sequelize, SQLAlchemy, Django ORM, Entity Framework, and Hibernate. Use this skill when the user mentions terms like "ORM model", "database schema", "generate entities", "create migrations", or specifies a particular ORM framework like "TypeORM entities" or "SQLAlchemy models". It facilitates both database-to-code and code-to-database schema generation.
2026-01-05
jira-ticket-creator.md
2
1 export jira-ticket-creator
2 openshift-hyperfleet from "openshift-hyperfleet/hyperfleet-claude-plugins"
3 Creates well-structured JIRA tickets in the HYPERFLEET project with required fields including What/Why/Acceptance Criteria, story points, and activity type. Activates when users ask to create a ticket, story, task, or epic.
2026-01-05
managing-deployment-rollbacks.md
2
1 export managing-deployment-rollbacks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages and executes deployment rollbacks with safety checks. It helps ensure smooth recovery from failed deployments by automating the rollback process. Use this skill when a deployment has issues, such as errors, performance degradation, or unexpected behavior. The skill is triggered by requests to "rollback deployment", "revert to previous version", or similar phrases related to deployment recovery. It prioritizes safe rollback procedures and provides options for verification.
2026-01-05
optimizing-queries.md
2
1 export optimizing-queries
2 galihcitta from "galihcitta/dotclaudeskills"
3 Analyzes and optimizes SQL/NoSQL queries for performance. Use when reviewing query performance, optimizing slow queries, analyzing EXPLAIN output, suggesting indexes, identifying N+1 problems, recommending query rewrites, or improving database access patterns. Supports PostgreSQL, MySQL, SQLite, MongoDB, Redis, DynamoDB, and Elasticsearch.
2026-01-05
fullstory-user-consent.md
2
1 export fullstory-user-consent
2 fullstorydev from "fullstorydev/fs-skills"
3 Comprehensive guide for implementing Fullstory's User Consent API for web applications. Teaches proper consent flow implementation, selective capture modes, GDPR/CCPA compliance patterns, and cookie consent integration. Includes detailed good/bad examples for consent banners, preference centers, and privacy-conscious recording to help developers implement privacy-compliant session recording.
2026-01-05
gmailarchiver-patterns.md
2
1 export gmailarchiver-patterns
2 tumma72 from "tumma72/GMailArchiver"
3 GMailArchiver architecture, layer patterns, and component design. Use when working with cli, core, data, connectors, or shared layers, or understanding component dependencies. Triggers on: architecture, layer, pattern, component, cli layer, core layer, data layer, SOLID, dependency, contract.
2026-01-05
conventional-commits.md
2
1 export conventional-commits
2 dashed from "dashed/claude-marketplace"
3 Format git commit messages following Conventional Commits 1.0.0 specification. Use when the user asks to commit changes, create a git commit, or mentions committing code. Ensures consistent, semantic commit messages that support automated changelog generation and semantic versioning.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Implements scientific method for debugging with root cause analysis.
2026-01-05
angular-api-service.md
2
1 export angular-api-service
2 duc01226 from "duc01226/EasyPlatform"
3 Use when creating API services for backend communication with proper patterns for caching, error handling, and type safety.
2026-01-05
merge-pr.md
2
1 export merge-pr
2 sakuro from "sakuro/dotfiles"
3 Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.
2026-01-05
monorepo-ci-optimizer.md
2
1 export monorepo-ci-optimizer
2 patricio0312rev from "patricio0312rev/skillset"
3 Optimizes CI pipelines for monorepos by detecting affected packages/apps and running only necessary builds and tests. Includes Turborepo/Nx strategies, caching, and parallel execution. Use for "monorepo CI", "affected detection", "incremental builds", or "workspace optimization".
2026-01-05
dspy-bootstrap-fewshot.md
2
1 export dspy-bootstrap-fewshot
2 OmidZamani from "OmidZamani/dspy-skills"
3 Auto-generate high-quality few-shot examples using teacher models in DSPy
2026-01-05
gitwhat.md
2
1 export gitwhat
2 regenrek from "regenrek/agent-skills"
3 Concise git workspace snapshot for the current directory. Use when asked to show current branch, cwd, repo root, whether the current directory is a worktree, local dirty status, or whether other worktrees have uncommitted changes.
2026-01-05
collecting-infrastructure-metrics.md
2
1 export collecting-infrastructure-metrics
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. It is triggered when the user requests "collect infrastructure metrics", "monitor server performance", "set up performance dashboards", or needs to analyze system resource utilization. The skill configures metrics collection, sets up aggregation, and helps create infrastructure dashboards for health monitoring and capacity tracking. It supports configuration for Prometheus, Datadog, and CloudWatch.
2026-01-05
deployment-environments-gha.md
2
1 export deployment-environments-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の environments 設計、承認フロー、シークレット運用を体系化するスキル。複数環境の保護ルールと段階的デプロイを整理する。Anchors:• Release It! / 適用: 環境分離 / 目的: 本番保護• GitHub Actions / 適用: environments と approval / 目的: 標準的な運用設計• The Pragmatic Programmer / 適用: 自動化 / 目的: 手順の一貫性Trigger:Use when setting up multi-environment deployments, approval gates, protection rules, or environment-specific secrets in GitHub Actions.github actions environments, approval workflow, deployment gates, environment secrets
2026-01-05
standards-global.md
2
1 export standards-global
2 korallis from "korallis/Amp-OS"
3 Global coding conventions and best practices for modern full-stack TypeScript development. Load when implementing any code to ensure consistent naming, error handling, file organization, type safety, and code style across the entire codebase.
2026-01-05
global-tech-stack.md
2
1 export global-tech-stack
2 adigunners from "adigunners/adigunners.github.io"
3 Standards for this static HTML/CSS/JavaScript project. Use this skill when working with vanilla JavaScript modules, HTML templates, CSS stylesheets, Node.js tooling scripts, or package.json configuration. Apply when editing .html files, .js files in js/ directory, css/styles.css, package.json scripts, or configuring Prettier/Lighthouse/markdownlint tooling.
2026-01-05
lcp-go-lcpd.md
2
1 export lcp-go-lcpd
2 YusukeShimizu from "YusukeShimizu/lightning-compute-protocol"
3 Develop the go-lcpd daemon/tools (Go). Follow repo principles (robustness, TDD, lint) and validate with make test/lint/gen.
2026-01-05
configuring-load-balancers.md
2
1 export configuring-load-balancers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setup HAProxy", or mentions specific load balancer types like "ALB" or "NLB". It's ideal for DevOps tasks, infrastructure automation, and generating load balancer configurations for different environments.
2026-01-05
dispatching-parallel-agents.md
2
1 export dispatching-parallel-agents
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
2026-01-05
seo-optimizer.md
2
1 export seo-optimizer
2 novemberde from "novemberde/novemberde.github.io"
3 Optimize blog posts for search engines and improve discoverability. Use when improving SEO, analyzing keywords, or enhancing post visibility.
2026-01-05
resize-image.md
2
1 export resize-image
2 ponderingBGI from "ponderingBGI/openjammer"
3 Resize images using ImageMagick when they are too large to view or process. Use this skill when you encounter an image file that exceeds token limits, is too large to read, or when you need to create a smaller version of an image for viewing.
2026-01-05
smart-contract.md
2
1 export smart-contract
2 rocky2431 from "rocky2431/ultra-builder-pro"
3 Multi-chain smart contract development skill for Ethereum, Solana, and Move-based chains.This skill should be used when: writing smart contracts (ERC20/ERC721/ERC1155/esToken/custom),auditing contract security vulnerabilities, generating Foundry test cases, optimizing gas usage,or automating deployment workflows. Triggers on queries like "write a contract", "audit this contract","generate tests", "optimize gas", or "deploy contract".
2026-01-05