102 published skills

DevOps Agent Skills

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

436
Skills
14
Categories
19
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
89,319 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
89,319 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
41,207 StarsApache-2.0

Protected Vercel Deployments

vercel-labs/agent-browser

DevOps

Access and test Vercel deployments protected by Vercel Authentication, SSO, or Deployment Protection with agent-browser. Use when a preview or production URL redirects to a Vercel login page, returns a protection 401 or 403, or needs short-lived Trusted Sources OIDC authentication instead of a static bypass secret o...

securityreviewbrowserautomation
41,207 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
41,207 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
41,207 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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
5,188 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,708 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,708 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,708 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,708 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,708 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,708 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,708 StarsApache-2.0

Sandbox Migrate To Next

cloudflare/skills

DevOps

Use when porting a Cloudflare Sandbox app from stable @cloudflare/sandbox to @cloudflare/sandbox@next (Sandbox SDK 1.0 preview), or when the user asks to migrate or upgrade to Sandbox 1.0 / @next. Not for day-to-day stable work (sandbox-stable) or new @next apps (sandbox-next).

Cursor
pythonreview
2,708 StarsApache-2.0

Sandbox Next

cloudflare/skills

DevOps

Use when building or changing Cloudflare Sandbox apps on @cloudflare/sandbox@next (Sandbox SDK 1.0 preview)—code execution, AI runners, interpreters, CI-like jobs, terminals, files, mounts, tunnels, preview URLs, lifecycle, or errors. Not for the default stable package (use sandbox-stable) or for porting stable to @...

pythonreviewbrowsergithub
2,708 StarsApache-2.0

Sandbox Stable

cloudflare/skills

DevOps

Use when building or changing Cloudflare Sandbox apps on the current stable @cloudflare/sandbox package (default npm tag)—commands, sessions, files, ports, tunnels, terminals, bridge, production, or deprecated-API cleanup while staying on stable. Not for @cloudflare/sandbox@next (use sandbox-next) or for porting to...

pythonreviewbrowsergithub
2,708 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,708 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,708 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,529 StarsApache-2.0

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

Service Digital Engagement Channel Configure

forcedotcom/sf-skills

DevOps

Configures and deploys enhanced chat Messaging Channels for Messaging for In-App and Web (MIAW). Use when the user needs to create, deploy, and activate a messaging channel configured with Omni-Channel Flow, Omni-Channel Queue, User, or Agentforce Service Agent routing. Generates MessagingChannel metadata, deploys i...

automationdatadeployment
908 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
908 StarsApache-2.0

Platform Deploy Validate

forcedotcom/sf-skills

DevOps

Validate Salesforce metadata before deploying. TRIGGER when the user asks to validate a deploy, do a dry-run, check before deploying, or targets a Production org for any deploy operation. Routes prod targets to `sf project deploy validate` (returns a 10-day quick-deploy job ID) and sandbox/scratch targets to `sf pro...

datadeployment
908 StarsApache-2.0

Platform Destructive Deploy

forcedotcom/sf-skills

DevOps

Execute the destructiveChanges.xml delete-and-deploy workflow against a Salesforce org. TRIGGER when the user asks to delete/remove a custom object, field, Apex class, flow, or any metadata component FROM an org, or to perform a 'destructive deploy' / removal as part of a release. Validates first and gates productio...

data
908 StarsApache-2.0

Dx Devops Promote

forcedotcom/sf-skills

DevOps

Use this skill to drive the full DevOps Center promotion workflow for work items and pipeline stages — validate preconditions, prepare work items, optionally combine work items that share metadata, promote one or more work items or an entire stage to a target pipeline stage, and complete the promotion to finalize th...

datadevopsdeployment
908 StarsApache-2.0

Service Digital Engagement Messaging Site Integrate

forcedotcom/sf-skills

DevOps

Integrates a Messaging for In-App and Web (MIAW) Embedded Messaging chat widget into an Experience Cloud site by patching the site's LWR or Aura page bundle, deploying, publishing, and verifying guest access. Use when the user wants to embed messaging on an Experience site, add a chat widget to a community, place th...

javascriptdatadeployment
908 StarsApache-2.0

Experience UI Bundle Deploy

forcedotcom/sf-skills

DevOps

MUST activate when the project has a uiBundles/*/src/ directory and the task involves deploying to an org or post-deploy org setup. Deploys a UI bundle app and runs ordered setup: org auth, build, metadata deploy, permission-set and role assignment, Experience Cloud self-registration, social login / SSO / IDP linkin...

datadeployment
908 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
908 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
908 StarsApache-2.0

Experience UI Bundle 2gp Deploy

forcedotcom/sf-skills

DevOps

MUST activate when the user wants to package, distribute, or install/upgrade/uninstall/promote a UI Bundle as a Salesforce second-generation (2GP) package (project may contain uiBundles/ or sfdx-project.json for packaging tasks; install/upgrade tasks may lack local bundle files). Handles making a bundle packageable,...

reactsecuritydata
908 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
908 StarsApache-2.0

Platform Quick Deploy

forcedotcom/sf-skills

DevOps

Deploy validated metadata to a Production Salesforce org without re-running tests. TRIGGER when the user wants to deploy to production, says 'quick deploy', 'promote', 'ship to prod', or has just validated and wants to push the change live. REQUIRES a recent `sf project deploy validate` job ID (≤10 days old, ≤3 days...

datadeployment
908 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
908 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
908 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
908 StarsApache-2.0

Service Concierge Portal Generate

forcedotcom/sf-skills

DevOps

Deploys an Agentforce Concierge portal on an LWR Experience Cloud site: provisions the site, configures Concierge components, sets up branding, wires the agent, enables guest access, and publishes. Use when the user wants to stand up a Help Portal / Agentforce Concierge portal — standalone or as the channel step in...

Claude
datadeployment
908 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
908 StarsApache-2.0

Service Itsm Agentic Setup Cmdb Bundle Deploy

forcedotcom/sf-skills

DevOps

Deploy (install) the CMDB Foundation base content bundle in Service Cloud ITSM against a production or sandbox org, after the CMDB feature is enabled. Use when the user asks to install the CMDB bundle, deploy CMDB Foundation, set up the CMDB base content, install CMDB out-of-the-box content, or finish CMDB setup wit...

data
908 StarsApache-2.0

Service Agentforce Channel Configure

forcedotcom/sf-skills

DevOps

Wires an existing, active Agentforce agent to a channel by resolving a fallback queue, setting up inbound routing (either PATCH SessionHandlerId on the MessagingChannel, or an inbound RoutingFlow for Voice/Email), and optionally configuring outbound escalation. Use when the user wants to add a channel to an existing...

GitHub Copilot
pythonreviewdatadeployment
908 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
908 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
908 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
908 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
908 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
908 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
908 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
908 StarsApache-2.0

Explore Agent Skills

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

Platforms

Guides