
Claude Smart
- Updated May 23, 2026
- yo-steven/claude-smart-exploration-20260523
claude-smart is a Claude Code skill in the Backend & APIs category. Learns user corrections and project playbooks via reflexio — uses Claude Code itself as the LLM backend (no external API key required)
Key points
- claude-smart
- Backend & APIs
- AI-coding skill
Claude Smart by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add yo-steven/claude-smart-exploration-20260523/plugin install claude-smart@reflexioaiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 23, 2026 |
|---|---|
| Repository | yo-steven/claude-smart-exploration-20260523 ↗ |
What it does
Learns user corrections and project playbooks via reflexio — uses Claude Code itself as the LLM backend (no external API key required)
README.md
claude-smart
Self-improving Claude Code plugin — turns your corrections into durable rules that Claude Code follows in future sessions, via reflexio.
This directory is the published Python package (claude-smart on PyPI) and the Claude Code plugin payload shipped through the marketplace. For the project overview, install instructions, benchmarks, and feature walkthrough, see the top-level README.
Install
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.
Uninstall
claude plugin uninstall claude-smart@reflexioai
Or, if Node.js or uv is already installed:
npx claude-smart uninstall # or: uvx claude-smart uninstall
Local data under ~/.reflexio/ and ~/.claude-smart/ is left in place — remove manually if desired.
License
Apache 2.0 — see LICENSE.