Quick Start
Quick Start
Section titled “Quick Start”This guide helps you get PopKit running in the host you already use.
Prerequisites
Section titled “Prerequisites”- Claude Code 2.1.33 or higher for plugin installs, or an MCP-compatible client for
popkit-mcp - Python 3.11+ for PyPI/MCP installs
- Git installed
- Node.js 18+ only if you are developing PopKit itself
Pick Your Install Path
Section titled “Pick Your Install Path”| Host | Install path | First validation step |
|---|---|---|
| Claude Code | Claude Code plugin | Run /popkit-dev:next |
| VS Code / GitHub Copilot | VS Code MCP setup | Ask Copilot Chat: Use PopKit health_check and summarize the result. |
| Cursor | Cursor MCP setup | Start popkit-mcp --transport stdio through Cursor |
| Codex CLI | Codex MCP setup | Start popkit-mcp --transport stdio through Codex |
| Generic MCP client | MCP provider setup | Configure popkit-mcp as a stdio MCP server |
First Steps
Section titled “First Steps”After installing PopKit, run the validation step for your host. Then try the workflow entry point that matches your surface.
Claude Code: Check Your Project Status
Section titled “Claude Code: Check Your Project Status”/popkit-dev:nextThis command analyzes your project state and recommends context-aware next actions.
Claude Code: Run Morning Routine
Section titled “Claude Code: Run Morning Routine”/popkit-dev:routine morningGet a comprehensive project health check with “Ready to Code” score.
Claude Code: Try a Feature Workflow
Section titled “Claude Code: Try a Feature Workflow”/popkit-dev:dev "Add user authentication"Guided 7-phase feature development workflow from discovery to implementation.
MCP Clients: Start With Health Check
Section titled “MCP Clients: Start With Health Check”Use PopKit health_check and summarize the result.Once the MCP server is connected, use the listed PopKit tools for handoffs, recommendations, and package-aware workflows. Tool names and availability depend on the installed PopKit MCP version, so use the client’s tool list as the source of truth.
Key Commands
Section titled “Key Commands”Claude Code exposes PopKit as slash commands:
| Command | Description |
|---|---|
/popkit-dev:next | Get context-aware next actions |
/popkit-dev:git commit | Smart git commit with auto-generated messages |
/popkit-dev:git pr | Create pull request with comprehensive summary |
/popkit-dev:routine morning | Morning health check and setup |
/popkit-dev:routine nightly | End-of-day cleanup and summary |
Next Steps
Section titled “Next Steps”- Learn about Agent System
- Explore Skills
- Configure MCP Providers