Sign In

pokayokay

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pokayokay

Setup wizard for pokayokay - AI-assisted development orchestration

latest
Source
npmnpm
Version
0.13.0
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

pokayokay

Setup wizard for pokayokay - AI-assisted development orchestration.

Quick Start

npx pokayokay

This interactive wizard will:

  • Install the pokayokay Claude Code plugin
  • Configure the ohno MCP server
  • Initialize ohno in your project
  • Optionally set up kaizen integration

Commands

CommandDescription
npx pokayokayRun interactive setup wizard
npx pokayokay doctorValidate installation
npx pokayokay helpShow help message

What Gets Configured

pokayokay Plugin

The Claude Code plugin that provides orchestration commands:

  • /pokayokay:plan - Plan from PRD
  • /pokayokay:work - Start work sessions
  • /pokayokay:audit - Audit completeness

ohno MCP Server

Task management via Model Context Protocol:

  • Track tasks, stories, and epics
  • Dependency management
  • Progress tracking

kaizen Integration (Optional)

Failure pattern capture and learning:

  • Auto-capture review failures
  • Create fix tasks automatically
  • Improve over time

Manual Setup

If you prefer manual setup:

# 1. Install plugin
claude plugin marketplace add srstomp/pokayokay
claude plugin install pokayokay@srstomp-pokayokay

# 2. Add to ~/.claude/settings.json
{
  "mcpServers": {
    "ohno": {
      "command": "npx",
      "args": ["@stevestomp/ohno-mcp"]
    }
  }
}

# 3. Initialize ohno
npx @stevestomp/ohno-cli init

Requirements

  • Node.js 18+
  • Claude Code CLI

License

MIT

Keywords

claude-code

FAQs

Package last updated on 16 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts