Univers42

Compat — Development skill for Claude Code

Development community

Run the feature-parity comparison against the reference baseline for the project.

How to install Compat

Installs to ~/.claude/skills/univers42-claude-deal-with-the-devil-compat/SKILL.md

Terminal
mkdir -p ~/.claude/skills/univers42-claude-deal-with-the-devil-compat && curl -fsSL https://raw.githubusercontent.com/Univers42/claude-deal-with-the-devil/HEAD/commands/compat.md -o ~/.claude/skills/univers42-claude-deal-with-the-devil-compat/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Compat does


description: Run the feature-parity comparison against the reference baseline for the project. Usage: /compat [feature-area]

Feature area: $ARGUMENTS

Compare the project against the reference implementation for the given feature area (or all if none given). For a deep, endpoint-by-endpoint pass, use `/workflow:compat-audit`.

Workflow

Phase 1 — Enumerate

  • List the reference baseline's capabilities in scope and the project's equivalent, citing the project's reference docs.

Alternatives in Development

Full documentation available on GitHub

View Source Repository