wyattowalsh/agents

skill-compat-matrix

>- Report portable vs runtime-specific skill fields across supported harnesses. Use when auditing cross-agent compatibility. NOT for live installs or packaging.

First seen Jul 5, 2026

Installation

$ npx skills add wyattowalsh/agents --skill skill-compat-matrix

Similar popular skills

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

Also in this package

Other skills from wyattowalsh/agents · top by installs.

npx skills add wyattowalsh/agents

Browse all from wyattowalsh/agents

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 Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
wyattowalsh
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,779 B
  • docs SUMMARY.md 184 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 35 installs

SKILL.md

Skill Compat Matrix

Summarize how a skill's frontmatter and bundled assets map to supported harnesses.

Scope: Compatibility reporting only. Does not install skills or edit harness configs.

Dispatch

$ARGUMENTS Action
<name> Matrix for one skill
repo / --all Matrix summary for all repo skills
--format json Machine-readable report
Empty Show harness list and field tiers

Field Tiers

Tier Examples
portable-core name, description, license, metadata
portable-but-variable allowed-tools, scripts, references
runtime-specific user-invocable, hooks, context, paths

Load skills/skill-creator/references/runtime-compatibility.md when interpreting results.

Workflow

uv run python skills/skill-compat-matrix/scripts/compat_matrix.py <name>
uv run python skills/skill-compat-matrix/scripts/compat_matrix.py --all --format json

Validation Contract

uv run python skills/skill-compat-matrix/scripts/check.py

Critical Rules

  1. Mark unknown or best-effort harness behavior explicitly.
  2. Never treat runtime-specific fields as portable safety controls.
  3. Pair matrix output with skill-creator security audit for executable surfaces.
  4. Do not mutate harness projections from this skill.
  5. Include install-path notes only as documentation, not commands to run.