docs(cross-llm): coverage tables + final integration (PR-E)#20
Conversation
- docs/cross-llm-coverage.md: host capability matrix — SKILL.md import, sub-agents, Agent Teams, background agents, MCP, slash commands, plan mode, task list, AGENTS.md, skill discovery paths, model tiers (Claude Code / Codex / OpenCode / Cursor with ✅/⚠️ /❌ ratings) - tests/cross-llm-coverage.md: per-skill host-conditional audit — 17 skills classified as host-conditional (have <host:> blocks) or host-neutral (no forbidden tokens, no blocks needed) - README.md: add links to both coverage files from Cross-LLM Compatibility section Integration checks passed: - tests/skill-content-grep.sh: PASS - agents/team-conventions.md: coherent (Sequential Mode + Agent Teams) - .codex/INSTALL.md: coherent (host declaration + <host:> explanation) - .opencode/INSTALL.md: coherent (tool mapping + host declaration) Marker smoke test (requesting-code-review, subagent-driven-development, pr-monitoring): all <host: NAME> / </host> pairs syntactically uniform — consistent space-after-colon form, consistent close tag.
|
@copilot review |
Code ReviewCI / grep guard: Issues1. Claude Code skill-discovery path inconsistency (accuracy)
These are different paths. If 2. Model tier vocabulary row mixes brand names and role names (consistency)
3. Codex model names use placeholder
Looks good
|
There was a problem hiding this comment.
Pull request overview
Adds Cross-LLM coverage documentation to close out the portability track, and links it from the main README so users can quickly see host capabilities and per-skill portability status.
Changes:
- Introduces a host capability matrix covering key Superpowers features across Claude Code / Codex CLI / OpenCode / Cursor.
- Adds a per-skill audit table classifying each skill as host-neutral vs host-conditional, with brief rationale.
- Updates README Cross-LLM Compatibility section to link to both new coverage documents.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
docs/cross-llm-coverage.md |
New host capability matrix (✅/ |
tests/cross-llm-coverage.md |
New per-skill portability audit table (host-neutral vs host-conditional) and update guidance. |
README.md |
Adds links to the two new coverage docs from the Cross-LLM Compatibility section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…matrix - Cursor SKILL.md import: update from stub to full plugin (skills/agents/commands/hooks + /plugin-add install) - OpenCode host declaration: add correct path (~/.config/opencode/AGENTS.md) - Model tier vocabulary: align with agents/model-tiers.md role-based vocabulary - Cursor notes section: update to reflect actual plugin.json capability definition - README.md: update Cursor row from 'stub' to documented marketplace install
|
@copilot review |
…own to via plugin Agent-Logs-Url: https://github.com/GoCodeAlone/claude-superpowers/sessions/5435a1f1-c11d-4549-9f5e-6ba6ac6d84b8 Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
|
@copilot review |
Code ReviewAll 4 inline suggestions from the automated reviewer have been applied (commit c6386ad):
One additional fix in 9190cc8: the "Skill discovery path" row had
|
…tplace install path Agent-Logs-Url: https://github.com/GoCodeAlone/claude-superpowers/sessions/1582f604-1b7b-4edb-aac1-013a4b416909 Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
The one open issue from the previous review pass — Claude Code skill-discovery path inconsistency — is now fixed in commit The table cell previously showed only
|
|
@copilot review |
Code Review
Summary of all fixes across the 4 commits
Looks good
|
Summary
Closing PR for the cross-LLM portability track. Three changes:
docs/cross-llm-coverage.md— Host capability matrix: SKILL.md import, sub-agent dispatch, Agent Teams, background agents, MCP, slash commands, plan mode, task list, AGENTS.md hierarchy, skill discovery paths, model tier vocabulary — rated ✅/tests/cross-llm-coverage.md— Per-skill host-conditional audit: all 17 skills classified ashost-conditional(have formal<host:>blocks) orhost-neutral(no forbidden tokens, no blocks needed), with notes explaining each choice.README.md— Added links to both coverage files from the existing Cross-LLM Compatibility section.Integration pass
tests/skill-content-grep.sh: PASS (all skills clean)agents/team-conventions.md: coherent — Sequential Mode + Agent Teams Mode documented.codex/INSTALL.md: coherent — host declaration +<host:>block explanation.opencode/INSTALL.md: coherent — tool mapping + host declarationMarker smoke test
Verified
<host:>syntax is uniform across 3 representative skills (requesting-code-review,subagent-driven-development,pr-monitoring):<host: NAME>(space after colon, no stray spaces)</host>(consistent)<host: codex, opencode, cursor>(comma-separated, consistent)Test plan
./tests/skill-content-grep.shpasses cleanmain(includes all PR-A through PR-D merges)🤖 Generated with Claude Code