Dsadd4/AgentFigureGallery
125 stars · Last commit 2026-05-29
Drop-in scientific plotting skill for Claude Code, Codex, Cursor, and other coding agents.
README preview
# AgentFigureGallery [](README.md) [](README.zh-CN.md) [](LICENSE) [](pyproject.toml) [](docs/REMOTE_FULL_VALIDATION.md) [](https://huggingface.co/datasets/dsadd4/AgentFigureGallery) AgentFigureGallery is a scientific plotting reference gallery for Claude Code, Codex, Cursor, and other coding agents. It lets an agent search real figure references, lets you mark examples as liked, rejected, or selected in a browser gallery, and exports those choices as a reference bundle for plotting code. **Quick install for Codex:** ```bash curl -fsSL https://raw.githubusercontent.com/Dsadd4/AgentFigureGallery/main/scripts/install.sh | bash ``` The script clones or updates the repository at `$HOME/AgentFigureGallery`, creates a Python virtual environment, installs the package, and installs the Codex skill wrapper. After this bootstrap install, run the CLI as `~/AgentFigureGallery/.venv/bin/agentfiguregallery`, or activate the environment first: