Quick Start
Quick Start
Section titled “Quick Start”This guide will help you get up and running with PopKit in minutes.
Prerequisites
Section titled “Prerequisites”- Claude Code 2.1.33 or higher (tested through 2.1.79)
- Git installed
- Node.js 18+ (for local development)
First Steps
Section titled “First Steps”After installing PopKit plugins, restart Claude Code and try these commands:
1. Check Your Project Status
Section titled “1. Check Your Project Status”/popkit-dev:nextThis command analyzes your project state and recommends context-aware next actions.
2. Run Morning Routine
Section titled “2. Run Morning Routine”/popkit-dev:routine morningGet a comprehensive project health check with “Ready to Code” score.
3. Try a Feature Workflow
Section titled “3. Try a Feature Workflow”/popkit-dev:dev "Add user authentication"Guided 7-phase feature development workflow from discovery to implementation.
Key Commands
Section titled “Key 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 |
Power Mode
Section titled “Power Mode”For complex tasks requiring multiple agents:
-
Check if Power Mode is available:
Terminal window /popkit-core:power status -
Start Power Mode:
Terminal window /popkit-core:power start -
Run a complex workflow:
Terminal window /popkit-dev:dev "Implement OAuth2 authentication" --power
Next Steps
Section titled “Next Steps”- Learn about Agent System
- Explore Skills
- Understand Power Mode