29 published skills

DevOps Agent Skills

Skills for CI, deployment, infrastructure, observability, and release operations.

306
Skills
14
Categories
13
Repos
8
Agents

Agentcore

vercel-labs/agent-browser

DevOps

Run agent-browser on AWS Bedrock AgentCore cloud browsers. Use when the user wants to use AgentCore, run browser automation on AWS, use a cloud browser with AWS credentials, or needs a managed browser session backed by AWS infrastructure. Triggers include "use agentcore", "run on AWS", "cloud browser with AWS", "bedroc

CodexClaude
browserautomation
37,057 starsSource linked

Agent Browser

vercel-labs/agent-browser

DevOps

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button",

CodexClaude CodeClaude
testingbrowserautomationdata
37,057 starsSource linked

Core

vercel-labs/agent-browser

DevOps

Core agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multiple

CodexClaude
reacttestingbrowserautomation
37,057 starsSource linked

Deep Agents Core

langchain-ai/langchain-skills

DevOps

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

Claude
typescriptpythontesting
817 starsSource linked

LangChain Middleware

langchain-ai/langchain-skills

DevOps

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

Claude
typescriptpythondata
817 starsSource linked

LangGraph Persistence

langchain-ai/langchain-skills

DevOps

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

CodexClaude
typescriptpythontestingdata
817 starsSource linked

Push To Registry

hashicorp/agent-skills

DevOps

Push Packer build metadata to HCP Packer registry for tracking and managing image lifecycle. Use when integrating Packer builds with HCP Packer for version control and governance.

Claude CodeClaude
automationdatagithub
685 starsSource linked

Terraform Stacks

hashicorp/agent-skills

DevOps

Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public registry, or private registry sources, managing multi-region or mu

Claude CodeClaude
testingautomationgithub
685 starsSource linked

Refactor Module

hashicorp/agent-skills

DevOps

Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.

Claude CodeClaude
designtestingreviewdata
685 starsSource linked

Terraform Test

hashicorp/agent-skills

DevOps

Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test s

Claude CodeClaude
testingdatagithub
685 starsSource linked

Provider Resources

hashicorp/agent-skills

DevOps

Implement Terraform Provider resources and data sources using the Plugin Framework. Use when developing CRUD operations, schema design, state management, and acceptance testing for provider resources.

Claude CodeClaude
designtestingdatagithub
685 starsSource linked

Provider Docs

hashicorp/agent-skills

DevOps

Create, update, and review Terraform provider documentation for Terraform Registry using HashiCorp-recommended patterns, tfplugindocs templates, and schema descriptions. Use when adding or changing provider configuration, resources, data sources, ephemeral resources, list resources, functions, or guides; when validatin

Claude CodeClaude
reviewdatagithub
685 starsSource linked

Provider Actions

hashicorp/agent-skills

DevOps

Implement Terraform Provider actions using the Plugin Framework. Use when developing imperative operations that execute at lifecycle events (before/after create, update, destroy).

Claude CodeClaude
testingdatagithub
685 starsSource linked

Run Acceptance Tests

hashicorp/agent-skills

DevOps

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.

Claude CodeClaude
685 starsSource linked

Terraform Style Guide

hashicorp/agent-skills

DevOps

Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.

Claude CodeClaude
securityreviewdata
685 starsSource linked

Windows Builder

hashicorp/agent-skills

DevOps

Build Windows images with Packer using WinRM communicator and PowerShell provisioners. Use when creating Windows AMIs, Azure images, or VMware templates.

Claude CodeClaude
securitydata
685 starsSource linked

Azure Image Builder

hashicorp/agent-skills

DevOps

Build Azure managed images and Azure Compute Gallery images with Packer. Use when creating custom images for Azure VMs.

Claude CodeClaude
datagithub
685 starsSource linked

AWS AMI Builder

hashicorp/agent-skills

DevOps

Build Amazon Machine Images (AMIs) with Packer using the amazon-ebs builder. Use when creating custom AMIs for EC2 instances.

Claude CodeClaude
securitydatagithub
685 starsSource linked

Terraform Search Import

hashicorp/agent-skills

DevOps

Discover existing cloud resources using Terraform Search queries and bulk import them into Terraform management. Use when bringing unmanaged infrastructure under Terraform control, auditing cloud resources, or migrating to IaC.

Claude CodeClaude
designreview
685 starsSource linked

Azure Verified Modules

hashicorp/agent-skills

DevOps

Azure Verified Modules (AVM) requirements and best practices for developing certified Azure Terraform modules. Use when creating or reviewing Azure modules that need AVM certification.

Claude CodeClaude
testingreviewdatagithub
685 starsSource linked

Provider Test Patterns

hashicorp/agent-skills

DevOps

Terraform provider acceptance test patterns using terraform-plugin-testing with the Plugin Framework. Covers test structure, TestCase/TestStep fields, ConfigStateChecks with custom statecheck.StateCheck implementations, plan checks, CompareValue for cross-step assertions, config helpers, import testing with ImportState

Claude CodeClaude
designtestinggithub
685 starsSource linked

New Terraform Provider

hashicorp/agent-skills

DevOps

Use this when scaffolding a new Terraform provider.

Claude CodeClaude
github
685 starsSource linked

PR Comment Handler

mxyhi/ok-skills

DevOps

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

CodexClaude CodeClaude
reviewgithub
423 starsApache-2.0

Gh Pr Checks Plan Fix

mxyhi/ok-skills

DevOps

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

CodexClaude CodeClaude
pythonautomationgithubapi
423 starsApache-2.0

Activepieces

TerminalSkills/skills

DevOps

Activepieces is an opensource workflow automation platform — the newest Zapier/n8n alternative. Visual builder, 200+ integrations, code steps, branching, loops, and webhooks. Selfhosted for free with unlimited flows.

CodexClaude CodeClaude
typescriptfrontendautomationdata
71 starsApache-2.0

Act

TerminalSkills/skills

DevOps

Overview Act runs GitHub Actions workflows locally using Docker. Test and debug CI pipelines without pushing to GitHub. Supports most GitHub Actions features.

CodexClaude CodeClaude
github
71 starsApache-2.0

AI Eval in CI

TerminalSkills/skills

DevOps

Test AI agents and LLM outputs the same way you test code — automated evaluations that run in CI, compare against baselines, and fail the build when quality drops. No dashboards to check manually. Just npx eval run ci and a red or green build.

CodexClaude CodeClaude
typescriptdatagithubros
71 starsApache-2.0

AdonisJS

TerminalSkills/skills

DevOps

AdonisJS is a fullstack Node.js framework — the "Laravel of Node.js." Unlike Express/Fastify where you assemble everything from packages, AdonisJS ships with an ORM (Lucid), authentication, validation (VineJS), mailer, queues, and testing out of the box. Opinionated, TypeScriptfirst, and productionready.

CodexClaude CodeClaude
typescripttestingdataapi
71 starsApache-2.0

3proxy

TerminalSkills/skills

DevOps

Deploy 3proxy — the tiny, fast, universal proxy server supporting HTTP(S), SOCKS4/5, port forwarding, and transparent proxying in a single ~200KB binary. Ideal for lightweight proxy setups, proxy chaining, multiuser access with traffic accounting, and scenarios where a full VPN is overkill. This skill covers installati

CodexClaude CodeClaude
securitygithubros
71 starsApache-2.0

Explore Agent Skills

Browse by agent platform, skill category, or practical SKILL.md implementation guide.

Platforms

Guides