Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jrc1883
Orchestrate parallel multi-agent workflows with shared context and sandbox isolation, analyze codebases to generate project-specific skills and MCP servers, manage plugins, capture bugs with full context, and leverage specialized agents for accessibility, API design, migrations, bundle optimization, and documentation syncing—all within Claude Code.
npx claudepluginhub jrc1883/popkit-ai --plugin popkit-corestatus | signup | login | keys | usage | logout - Manage your PopKit account
report | search | share [--issue, --share]
Write a claim ledger for the verifier dispatcher (Plan v4.2 Layer 1)
[add|remove|refresh|discover] - Multi-project management
test | docs | sync | detect | version [--verbose, --json]
Ensures web applications meet WCAG 2.1 AA/AAA compliance. Use when auditing accessibility, fixing a11y violations, or implementing inclusive design patterns.
Expert in RESTful and GraphQL API design patterns. Use when designing new APIs, restructuring existing endpoints, or when you need guidance on API best practices, versioning, and integration patterns.
Keeps documentation synchronized with codebase changes. Use after major feature updates, API changes, or when documentation drift is detected to ensure accuracy and completeness.
Expert in planning and executing complex system migrations including database migrations, API version transitions, framework upgrades, and cloud migrations. Minimizes downtime and ensures data integrity.
Analyzes and optimizes JavaScript bundle sizes for web applications. Use for identifying bloated dependencies, implementing code splitting, and reducing bundle size.
Use when starting work on an unfamiliar project or needing to understand a codebase - performs comprehensive analysis discovering architecture, patterns, dependencies, testing coverage, and improvement opportunities. Do NOT use on projects you already know well or for targeted questions about specific files - use direct exploration instead for focused queries.
Generate comprehensive documentation from codebase analysis - creates README sections, API docs, migration guides, and examples from code
Capture bug context into structured reports. Use when /popkit:bug reports a bug or an agent repeatedly gets stuck. Do NOT use for feature requests, fixable code errors, or expected-behavior questions.
Create PopKit Cloud account, generate API key, and configure local connection
Multi-project dashboard for managing PopKit-enabled projects. Shows health scores, recent activity, and quick actions across all registered projects. Use when switching between projects, checking overall status, or managing project registry. Do NOT use if only working in a single project - use morning routine or next-action instead.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Complete development workflow plugin - feature development, git operations, GitHub management, and daily routines
PopKit operations plugin - quality assurance, deployment, and debugging workflows
PopKit research plugin - knowledge management and research workflows
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Development workflows that actually work
Start each day knowing your project is healthy. End each day with context saved for tomorrow. Know exactly what to do next.
PopKit organizes your Claude Code sessions around workflows, not tools.
Most AI coding assistants give you a prompt and say "figure it out." PopKit gives you:
It's the difference between "here's an AI" and "here's how to use AI to build software."
PopKit intentionally exposes two layers:
| Layer | Prefix | Purpose | Default |
|---|---|---|---|
| Workflow commands | /popkit- | User-facing orchestration across commands, skills, and hooks | Yes |
| Direct skills | /pop- | Low-level primitives for targeted/advanced invocation | Advanced |
Example: /popkit-dev:next uses pop-next-action internally, then adds mode handling, reporting, and command-level guidance.
# Add the PopKit marketplace
/plugin marketplace add jrc1883/popkit-ai
# Install the plugins you need
/plugin install popkit-core@popkit-ai # Foundation
/plugin install popkit-dev@popkit-ai # Development workflows
# Restart Claude Code, then run your first morning routine:
/popkit-dev:routine morning
Requires pip install popkit-mcp first, then click the badge above.
# MCP server only — for Cursor, Codex CLI, Copilot, or any MCP client
pip install popkit-mcp
popkit-mcp --transport stdio
# Full install — CLI + shared utilities + MCP server
pip install popkit[full]
# Or install individual packages
pip install popkit-shared # Core utilities only
pip install popkit-cli # CLI only
pip install popkit[mcp] # Core + CLI + MCP server
Every morning, PopKit checks your project's vital signs:
/popkit-dev:routine morning
■ Session Restored
Last: Fixed authentication flow (2h ago)
■ Ready to Code Score: 87/100
✓ Git status clean
✓ Tests passing (142/142)
✓ CI green on main
⚠ 2 dependencies outdated
✓ No TypeScript errors
■ Context Loaded
Active issue: #47 Add password reset flow
Branch: feat/password-reset (3 commits ahead of main)
Ready to continue.
The "Ready to Code" score tells you if something needs attention before you start coding. 87 means you're good to go. 45 means something's broken.
When you're not sure what to work on:
/popkit-dev:next
PopKit analyzes your git status, test results, GitHub issues, and TypeScript errors to recommend prioritized actions:
Recommended Actions:
1. Merge main into branch (Score: 85)
Branch is 5 commits behind main
2. Fix TypeScript error in src/auth.ts:47 (Score: 78)
Type 'string | undefined' is not assignable to type 'string'
3. Continue issue #47 (Score: 72)
Password reset flow - implementation started
4. Review PR #51 (Score: 65)
Dependency update, waiting 2 days
No more staring at your terminal wondering what to do.
Start a feature with /popkit-dev:dev:
/popkit-dev:dev "Add password reset via email"