Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create and ship AgentSessions support for a new or changed local AI agent/provider. Use when adding, reviewing, testing, documenting, or marketing a provider integration, session parser, transcript source, support-matrix entry, verified-version bump, or provider UI surface; drives the full loop from pre-support research through binary install, real session capture, fixture redaction, parser/discovery/search/UI integration, QA, review/fix loops, support records, PR/release notes, and conservative
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-22 | ✗→✓ | ▲ Improved | 61% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 96% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 51% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 48% | 0% |
Use this skill to deliver maintainable AgentSessions provider support, not just to block bad providers. The gate phase exists to prevent unsupported work from entering the repo; when gates pass, continue through implementation, QA, review, documentation, and release-ready communication.
Do not implement, merge, release, bump verified versions, or market provider support from docs, vendor claims, or synthetic fixtures alone.
Before coding, prove:
If a hard gate fails, reject or defer politely and clean up test-only installs/state before finishing.
scripts/new_agent_support_plan.py to create the plan scaffold.Hypothesis: until verified.references/agent-provider-gates.md for hard gates and binary lifecycle details.references/agent-support-implementation.md for implementation, QA, review, and release details.new_provider: no current AgentSessions support. Run all gates, capture real sessions, then implement.existing_provider_update: provider exists. Use skills/agent-session-format-check/SKILL.md and skills/agent-support-matrix/SKILL.md before parser or version changes.public_claim: docs/release/social wording only. Verify implementation and test evidence before changing wording./tmp/as-agent-lab/<agent>-project.$HOME blindly.Resources/Fixtures/stage0/agents/<agent>/.scripts/agent_captures/<timestamp>/<agent>/; do not commit raw sessions.git diff --check../scripts/xcode_test_stable.sh when Swift/project files changed.System if QA changes it.docs/agent-support/agent-support-matrix.yml only for verified behavior.docs/agent-support/agent-support-ledger.yml.docs/agent-json-tracking.md upstream-version evidence.[Unreleased] changelog and docs/summaries/YYYY-MM.md bullets for user-visible support.Use subagents only when the user explicitly authorizes subagent work or the current task already asks for parallel agents. Good splits are:
Do not delegate install/login approval, destructive cleanup approval, or the immediate blocker on the critical path.
Use /Users/alexm/Repository/Codex-History as the normal repo root unless the user says otherwise.
Provider support must be based on real local data. A mergeable PR, green synthetic tests, or a plausible parser is not enough. If this Mac cannot install/auth/use the provider from the United States, or the product is not realistically usable in English, reject unless the user explicitly accepts that support burden.
Use repo-local skills/docs when present:
skills/agent-session-format-check/SKILL.md: schema drift, usage/limits probes, storage backends, discovery path contracts, and prebump validation.skills/agent-support-matrix/SKILL.md: support matrix, ledger, and verified-version recording workflow.docs/agent-support/monitoring.md: severity model and monitoring cadence.Known discovery contracts from the format-check workflow:
*/sessions/YYYY/MM/DD/rollout-*.jsonl~/.claude/projects/**/*.{jsonl,ndjson}*/opencode/storage/session/*/ses_*.json~/.hermes/sessions/session_*.json~/.gemini/tmp/<hash>/(chats/)?session-*.json~/.copilot/session-state/*.jsonl*/agents/<id>/sessions/*.jsonl~/.cursor/projects/*/agent-transcripts/*/*.jsonlscripts/new_agent_support_plan.py: generates an end-to-end support plan with gates, install/session capture, fixture, implementation, QA, review, support-record, PR, and marketing sections.references/agent-provider-gates.md: hard gates, evidence checklist, binary lifecycle, existing-provider monitoring, discovery contracts, and rejection wording.references/agent-support-implementation.md: implementation surface map, fixture strategy, QA commands, review loops, support records, and marketing/release guidance.Other measured skills in the registry, with their headline benchmark lift.