By jaidhyani
Opinionated dev workflow: brainstorming, debugging, TDD, verification, planning, code review, and agent coordination.
npx claudepluginhub jaidhyani/jai-cc-plugins --plugin ultrapowersThis skill should be used when facing 2+ independent tasks that can be worked on without shared state, or when coordinating subagent-driven implementation of a plan. Covers parallel dispatch and sequential task orchestration.
This skill should be used when the user asks to 'brainstorm', 'design this', 'think through', 'plan this out', 'what should we build', 'how should this work', 'let's think about', 'explore approaches', or 'before we start'. Also appropriate when beginning tasks with genuine ambiguity: multiple reasonable approaches, unclear requirements, or cross-cutting changes spanning multiple subsystems.
This skill should be used when receiving code review feedback, requesting review before merging, or when completing a major feature. Covers both giving and receiving reviews with technical rigor.
This skill should be used when encountering any bug, test failure, or unexpected behavior — before proposing fixes. Also appropriate when a previous fix attempt didn't work, when under time pressure to fix something, or when thinking 'just try changing X'.
This skill should be used when writing implementation plans for multi-step tasks, or when executing an existing written plan. Appropriate after a design is approved and before touching code, or when picking up a plan file to implement.
This skill should be used when implementing any feature or bugfix, before writing implementation code. Also when fixing a bug without a regression test, or when tempted to 'write tests after'.
This skill should be used when about to claim work is complete, fixed, or passing — before committing, creating PRs, or telling the user 'done'. Requires running verification commands and reading output before making success claims.
Claude Code plugins.
/plugin marketplace add jaidhyani/jai-cc-plugins
| Plugin | Type | Description |
|---|---|---|
| ultrapowers | Skills | Brainstorming, debugging, TDD, verification, planning, code review, agents |
| devil | Agent | Poke holes in plans, designs, and code |
| brainstorm | Skill | Ask questions before writing code |
| imagine | Command | Generate images with Gemini 3 Pro |
| pr-watch | Command | Block until PRs change |
| claude-archivist | Hooks | Back up session transcripts |
| timestamp-tracker | Hooks | Track prompt/response timestamps |
| claude-in-claude | Skill | Run Claude Code from scripts |
Dev workflow skills. Fork of the official superpowers plugin.
/plugin install ultrapowers@jai-cc-plugins
| Skill | |
|---|---|
/ultrapowers:brainstorm | Design before code |
/ultrapowers:debugging | Root cause investigation |
/ultrapowers:tdd | Red-green-refactor |
/ultrapowers:verify | Check work before claiming done |
/ultrapowers:plans | Write and execute implementation plans |
/ultrapowers:code-review | Review and address feedback |
/ultrapowers:agents | Parallel and sequential task dispatch |
Reads the codebase, builds counterexamples, tells you what's wrong.
/plugin install devil@jai-cc-plugins
Skill: /devil
Output formats: structured teardown, Socratic questioning, rapid fire concerns, or single fatal flaw.
Ask questions before writing code. Short exchange for simple tasks, longer for hard ones.
/plugin install brainstorm@jai-cc-plugins
Skill: /brainstorm
Generate images with Gemini 3 Pro.
/plugin install imagine@jai-cc-plugins
Command: /imagine
Aspect ratios: 1:1, 16:9, 9:16, 4:3, 3:4. Sizes: 1K, 2K, 4K. Optional reference image. Defaults to 1:1 @ 2K.
Polls GitHub for PR changes and blocks until something happens. Uses shell-level blocking so no tokens are spent waiting.
/plugin install pr-watch@jai-cc-plugins
Command: /pr-watch
Detects new commits, status changes, merges, new PRs, comments, and reviews. Filter by author, set custom intervals.
Backs up session transcripts to ~/.claude-archive/. Runs on SessionEnd, PreCompact, and periodically. Incremental, gzip compressed.
/plugin install claude-archivist@jai-cc-plugins
| Command | |
|---|---|
/claude-archivist:archive | Archive current session |
/claude-archivist:archive-all | Archive all sessions |
/claude-archivist:archive-status | Show stats |
/claude-archivist:restore-from-archive | Restore deleted sessions |
/claude-archivist:configure-archive | Configure |
Create ~/.claude/claude-archivist.local.md:
---
archive_path: ~/.claude-archive
backup_interval_minutes: 30
enabled: true
---
Records timestamps on every prompt and response via hooks. No commands, just runs in the background.
/plugin install timestamp-tracker@jai-cc-plugins
Guide for running Claude Code non-interactively: JSON output parsing, --resume for multiturn, container isolation.
/plugin install claude-in-claude@jai-cc-plugins
Skill: /claude-in-claude
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.