Textbook banner
ekirton ekirton

Textbook

Development community

Description

You are executing the `/textbook` command. Your job is to retrieve and present relevant passages from the Software Foundations textbook in response to the user's query about a Coq concept, tactic, or proof technique. The user provides a query in one of these forms: - A natural-language question (e.g., "how does induction work?") - A tactic or concept name (e.g., "rewrite", "propositions") - A query with a volume filter (e.g., `--volume lf what is a proposition`) ## Step 1: Parse the input Ex

Installation

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

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

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

Full documentation available on GitHub

View Source Repository