Check Compat banner
ekirton ekirton

Check Compat

Development community

Description

Check whether a Coq project's declared dependencies are mutually compatible. Detect version conflicts before the user hits opaque build failures. Explain conflicts in plain language and suggest resolutions. ## Step 1: Locate and read dependency declarations Search the project for dependency declaration files in this order: 1. Use Glob to find `*.opam` files in the project root and subdirectories. 2. Look for `dune-project` in the project root. 3. Look for `_CoqProject` in the project root. R

Installation

Installs to ~/.claude/skills/ekirton-poule-check-compat/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ekirton-poule-check-compat && curl -fsSL https://raw.githubusercontent.com/ekirton/Poule/HEAD/commands/check-compat.md -o ~/.claude/skills/ekirton-poule-check-compat/SKILL.md

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

Full documentation available on GitHub

View Source Repository