Feynman
Description
why explain in words when diagram do trick
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
feynman
   [](https://skills.sh/apolenkov/feynman)
feynman is a Codex plugin and local CLI that makes structured answers easier to read. It injects concise diagram guidance at Codex session start and provides a standalone linter for ASCII visuals.
Install
Native Codex plugin
codex plugin marketplace add apolenkov/feynman --ref main
codex plugin add feynman@feynman
Open `/plugins` in Codex to search for **Feynman**, install it, then start a new session. The skill is discoverable for visual architecture, ASCII diagrams, flows, trees, comparisons, priorities, and status summaries.
skills.sh (Codex)
For teams that distribute skills through [skills.sh](https://www.skills.sh/), install the same Codex-only skill directly from this repository:
npx skills add apolenkov/feynman --skill feynman --agent codex --global --yes
The skill delegates state changes to the published CLI through `npx`; it does not install or configure any non-Codex integration. The skills.sh catalog is indexed asynchronously after installations, so a newly released source can take a short time to appear in search.
Local hook and CLI
npx -y @albinocrabs/feynman@latest install
npx -y @albinocrabs/feynman@latest doctor
The installer targets Codex by default and writes only to `~/.codex`. It is idempotent. Uninstall with:
npx -y @albinocrabs/feynman@latest uninstall
The native plugin supplies the Codex skill. The CLI installer registers the `SessionStart` hook that injects the selected ruleset into a session.
What it does
feynman classifies a response's structure and chooses the smallest useful visual: flow, tree, table, status m
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11