
Claude Smart
- 763 repo stars
- Updated August 3, 2026
- ReflexioAI/claude-smart
Turns corrections into Preferences, Project-specific skills, and Shared skills — uses Claude Code or Codex as the LLM backend (no external API key required)
About
claude-smart is a Claude Code skill in the Backend & APIs category. Turns corrections into Preferences, Project-specific skills, and Shared skills — uses Claude Code or Codex as the LLM backend (no external API key required)
- claude-smart
- Backend & APIs
- AI-coding skill
Claude Smart by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add ReflexioAI/claude-smart/plugin install claude-smart@reflexioaiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 763 |
|---|---|
| Last updated | August 3, 2026 |
| Repository | ReflexioAI/claude-smart ↗ |
What it does
Turns corrections into Preferences, Project-specific skills, and Shared skills — uses Claude Code or Codex as the LLM backend (no external API key required)
README.md
claude-smart
Self-improving Claude Code and Codex plugin — turns corrections and successful workflows into durable Preferences, Project-specific skills, and Shared skills that future sessions follow, via reflexio.
This directory is the published Python package (claude-smart on PyPI) and the Claude Code/Codex plugin payload shipped through the marketplace. For the project overview, install instructions, benchmarks, and feature walkthrough, see the top-level README.
Install
Claude Code
claude plugin marketplace add ReflexioAI/claude-smart
claude plugin install claude-smart@reflexioai
The Setup hook bootstraps uv, Python 3.12, and a private Node.js/npm runtime
under ~/.claude-smart/ when they are missing. If Node.js is already installed,
npx claude-smart install is equivalent; if uv is already installed,
uvx claude-smart install is equivalent.
Add --read-only to either install command to skip hooks that publish
interactions for learning.
Supported vanilla native targets are Apple Silicon macOS 14+ and Windows x64. Intel Mac, macOS 13 or older, and Windows ARM fail early because the local embedding/ML dependency stack does not provide a complete native wheel set.
Then restart Claude Code.
Codex
npx claude-smart install --host codex
Then fully quit and reopen Codex so hooks reload. Codex installs reuse the same local Preferences, Project-specific skills, and Shared skills as Claude Code.
Uninstall
Claude Code
claude plugin uninstall claude-smart@reflexioai
Or, if Node.js or uv is already installed:
npx claude-smart uninstall # or: uvx claude-smart uninstall
Codex
npx claude-smart uninstall --host codex
Restart Codex after uninstalling. Local data under ~/.reflexio/ and
~/.claude-smart/ is left in place for both hosts — remove manually if desired.
License
Apache 2.0 — see LICENSE.