openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
它通过将行为问责直接嵌入AI代理的工作流程,利用代理的天然上下文实时检测并打断反效率模式,解决了常见的注意力分散问题。
Turn your agent into a mentor. It knows what you're working toward, and how you get in your own way.
Claude Code
claude plugin marketplace add hcsum/dont-let-me
claude plugin install mentor@dont-let-me
Then run /mentor:init to set up your profile, and /mentor:check any time you
want the alignment check on demand.
Codex
codex plugin marketplace add hcsum/dont-let-me --ref main
codex plugin add mentor@dont-let-me
Then run $mentor-init to set up your profile, and $mentor-check any time you
want the alignment check on demand.
Codex makes you trust a hook before it runs: open /hooks, review the
SessionStart entry, trust it. Until you do, the profile never loads.
OpenCode
OpenCode has no plugin marketplace for this, so clone it and point the config at the two pieces:
git clone https://github.com/hcsum/dont-let-me.git ~/.mentor/plugin
// ~/.config/opencode/opencode.json
{
"instructions": ["~/.mentor/plugin/stance.md", "~/.mentor/profile.md"],
"skills": { "paths": ["~/.mentor/plugin/skills"] }
}
Then run /mentor-init to set up your profile, and /mentor-check any time you
want the alignment check on demand.
In my own use, Claude Code is where this works best. Codex and OpenCode both run it, but how well the nudges land depends on the model behind them, and I've had better results with Claude.
Setup asks you questions, one at a time, for about ten minutes. Run /mentor:init
in Claude Code, $mentor-init in Codex, /mentor-init in OpenCode. Two things
come out of it.
Your long-term goals. What you're actually working toward. It pushes back if you answer vaguely.
Your anti-patterns. The ways you reliably get in your own way, written down while you're still honest about them, so it can hold you to them later when you're not:
- [ship] don't let me build in private forever, waiting for it to be ready
- [explore] don't let me keep opening new threads while nothing is finished
You do this once and rarely touch it again.
mentor, what's on my plate today?
Ask what's on your plate and it won't read you the whole todo list. It picks the few that serve your main goals and names the first move on one, small enough to start now.
add "ship the landing page" to my todos
P
Turn your agent into a mentor. It knows what you're working toward, and how you get in your own way.
根据分类、Topic 和编程语言匹配的相似项目。
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.