Skip to main content
Subdirectory: specialties/ · Body: the specialty prompt The MDX body is the specialty prompt itself — the text the agent reads to shape how it thinks about a domain. See Prompting for a Specialty for what to put in the body.

Frontmatter

Fields NOT supported

  • id, tenant_id, created_at, updated_at, key — system-set (the key is derived from name)
  • The prompt itself — lives in the body, not frontmatter

Example

specialties/linux-administration.mdx

Gotchas

  • execution_mode: investigate_only is a ceiling. Any agent using this specialty runs read-only even if a ticket asks for @2501:remediate. The resolution comes back as partial. Use this on critical-system specialties; lift it explicitly when you want remediation.
  • Changes apply immediately. Editing the body and syncing affects every agent using this specialty on its very next task — test on a non-critical specialty first.
  • Renaming a specialty is a coordinated change — every agent referencing it by name must update too. Pull first, edit both sides, then sync.