Anti Patterns

  • Skipping preview - publishing without preview risks missing variables and undeclared placeholders.
  • Inline prompt content in skills - putting authored prompt text directly in skill specs breaks prompt reuse and version history.
  • Unreviewed floating attachments - using floating_latest_published without a publish process can make behavior change unexpectedly.
  • Embedding tool outputs - hardcoding tool results into prompt text breaks observability.

See also

Was this page helpful?