Browse Skills

16146 skills found

context-engineering.md
2
1 export context-engineering
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when writing or reviewing Claude documentation (Claude.md, skills, commands, agents). Focuses on context efficiency, clarity, and preventing AI mistakes through better instructions.
2026-01-05
mq.md
2
1 export mq
2 kylesnowschwartz from "kylesnowschwartz/dotfiles"
3 This skill should be used when the user asks to "get code blocks from README", "extract links from markdown", "find all headers in this doc", "pull the table from documentation", "what code examples are in this file", or when needing specific elements (code, links, headers, tables) from large Markdown files without loading the entire file.
2026-01-05
particles-router.md
2
1 export particles-router
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Decision framework for particle system projects. Routes to specialized particle skills (gpu, physics, lifecycle) based on task requirements. Use when building particle effects or needing guidance on which particle techniques to combine.
2026-01-05
fosmvvm-fluent-datamodel-generator.md
2
1 export fosmvvm-fluent-datamodel-generator
2 foscomputerservices from "foscomputerservices/FOSUtilities"
3 Generate Fluent DataModels for FOSMVVM server-side persistence. Use when creating new database-backed entities, adding tables, or when the user mentions adding Models like Users, Ideas, Documents, etc. Uses fosmvvm-fields-generator for the Fields layer, then generates Fluent DataModel, migrations, and tests.
2026-01-05
building-neural-networks.md
2
1 export building-neural-networks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
2026-01-05
validating-performance-budgets.md
2
1 export validating-performance-budgets
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate application performance against defined budgets. It's useful for identifying performance regressions early in the development lifecycle. The skill is triggered when the user mentions "performance budget", "validate budget", "performance regression", or requests a check against performance metrics like "page load times", "bundle sizes", "API response times", or "Lighthouse scores". The plugin validates against predefined thresholds and alerts on violations. It is especially helpful in CI/CD pipelines to prevent performance degradation in production.
2026-01-05
rollback-workflow-builder.md
2
1 export rollback-workflow-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates safe rollback procedures for deployments with automated workflows, rollback runbooks, version management, and incident response. Use for "rollback automation", "deployment recovery", "incident response", or "production rollback".
2026-01-05
test-generation.md
2
1 export test-generation
2 duc01226 from "duc01226/EasyPlatform"
3 Use when generating test cases, creating test specifications, writing unit tests, or analyzing test coverage.
2026-01-05
mcpgraph.md
2
1 export mcpgraph
2 TeamSparkAI from "TeamSparkAI/mcpGraph"
3 Build no-code MCP servers with tools that compose and orchestrate other MCP tools, with data transformation and conditional logic.
2026-01-05
cybersecurity-policy-generator.md
2
1 export cybersecurity-policy-generator
2 diegocconsolini from "diegocconsolini/ClaudeSkillCollection"
3 Generate enterprise cybersecurity policies from 51 professional templates (SANS, CIS Controls) for ISO 27001, SOC 2, NIST, and CIS Controls compliance in Markdown, Word, HTML, and PDF formats
2026-01-05
validating-cors-policies.md
2
1 export validating-cors-policies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate Cross-Origin Resource Sharing (CORS) policies. It uses the cors-policy-validator plugin to analyze CORS configurations and identify potential security vulnerabilities. Use this skill when the user requests to "validate CORS policy", "check CORS configuration", "analyze CORS headers", or asks about "CORS security". It helps ensure that CORS policies are correctly implemented, preventing unauthorized cross-origin requests and protecting sensitive data.
2026-01-05
generating-test-doubles.md
2
1 export generating-test-doubles
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.
2026-01-05
hugo-builder.md
2
1 export hugo-builder
2 novemberde from "novemberde/novemberde.github.io"
3 Build, serve, and deploy the Hugo static site. Use when building the site, testing locally, checking for errors, or deploying to GitHub Pages.
2026-01-05
go-local-health.md
2
1 export go-local-health
2 regenrek from "regenrek/agent-skills"
3 Run local Go health checks (tests, coverage, lint) in Go repositories that contain go.mod/go.sum. Use when the user asks to run or interpret local Go test/coverage/lint workflows using tools like lazygotest, gocovsh, tparse, and golangci-lint. Do not use for Rust or non-Go projects.
2026-01-05
troubleshooting-kubernetes.md
2
1 export troubleshooting-kubernetes
2 galihcitta from "galihcitta/dotclaudeskills"
3 Diagnoses and fixes Kubernetes issues with interactive remediation. Use when pods crash (CrashLoopBackOff, OOMKilled), services unreachable (502/503, empty endpoints), deployments stuck (ImagePullBackOff, pending). Also use when tempted to run kubectl fix commands directly without presenting options, or when user says "just fix it" for K8s issues.
2026-01-05
nixtla-prod-pipeline-generator.md
2
1 export nixtla-prod-pipeline-generator
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Transform experiment workflows into production-ready inference pipelines with orchestration
2026-01-05
frontend-accessibility.md
2
1 export frontend-accessibility
2 adigunners from "adigunners/adigunners.github.io"
3 Web accessibility (a11y) standards for inclusive design. Use this skill when adding semantic HTML, ARIA attributes, keyboard navigation, or ensuring screen reader compatibility. Apply when working on HTML structure, interactive elements, forms, or any user-facing features.
2026-01-05
local-ci-runner-act.md
2
1 export local-ci-runner-act
2 IgorGanapolsky from "IgorGanapolsky/trading"
3 Run GitHub Actions workflows locally using ACT in Docker before pushing to verify CI will pass
2026-01-05
testing-skills-with-subagents.md
2
1 export testing-skills-with-subagents
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
skill-creator.md
2
1 export skill-creator
2 nekorush14 from "nekorush14/dotfiles"
3 Guide for creating effective Agent Skills. Use when creating a new skill (or updating an existing skill) that extends capabilities with specialized knowledge, workflows, or tool integrations. Helps with skill initialization, validation, and best practices.
2026-01-05
checking-infrastructure-compliance.md
2
1 export checking-infrastructure-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to check infrastructure compliance against industry standards such as SOC2, HIPAA, and PCI-DSS. It analyzes existing infrastructure configurations and reports on potential compliance violations. Use this skill when the user asks to assess compliance, identify security risks related to compliance, or generate reports on compliance status for SOC2, HIPAA, or PCI-DSS. Trigger terms include: "compliance check", "SOC2 compliance", "HIPAA compliance", "PCI-DSS compliance", "compliance report", "infrastructure compliance", "security audit", "assess compliance".
2026-01-05
code-review-digest-writer.md
2
1 export code-review-digest-writer
2 DiversioTeam from "DiversioTeam/agent-skills-marketplace"
3 Generates weekly code-review digest docs from PR review comments for any GitHub repository. If present, follows project-specific docs/review-digests/AGENTS.md guidelines. Use this to turn a date-bounded set of PR reviews into a structured markdown “newsletter” that captures themes, repeated issues, and concrete takeaways.
2026-01-05
qt-release.md
2
1 export qt-release
2 svetzal from "svetzal/cutiecoco"
3 Set up or troubleshoot GitHub Actions workflows for releasing cross-platform Qt applications. Use when building, signing, notarizing, or packaging Qt apps for macOS, Linux, or Windows.
2026-01-05
standards-frontend.md
2
1 export standards-frontend
2 korallis from "korallis/Amp-OS"
3 Frontend component and UI development standards for modern React/Next.js applications. Includes React 19 patterns, Tailwind CSS v4, Server Components, accessibility, and the Anthropic frontend-design aesthetic philosophy.
2026-01-05