smithery/jazzyalex

agent-support-matrix

Maintain Agent Sessions agent support matrix and JSON/JSONL parsing compatibility.

Installation

$ npx skills add smithery/jazzyalex --skill agent-support-matrix

Summary

  • Maintain Agent Sessions agent support matrix and JSON/JSONL parsing compatibility.
  • Use when checking upstream agent releases for session format changes, updating max verified versions in docs/agent-support/agent-support-matrix.yml, or updating docs/agent-json-tracking.md and fixtures/tests.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,348 B
  • docs SUMMARY.md 319 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Agent Support Matrix

Overview

Keep the support matrix and memory bank accurate, and gate updates with evidence so parsing regressions are avoided.

Quick Start

  1. Read docs/agent-support/workflow.md.
  2. Run the session-format check and read results.<agent>.compatibility.
  3. Compare latest available agent versions to docs/agent-support/agent-support-matrix.yml.
  4. If gaps exist, run an impact scan, collect evidence, and update fixtures/tests before

bumping maxverifiedversion.

Workflow

  • Determine the current Agent Sessions version from AgentSessions.xcodeproj/project.pbxproj

MARKETING_VERSION.

  • Run ./scripts/agent_watch.py --mode weekly and use compatibility.verdict as the

support answer. severity and recommendation are legacy escalation fields, not support claims.

  • Use references/impact-scan.md to inspect upstream releases for format changes.
  • Follow references/update-checklist.md before updating docs or fixtures.

Guardrails

  • Do not bump maxverifiedversion without fixtures or sample logs plus passing parser tests.
  • Do not bump maxverifiedversion unless results.<agent>.compatibility.verdict is

supportslatest, or the update explicitly records a narrower scope such as supportsinstalled_only with a blocker and follow-up.

  • If an agent does not log a version, keep maxverifiedversion: "unknown" and document

verification scope in docs/agent-json-tracking.md.

References

  • references/matrix-schema.md for matrix fields and update rules.
  • references/impact-scan.md for format change detection heuristics.
  • references/update-checklist.md for the evidence checklist.

Related Skills

  • agent-session-format-check — detection and evidence collection for session format

drift, usage/limits tracking changes, OpenCode storage backend shifts, and discovery path contract failures. Use that skill for monitoring and diagnosis; use this skill for recording and gating version bumps.