Agent skill
agent-support-matrix
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.
Install this agent skill to your Project
npx add-skill https://github.com/jazzyalex/agent-sessions/tree/main/skills/agent-support-matrix
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
- Read
docs/agent-support/workflow.md. - Compare upstream agent versions to
docs/agent-support/agent-support-matrix.yml. - If gaps exist, run an impact scan, collect evidence, and update fixtures/tests before
bumping
max_verified_version.
Workflow
- Determine the current Agent Sessions version from
AgentSessions.xcodeproj/project.pbxprojMARKETING_VERSION. - Use
references/impact-scan.mdto inspect upstream releases for format changes. - Follow
references/update-checklist.mdbefore updating docs or fixtures.
Guardrails
- Do not bump
max_verified_versionwithout fixtures or sample logs plus passing parser tests. - If an agent does not log a version, keep
max_verified_version: "unknown"and document verification scope indocs/agent-json-tracking.md.
References
references/matrix-schema.mdfor matrix fields and update rules.references/impact-scan.mdfor format change detection heuristics.references/update-checklist.mdfor 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
deploy
Use when shipping a release of Agent Sessions — bumping version, updating CHANGELOG, building, signing, notarizing, publishing appcast, and creating a GitHub release.
agent-session-format-check
Verify agent session format compatibility for Agent Sessions. Use when any agent CLI updates, when monitoring flags drift, or when bumping max verified versions (fixtures + docs + tests). Covers session schema, usage/limits tracking, storage backends, and discovery path contracts for all supported agents.
sc-skill
Capture deterministic macOS screenshots for testing, docs, release notes, and marketing assets. Use when asked to automate app screenshots, batch-generate screenshot sets, standardize window sizing/composition, or choose between Peekaboo and native macOS screenshot tooling.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Didn't find tool you were looking for?