Skip to content

Quick Start

This guide will help you get up and running with PopKit in minutes.

  • Claude Code 2.1.33 or higher (tested through 2.1.79)
  • Git installed
  • Node.js 18+ (for local development)

After installing PopKit plugins, restart Claude Code and try these commands:

Terminal window
/popkit-dev:next

This command analyzes your project state and recommends context-aware next actions.

Terminal window
/popkit-dev:routine morning

Get a comprehensive project health check with “Ready to Code” score.

Terminal window
/popkit-dev:dev "Add user authentication"

Guided 7-phase feature development workflow from discovery to implementation.

CommandDescription
/popkit-dev:nextGet context-aware next actions
/popkit-dev:git commitSmart git commit with auto-generated messages
/popkit-dev:git prCreate pull request with comprehensive summary
/popkit-dev:routine morningMorning health check and setup
/popkit-dev:routine nightlyEnd-of-day cleanup and summary

For complex tasks requiring multiple agents:

  1. Check if Power Mode is available:

    Terminal window
    /popkit-core:power status
  2. Start Power Mode:

    Terminal window
    /popkit-core:power start
  3. Run a complex workflow:

    Terminal window
    /popkit-dev:dev "Implement OAuth2 authentication" --power