Operating system and shell scripting troubleshooting workflow for Linux, macOS, and Windows. Covers bash scripting, system administration, debugging, and automation.
OSDU QA Testing - Environment management, API test execution, failure analysis, and report generation.
Public-records OSINT investigation framework — SEC EDGAR filings, USAspending contracts, Senate lobbying, OFAC sanctions, ICIJ offshore leaks, NYC property records (ACRIS),…
Turn one open-source release/topic into platform-tailored posts and publish them through a gated, auditable path.
Apply Elinor Ostrom's 8 design principles for governing commons to software architecture and AI agent coordination systems.
Expert guidance for configuring and deploying the OpenTelemetry Collector. Use when setting up a Collector pipeline, configuring receivers, exporters, or processors, deploying a…
Designs OpenTelemetry Collector pipeline configurations with receivers (otlp, prometheus, filelog), processors (batch, attributes, tail_sampling), and exporters (otlphttp, jaeger,…
OpenTelemetry Transformation Language (OTTL) expert. Use when writing or debugging OTTL expressions for any OpenTelemetry Collector component that supports OTTL (processors,…
Deno 2 runtime: built-in TypeScript, permission model, deno.json config, npm compatibility, standard library, Deno KV, Deno Deploy edge runtime, Fresh framework islands…
Use when implementing or troubleshooting Salesforce Outbound Messages — the workflow-triggered SOAP notification mechanism that pushes record field values to an external HTTPS…
Use when Salesforce must POST a webhook to a third-party endpoint after a record change — with signed payloads, retries, dead-lettering, rate limits, and idempotency.
Implémentation du pattern Outbox et Saga pour garantir la cohérence transactionnelle dans les architectures microservices.
Use when you need to publish a message to Kafka / RabbitMQ / SNS atomically with a database commit, when fixing the dual-write hazard between DB and broker, deciding between…
Hookdeck Outpost — open-source infrastructure for sending webhooks and events to user-preferred destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka).
Create offline evaluation tests for Output SDK workflows using @outputai/evals. Use when implementing test evaluators with verify(), creating dataset YAML files, building eval…
Create test scenario JSON files for Output SDK workflows. Use when creating test inputs, documenting expected behaviors, or setting up workflow testing.
Create .md skill files for Output framework's lazy-loaded instruction system. Use when adding skills to prompts, configuring skill loading, or debugging skill resolution.
Verify Output SDK development services are running. Use when debugging workflows, starting development, encountering connection errors, services may be down, or when you see…
Execute an Output SDK workflow synchronously and wait for the result. Use when running a workflow and needing immediate results, testing workflow execution, or getting the output…
List Output SDK workflow execution history. Use when finding failed runs, reviewing past executions, identifying workflow IDs for debugging, filtering runs by workflow type, or…
Analyze Output SDK workflow execution traces. Use when debugging a specific workflow, examining step failures, analyzing input/output data, understanding execution flow, or when…
Project-specific implementation skill for the Ovčina Bot — a Telegram + WhatsApp bot (Rulemaster + LoreMaster) with tool_use agent loop, rule editing, and logistics integration.
Ověří správnost matematických příkladů jejich převedením do Pythonu (sympy) a spuštěním v Dockeru. Použij když uživatel chce ověřit, zkontrolovat, validovat nebo verifikovat…
Write technical Q&A responses as markdown files to Claude Overflow. Use for programming questions, code explanations, debugging help, API usage.
For domain-specific languages: operator overloading, make Python look like math/domain notation, expression builders.
Automates software development overnight using git hooks to enforce test-driven Use when appropriate context detected.
Review OVHcloud IAM policies for overly permissive allow rules, missing deny blocks, unscoped URNs, absent condition blocks (IP CIDR, resource tag, expiration), and identity-group…
Review and advise on OVHcloud Managed Kubernetes (MCK) cluster lifecycle, node pool sizing, autoscaling configuration, version upgrade planning, workload placement via taints and…
Classify incoming OVHcloud requests by domain and route to the narrowest qualified specialist agent. Use when the user's task spans or is unclear across IAM, FinOps, Kubernetes,…
Generuje module.ui.tsx dla modułu OwnHome — stateless komponenty React z shadcn/ui (Radix UI primitives), wywołaniami fetch do REST API, obsługą formularzy przez react-hook-form +…
Use for OZM-governed agent-native, multi-agent, memory, MCP/tool, control-plane, operator-shell, or agent framework work that needs runtime-real evidence, user-agent parity, tool…
Use for OZM-managed API contract, endpoint, request/response, schema, negative behavior, compatibility, or contract test work.
Use for OZM-managed deployment, release, rollback, environment promotion, infrastructure command, CI/CD, or runtime rollout work.
Use when an OZM-governed work packet depends on secrets, providers, browsers, deployments, project environment entrypoints, orchestrators, local runtimes, or remote services and…
Write or revise a scheduling-only implementation plan from approved requirements, approved architecture, output documentation, and code, pulling any concrete code examples…
Provides MySQL database coding standards including table creation, SQL statements, indexing, and ORM mapping rules.
Generate a complete OAF-compliant agent package from an Agent Case (requirements) and Agent Design (architecture).
Package Json Manager - Auto-activating skill for DevOps Basics. Triggers on: package json manager, package json manager Part of the DevOps Basics skill category.
Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands.
Track which stacks across a Pulumi organization use a specific package and at what versions. Use for cross-stack audits, identifying outdated or unmaintained package versions…
Validate .NET package surfaces for F# and C# libraries with project metadata, dotnet pack, local package smoke checks, semantic versioning, and release-boundary guidance.
Validate, package, inspect, or distribute a .skill file or skill folder. Triggers: "package my skill", "create a .skill file", "zip my skill folder", "validate before upload",…
Consumer-driven contract testing with Pact framework. Generate consumer contracts, configure Pact Broker publishing, execute provider verification, detect breaking changes, and…
Receive and verify Paddle webhooks. Use when setting up Paddle webhook handlers, debugging signature verification, or handling subscription events like subscription.created,…
Garante que todo o código Laravel (Controllers, Models, Migrations) siga a nomenclatura em português e as convenções de código do usuário.
智能网页抓取器(HTTP + Puppeteer)。统一使用 Sync Your Cookie 格式管理 cookie,支持 Cloudflare KV 自动同步。
Create maintainable and reusable Page Object Models (POMs) for Playwright tests. Generates TypeScript classes that encapsulate page-specific locators and actions, following the…
page-speed-* library development patterns. Use when creating or modifying @page-speed/* packages (blocks, router, forms, img, video, skins, maps, icon, lightbox, pdf-viewer,…
Use when designing page hierarchies, page templates, layout zones, or sitemap structures. Covers page sets, template inheritance, component zones, and page tree APIs for headless…
Automatically links PagerDuty incidents to relevant runbooks using the PagerDuty Events API v2 and service directory.
Use when making engineering decisions across ideation, design, development, testing, release, operations, or maintenance
Specialist in search term analysis, negative keyword architecture, and query-to-intent mapping. Turns raw search query data into actionable optimizations that eliminate waste and…
Keep notebooks synchronized with `.py` or `.md` representations so version control, review, and refactoring can happen outside bulky notebook JSON.
Systematic debugging and root cause analysis using PAL MCP. Use for complex bugs, mysterious errors, race conditions, memory leaks, and integration problems.
Configure CI/CD pipelines for Palantir Foundry integrations with GitHub Actions. Use when setting up automated testing, running transforms validation, or integrating Foundry SDK…
Diagnose and fix Palantir Foundry common errors and API exceptions. Use when encountering Foundry errors, debugging failed API calls, or troubleshooting transform build failures.
Build Palantir Foundry data pipelines using Python transforms. Use when creating ETL pipelines, writing @transform decorators, or building dataset-to-dataset processing in…
Collect Palantir Foundry debug evidence for support tickets and troubleshooting. Use when encountering persistent Foundry issues, preparing support tickets, or collecting…
Deploy Palantir Foundry integrations to cloud platforms with secrets management. Use when deploying Foundry-powered applications to production, configuring platform-specific…
Create a minimal working Palantir Foundry example querying Ontology objects. Use when starting a new Foundry integration, testing your setup, or learning basic Foundry API and…