From claude-smart
Codex-only — use when the user asks to run claude-smart commands in Codex, including claude-smart show, learn, restart, dashboard, clear-all, or slash-like requests such as /claude-smart:learn. In Claude Code the native plugin slash commands handle these; do not invoke this skill there.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-smart:claude-smartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Codex does not currently support plugin-provided slash commands. When the user
Codex does not currently support plugin-provided slash commands. When the user
asks for a claude-smart command, run the equivalent shell command through the
active plugin root. This skill is Codex-specific; under Claude Code the native
/claude-smart:* slash commands already exist, so do not fall back to the
shell commands there.
bash ~/.reflexio/plugin-root/scripts/dashboard-open.shbash ~/.reflexio/plugin-root/scripts/cli.sh showbash ~/.reflexio/plugin-root/scripts/cli.sh learnbash ~/.reflexio/plugin-root/scripts/cli.sh learn --note "<note>"bash ~/.reflexio/plugin-root/scripts/cli.sh restartbash ~/.reflexio/plugin-root/scripts/cli.sh clear-all --yes/claude-smart:show as requests to run the
matching shell command above.learn, preserve any user-provided note exactly as the note text.clear-all, require explicit confirmation before running it because it
deletes all reflexio interactions, preferences, and skills.~/.reflexio/plugin-root is missing or broken, tell the user to restart
Codex after installing claude-smart, then rerun the command.npx claudepluginhub yo-steven/claude-smart-exploration-20260523 --plugin claude-smartCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.