Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
containerize-aspnetcore
✓★ 36,200by github
Generate Dockerfile and .dockerignore files customized for ASP.NET Core containerization. Accepts configurable settings for .NET version, Linux distribution (Debian, Alpine, Ubuntu, Chiseled, Azure Linux), base images, ports, and environment variables Creates multi-stage Dockerfile with SDK build stage and optimized runtime stage, following Microsoft best practices for .NET containerization Generates .dockerignore file with sensible defaults (bin/, obj/, .git/, etc.) plus custom patterns,...
commit-message-storyteller
✓★ 36,200by github
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional…
deploy-to-vercel
★ 28,600by vercel
Deploy applications and websites to Vercel with automatic git integration and preview URLs. Supports three deployment paths: git-push (ideal for linked projects), direct CLI deployment, and no-auth fallback for sandboxed environments Automatically detects project state (linked via .vercel/project.json or .vercel/repo.json , git remote presence, CLI authentication) and chooses the best deployment method Handles team selection for multi-team accounts and uses --scope to deploy to the correct...
create-branch
✓★ 844by sentry
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new…
create-branch
✓★ 844by sentry
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new…
push-to-registry
✓★ 697by hashicorp
Push Packer build metadata to HCP Packer registry for image lifecycle tracking and governance. Registers build artifacts in HCP Packer with minimal overhead, storing metadata only (not actual images) and adding less than one minute to build time Supports bucket-level labels (updated per build) and immutable build-level labels (git SHA, timestamps) for version control and compliance tracking Integrates with Terraform via hcp_packer_artifact data source to query and deploy images across...
azure-verified-modules
✓★ 697by hashicorp
Certification requirements and best practices for Azure Terraform modules seeking AVM compliance. Enforces provider version constraints (azurerm >= 4.0, < 5.0; azapi >= 2.0, < 3.0) and prohibits git-based module references in favor of pinned Terraform registry sources Mandates lower snake_casing for all identifiers, precise variable types, discrete output attributes via anti-corruption layer pattern, and alphabetically ordered locals Requires feature toggle variables for new resources added...
xget
★ 70by xixu-me
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.
review-staged
✓★ 52by microsoft
Generate structured code review for staged files (git staged changes) using Claude Code agents. Provides feedback before committing to catch issues early.