Canxin121 Canxin Claude Plugins
canxin121-canxin-claude-plugins is a Claude Code plugin for the Build phase that adds PlanPilot—SQLite-backed plan, step, and goal tracking with hooks for long agent sessions.
Run PlanPilot inside Claude Code to break work into SQLite-backed plans, track steps and goals, and keep session progress aligned with hooks and mentions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install canxin121-canxin-claude-plugins@canxin121/canxin-claude-pluginsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:canxin121/canxin-claude-plugins") and the paste-ready config with skillselion.get_install_config("plugin:canxin121/canxin-claude-plugins").
What it does
canxin121-canxin-claude-plugins delivers PlanPilot, a Claude Code plugin built for solo builders who lose context when long agent sessions drift from the original goal. It lets you define plans, decompose them into steps and goals, and persist progress in a local SQLite database so restarts and new chats can pick up where you left off. Hooks and mention-style wiring aim to keep Claude aligned with the active plan instead of generating one-off answers. For a one-person stack shipping SaaS, CLIs, or agent-heavy features, that turns fuzzy “let’s build X” threads into trackable execution. The bundle is small—one plugin—with community traction reflected in modest GitHub stars. Expect intermediate familiarity with Claude Code plugins and local data paths. It complements brainstorming or writing-plans skills by operationalizing the plan during build, not replacing architectural design docs. Use it when you already know what you are building and need disciplined step-through with the agent.
Highlights
- PlanPilot plugin for breaking work into plans with steps and goals inside Claude Code sessions.
- SQLite-backed local storage for plan state and progress persistence.
- Claude hooks integration to tie agent turns to plan updates and mentions.
- Tracks progress across multi-step agent work without leaving the editor flow.
- Single-plugin bundle (1 plugin) focused on plan management rather than codegen.
Why builders use it
Multi-hour Claude Code sessions scatter goals across chat history, so you cannot see which steps are done or what the agent should tackle next.
You get a persistent local plan with steps, goals, and progress hooks so Claude stays oriented and you can resume work without re-explaining the whole roadmap.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 6 stars, 0 votes.
FAQ
Who is canxin121-canxin-claude-plugins for?
Solo builders and small teams using Claude Code who need PlanPilot-style plan, step, and goal tracking persisted locally during agent-driven development.
When should I use canxin121-canxin-claude-plugins?
Use it when you have scoped work and are in active build (or late validate prototyping) and want the agent to follow a structured plan with recorded progress across sessions.
How do I add canxin121-canxin-claude-plugins to my agent?
Install the canxin121/canxin-claude-plugins repository as a Claude Code plugin, enable PlanPilot, and configure hooks or mentions per the repo README so plans sync with your sessions.
Comments
Share how you use canxin121-canxin-claude-plugins, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.