
Canxin121 Canxin Claude Plugins
- 6 repo stars
- Updated January 12, 2026
- canxin121/canxin-claude-plugins
canxin121-canxin-claude-plugins is a Claude Code plugin that adds PlanPilot—SQLite-backed plan, step, and goal tracking with hooks for long agent sessions.
About
canxin121-canxin-claude-plugins delivers PlanPilot, a Claude Code plugin built for developers 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.
- 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.
Canxin121 Canxin Claude Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install canxin121-canxin-claude-plugins@canxin121/canxin-claude-pluginsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | January 12, 2026 |
| Repository | canxin121/canxin-claude-plugins ↗ |
What it does
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.
Who is it for?
Best when you're running lengthy Claude Code builds and want lightweight PM inside the agent loop, not a separate Jira board.
Skip if: Skip if you need shared cloud PM, permissions, or compliance audit trails across many contributors.
What you get
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.
- PlanPilot plugin registered in Claude Code (1 plugin in bundle)
- Persistent plans with steps, goals, and progress state
- Hook-driven alignment between agent turns and active plan items
Recommended Plugins
How it compares
Local SQLite plan tracker with Claude hooks, not a generic skills marketplace or an MCP issue tracker.
FAQ
Who is Canxin121 Canxin Claude Plugins for?
Developers 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.