78 published skills

DevOps Agent Skills

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

425
Skills
14
Categories
18
Repos
8
Agents

Observability And Instrumentation

addyosmani/agent-skills

DevOps

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

typescriptsecurityreviewdata
80,654 StarsMIT

CI Cd And Automation

addyosmani/agent-skills

DevOps

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

typescriptsecuritytestingreview
80,654 StarsMIT

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 multip...

CodexClaude
reacttestingbrowserautomation
39,283 StarsApache-2.0

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", "bed...

CodexClaude
browserautomation
39,283 StarsApache-2.0

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 butto...

CodexClaude CodeClaude
testingbrowserautomationdata
39,283 StarsApache-2.0

Netlify CLI And Deploy

openai/plugins

DevOps

Guide for using the Netlify CLI and deploying sites. Use when installing the CLI, linking sites, deploying (Git-based or manual), managing environment variables, or running local development. Covers netlify dev, netlify deploy, Git vs non-Git workflows, and environment variable management.

Codex
typescriptreactreviewbrowser
4,754 StarsApache-2.0

Netlify Forms

openai/plugins

DevOps

Guide for using Netlify Forms for HTML form handling. Use when adding contact forms, feedback forms, file upload forms, or any form that should be collected by Netlify. Covers the data-netlify attribute, spam filtering, AJAX submissions, file uploads, notifications, and the submissions API.

Codex
javascriptreactbrowserdata
4,754 StarsApache-2.0

Netlify AI Gateway

openai/plugins

DevOps

Guide for using Netlify AI Gateway to access AI models. Use when adding AI capabilities or selecting/changing AI models. Must be read before choosing a model. Covers supported providers (OpenAI, Anthropic, Google), SDK setup, environment variables, and the list of available models.

Claude
typescript
4,754 StarsApache-2.0

Netlify Config

openai/plugins

DevOps

Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, or any site-level configuration. Covers the complete netlify.toml syntax including redirects with splats/conditions, headers, deploy contexts, functions config, and edg...

Codex
review
4,754 StarsApache-2.0

Netlify Identity

openai/plugins

DevOps

Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.

Codex
typescriptreactreviewbrowser
4,754 StarsApache-2.0

Netlify Caching

openai/plugins

DevOps

Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache purge, or understanding Netlify's CDN caching behavior. Covers Cache-Control, Netlify-CDN-Cache-Control, cache tags, durable cache, and framework-specific caching patterns.

Codex
typescriptreviewbrowser
4,754 StarsApache-2.0

Netlify Blobs

openai/plugins

DevOps

Guide for using Netlify Blobs object storage. Use when storing files, images, documents, or simple key-value data without a full database. Covers getStore(), CRUD operations, metadata, listing, deploy-scoped vs site-scoped stores, and local development.

Codex
typescriptdocumentsdata
4,754 StarsApache-2.0

Netlify Deploy

openai/plugins

DevOps

Deploy projects to Netlify with the Netlify CLI. Use when the user wants to link a repo, validate deploy settings, run a deploy, or choose between preview and production flows.

Codex
reacttestingreviewbrowser
4,754 StarsApache-2.0

Netlify Edge Functions

openai/plugins

DevOps

Guide for writing Netlify Edge Functions. Use when building middleware, geolocation-based logic, request/response manipulation, authentication checks, A/B testing, or any low-latency edge compute. Covers Deno runtime, context.next() middleware pattern, geolocation, and when to choose edge vs serverless.

Codex
typescripttestingdata
4,754 StarsApache-2.0

Netlify Image Cdn

openai/plugins

DevOps

Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, setting up user-uploaded image pipelines, or configuring image transformations. Covers the /.netlify/images endpoint, query parameters, remote image allowlisting, clean UR...

Codex
browser
4,754 StarsApache-2.0

Netlify Functions

openai/plugins

DevOps

Guide for writing Netlify serverless functions. Use when creating API endpoints, background processing, scheduled tasks, or any server-side logic using Netlify Functions. Covers modern syntax (default export + Config), TypeScript, path routing, background functions, scheduled functions, streaming, and method routing.

Codex
typescriptreactdata
4,754 StarsApache-2.0

Netlify Frameworks

openai/plugins

DevOps

Guide for deploying web frameworks on Netlify. Use when setting up a framework project (Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, Remix) for Netlify deployment, configuring adapters or plugins, or troubleshooting framework-specific Netlify integration. Covers what Netlify needs from each framework...

Codex
reactnextjsdeployment
4,754 StarsApache-2.0

Wrangler

cloudflare/skills

DevOps

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre...

typescriptfrontendsecuritytesting
2,491 StarsApache-2.0

Turnstile Spin

cloudflare/skills

DevOps

Set up Cloudflare Turnstile end-to-end in a project. Scan the codebase, create the widget via the Cloudflare API, embed it where user requests need bot verification (form submissions, SPA actions, API endpoints, download links, comment or vote submissions, etc.), wire canonical server-side siteverify in the customer...

Claude
pythonfrontendbrowserdata
2,491 StarsApache-2.0

Cloudflare Email Service

cloudflare/skills

DevOps

Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/D...

Claude CodeClaudeGitHub Copilot
typescriptpythontestingmarketing
2,491 StarsApache-2.0

Cloudflare One Migrations

cloudflare/skills

DevOps

Plans migrations from Zscaler ZIA/ZPA, Palo Alto, legacy VPN, SWG, or SASE stacks to Cloudflare One. Use for migration assessments, policy mapping, rollout plans, and parity/gap analysis.

securityreviewbrowserautomation
2,491 StarsApache-2.0

Cloudflare One

cloudflare/skills

DevOps

Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product...

securityreviewbrowserdata
2,491 StarsApache-2.0

Cloudflare

cloudflare/skills

DevOps

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retriev...

securitybrowserautomationdata
2,491 StarsApache-2.0

Agents SDK

cloudflare/skills

DevOps

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues,...

typescriptreactbrowserautomation
2,491 StarsApache-2.0

Durable Objects

cloudflare/skills

DevOps

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases t...

typescripttestingreviewdata
2,491 StarsApache-2.0

Sandbox SDK

cloudflare/skills

DevOps

Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs o...

typescriptjavascriptpythonreview
2,491 StarsApache-2.0

Workers Best Practices

cloudflare/skills

DevOps

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from C...

securityreviewdatapostgres
2,491 StarsApache-2.0

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
1,009 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
1,009 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
1,009 StarsSource linked

Experience UI Bundle Deploy

forcedotcom/sf-skills

DevOps

MUST activate when the project contains a uiBundles/*/src/ directory or sfdx-project.json and the task involves deploying, pushing to an org, or post-deploy setup. Use this skill when deploying a UI bundle app to a Salesforce org. Covers the full deployment sequence: org authentication, pre-deploy build, metadata de...

datadeployment
760 StarsApache-2.0

Commerce B2b Open Code Components Replace

forcedotcom/sf-skills

DevOps

Replace OOTB (out-of-the-box) B2B Commerce components with open source equivalents in site metadata content.json files, or look up the equivalent open code `site:` component for OOTB definitions. Use when users mention "replace OOTB components", "replace commerce components with open code", "swap OOTB for open sourc...

datadeployment
760 StarsApache-2.0

Platform Metadata Deploy

forcedotcom/sf-skills

DevOps

Salesforce DevOps automation using sf CLI v2. TRIGGER when: user deploys metadata, creates/manages scratch orgs or sandboxes, sets up CI/CD pipelines, or troubleshoots deployment errors with sf project deploy. DO NOT TRIGGER when: writing Apex code (use platform-apex-generate), building LWC components (use experienc...

testingreviewautomationdata
760 StarsApache-2.0

Platform Custom Lightning Type Generate

forcedotcom/sf-skills

DevOps

Use this skill when users need to create Custom Lightning Types (CLTs) for Einstein Agent actions or structured input/output schemas. Trigger when users mention CLT, Custom Lightning Types, JSON schemas for agents, type definitions, lightning__objectType, or editor/renderer configurations. For widget renditions that...

GitHub Copilot
datadeployment
760 StarsApache-2.0

Platform Value Set Generate

forcedotcom/sf-skills

DevOps

Use this skill when users need to create, generate, or validate a Salesforce global value set or customize a standard value set. Trigger when users mention a global value set, GlobalValueSet, standard value set, StandardValueSet, a reusable picklist, a picklist value set shared across fields, or customizing standard...

datadeployment
760 StarsApache-2.0

Dx Devops Test Failures Analyze

forcedotcom/sf-skills

DevOps

Analyzes DevOps Center test failures and Code Analyzer violations in plain language — failure category, offending file/class/method/line, rule violated, fix direction, and prioritized improvement suggestions (test-code vs production-code) — then optionally creates a tracked fix WorkItem on explicit request. Analysis...

datadevops
760 StarsApache-2.0

Dx Devops Test Suite Run

forcedotcom/sf-skills

DevOps

Runs DevOps Center test suites on a pipeline stage (Pre-Promote, Post-Promote, or Review event) end to end: triggers async execution via the Connect API after an explicit confirmation gate, then polls by runId at provider-specific intervals until it completes, fails, or times out, and hands results to failure analys...

testingreviewdatadevops
760 StarsApache-2.0

Dx Devops Test Suite Assignments Configure

forcedotcom/sf-skills

DevOps

Recommends and manages DevOps Center test suite assignments for pipeline stages. Mode A analyzes a commit diff against assigned suite metadata to recommend relevant existing suites and flag coverage gaps (pure reasoning). Modes B-D assign a single suite, bulk-map multiple suites with a mandatory impact preview, or a...

testingreviewdatadevops
760 StarsApache-2.0

Agentforce Test

forcedotcom/sf-skills

DevOps

Write, run, and analyze structured test suites for Agentforce agents. TRIGGER when: user writes or modifies test spec YAML (AiEvaluationDefinition); runs sf agent test create, run, run-eval, or results commands; asks about test coverage strategy, metric selection, or custom evaluations; interprets test results or di...

Claude
pythontestingreviewdata
760 StarsApache-2.0

Platform Tracing Agentforce Configure

forcedotcom/sf-skills

DevOps

Generate AgentforcePlatformTracingSettings metadata to enable or disable Agentforce agent execution trace spans flowing to Data Cloud. Use this skill for any AgentforcePlatformTracingSettings metadata work. TRIGGER when: user mentions Agentforce tracing, agent trace spans, Data Cloud tracing, AgentforcePlatformTraci...

data
760 StarsApache-2.0

Data360 Code Extension Generate

forcedotcom/sf-skills

DevOps

Develop and deploy Data Cloud Code Extensions using SF CLI plugin. Use this skill when creating custom Python transformations for Data Cloud, deploying code extensions, or testing data transformations. Supports init, run, scan, and deploy operations.

pythonsecuritytestingreview
760 StarsApache-2.0

Omnistudio Datapacks Deploy

forcedotcom/sf-skills

DevOps

Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/packRetry/packExport/packGetDiffs), sets up DataPack CI/CD pipelines, or troubleshoots DataPack migration errors. DO NOT TRIGGER when: deplo...

automationdatadeployment
760 StarsApache-2.0

Omnistudio Omniscript Generate

forcedotcom/sf-skills

DevOps

OmniStudio OmniScript creation and validation with 120-point scoring. Use when building guided digital experiences, multi-step forms, or interactive processes that orchestrate Integration Procedures and Data Mappers. TRIGGER when: user creates OmniScripts, designs step flows, configures element types, or reviews exi...

securitytestingreviewdata
760 StarsApache-2.0

Omnistudio Epc Catalog Generate

forcedotcom/sf-skills

DevOps

Salesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product...

Cursor
reviewdatadeployment
760 StarsApache-2.0

Dx Devops Test Pipeline Configure

forcedotcom/sf-skills

DevOps

Configures DevOps Center pipeline testing infrastructure: enables a test provider so its suites become available, re-syncs a configured provider to pull in new suites, or creates a quality gate with rules on a stage. Routes by intent across three modes after running shared prerequisite checks and an explicit confirm...

testingreviewdatadevops
760 StarsApache-2.0

Integration Eventing Subscription Configure

forcedotcom/sf-skills

DevOps

Create, read, update, and delete ManagedEventSubscription metadata in Salesforce. Use this skill for any work involving managed event subscriptions, platform event subscriptions, event channel subscribers, or .managedEventSubscription-meta.xml files. TRIGGER when: user asks to subscribe to a platform event, create a...

automationdatadeployment
760 StarsApache-2.0

Agentforce Observe

forcedotcom/sf-skills

DevOps

Analyze production Agentforce agent behavior using session traces and Data Cloud. TRIGGER when: user queries STDM session data or Data Cloud trace records; investigates production agent failures, regressions, or performance issues; asks about session traces, conversation logs, or agent metrics; wants to reproduce a...

Claude
pythontestingreviewdata
760 StarsApache-2.0

Platform Dataspace Access Configure

forcedotcom/sf-skills

DevOps

Use this skill to configure Salesforce Data Cloud DataSpace access for permission sets. Grants dataspace-level access via MDAPI PermissionSet XML with dataspaceScopes elements, and optionally grants object-level access to specific DMO, DLO, or CIO objects via the Object Access Grants Connect API. TRIGGER when: user...

reviewdatadeployment
760 StarsApache-2.0

Dx Devops Work Item Manage

forcedotcom/sf-skills

DevOps

Use this skill to manage the full lifecycle of DevOps Center work items — list, create, update, commit changes, perform status transitions, and create pull requests. Update fields like subject, description, and status. Commit and push code changes to work item branches. Create pull requests for work item branches vi...

reviewdevopsgithubdeployment
760 StarsApache-2.0

Platform Metadata Retrieve

forcedotcom/sf-skills

DevOps

ALWAYS USE THIS SKILL to retrieve metadata from an org to your local project using the sf project retrieve start command. Supports multiple retrieval modes: retrieve all remote changes, retrieve by source directory, retrieve by metadata type with wildcards, retrieve by manifest (package.xml), or retrieve by package...

reviewdata
760 StarsApache-2.0

Platform Widget Generate

forcedotcom/sf-skills

DevOps

Use this skill to author a complete HXL WidgetBundle (UEM body + schema.json + -meta.xml). TRIGGER when: user asks for a widget, mosaic, fragment, card, or rich UI surface for any subject, domain, feature, or entity noun; the prompt names only an entity or data shape without invoking Lightning Types, CLTs, or Apex-b...

reviewdatadeployment
760 StarsApache-2.0

Platform Tracing Configure

forcedotcom/sf-skills

DevOps

Generate EventSettings metadata to enable or disable Platform Tracing (TraceSpanEvent publishing) in Event Monitoring. Use this skill for any EventSettings enablePlatformTracing metadata work. TRIGGER when: user mentions Platform Tracing, TraceSpanEvent, enable tracing in Event Monitoring Settings, event monitoring...

data
760 StarsApache-2.0

Omnistudio Integration Procedure Generate

forcedotcom/sf-skills

DevOps

OmniStudio Integration Procedure creation and validation with 110-point scoring. Use this skill when building server-side process orchestrations that combine Data Mapper actions, Apex Remote Actions, HTTP callouts, and conditional logic. TRIGGER when: user creates Integration Procedures, adds Data Mapper steps, conf...

securitytestingreviewdata
760 StarsApache-2.0

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
762 StarsMPL-2.0

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
762 StarsMPL-2.0

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
762 StarsMPL-2.0

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
762 StarsMPL-2.0

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
762 StarsMPL-2.0

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
762 StarsMPL-2.0

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
762 StarsMPL-2.0

Explore Agent Skills

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

Platforms

Guides