Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions SKILL.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
---
name: temporal-ops
description: 'Administer and diagnose running Temporal Cloud or self-hosted Temporal
Server environments via CLI (temporal, tcld) — not SDK code. Operations: namespace
CRUD, Cloud capacity/APS, API-key rotation, mTLS cert rotation, workflow health,
batch cancel/terminate/reset, export, search attributes, Ops API, billing, audit
logs, Terraform, SAML/SCIM, migration. Diagnosis: bottom-up triage of stuck workflows,
non-determinism, worker-health, task-queue problems, HA failover, payload size limits,
performance bottlenecks, missed schedules. Do NOT trigger for generic TLS/gRPC errors
unrelated to Temporal, writing application code (temporal-developer), or worker
tuning/sizing (temporal-workertuning).'
description: 'Administer and diagnose running Temporal Cloud or self-hosted Temporal Server environments via CLI (temporal, tcld) — not SDK code. Operations: namespace CRUD, Cloud capacity/APS, API-key rotation, mTLS cert rotation, workflow health, batch cancel/terminate/reset, export, search attributes, Ops API, billing, audit logs, Terraform, SAML/SCIM, migration. Diagnosis: bottom-up triage of stuck workflows, non-determinism, worker-health, task-queue problems, HA failover, payload size limits, performance bottlenecks, missed schedules. Do NOT trigger for generic TLS/gRPC errors unrelated to Temporal, writing application code (temporal-developer), or worker tuning/sizing (temporal-workertuning).'
version: 0.2.1
disable-model-invocation: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve cross-agent compatibility when disabling invocation

When this shared skill is installed for Codex—one of the coding agents the README says is supported—this Claude-specific field does not disable automatic selection: the current Codex skill contract uses only name and description for triggering, and its plugin validator explicitly rejects disable-model-invocation: true. Consequently the safety behavior is absent for direct Codex installs and Codex plugin packaging cannot accept the manifest; implement the restriction in agent-specific packaging rather than adding it to the shared SKILL.md.

Useful? React with 👍 / 👎.

---

# Skill: temporal-ops
Expand Down Expand Up @@ -304,4 +297,4 @@ If the layer above the fix is still failing, return to step 4 and continue walki

## Reporting Issues in This Skill

If you (the AI) find this skill's explanations are unclear, misleading, or missing important information, draft a GitHub issue body describing the problem encountered and what would have helped, then ask the user to file it at https://github.com/temporalio/skill-temporal-ops/issues/new. Do not file the issue autonomously.
If you (the AI) find this skill's explanations are unclear, misleading, or missing important information, draft a GitHub issue body describing the problem encountered and what would have helped, then ask the user to file it at https://github.com/temporalio/skill-temporal-ops/issues/new. Do not file the issue autonomously.