Comprehensive development toolkit with skills, commands, and documentation standards
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install cipherpowers@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/cipherpowers.json
Step 2: Install the plugin
/plugin install cipherpowers@cipherpowers
Comprehensive development toolkit for Claude Code that enforces consistent workflows across your team. CipherPowers provides reusable skills, specialized agents, and project standards through a modular plugin architecture, ensuring everyone follows the same practices for code review, testing, documentation, and planning.
Before installing CipherPowers, you need:
CipherPowers requires the superpowers plugin. Install it first:
# Add superpowers plugin to your Claude Code configuration
# Follow instructions at: https://github.com/clavcode/superpowers
Clone CipherPowers repository:
git clone https://github.com/cipherstash/cipherpowers.git ~/.config/claude/plugins/cipherpowers
Verify superpowers is installed:
# In a Claude Code session, check that superpowers commands work:
# /execute-plan or /superpowers:brainstorm should be available
Verify CipherPowers installation:
# Start Claude Code in any project
# Type /brainstorm or /code-review to verify CipherPowers commands are available
Once installed, CipherPowers provides specialized slash commands in Claude Code:
Try the planning workflow:
# Start with an idea
/brainstorm
# Create an implementation plan
/plan
# Execute the plan with automatic agent selection
/execute [plan-file-path]
Or trigger code quality checks directly:
# In any Claude Code session
/code-review
For best results when implementing new features or tackling complex tasks, follow this three-step workflow:
/brainstorm
)When: You have an idea but need to refine requirements and explore design options.
What it does:
Skip if: You already have a fully-detailed design spec.
/plan
)When: After brainstorming, when you're ready to break down the implementation.
What it does:
docs/plans/
or plans/
directorySkip if: The task is trivial (single file, < 10 lines of code).
/execute [plan-file]
)When: You have a plan file and are ready to implement.
What it does:
Why this matters:
Alternative: For simple tasks without a plan, work directly in the session and use /code-review
and /commit
manually.
Planning Workflow:
/brainstorm
- Refine ideas using Socratic method (invokes superpowers brainstorming)/plan
- Create detailed implementation plans (invokes superpowers plan writing)/execute [plan-file]
- Execute implementation plans with automatic agent selection, batch-level code review, and retrospective completionCode Quality:
/code-review
- Manual code review trigger/commit
- Commit with conventional formatDocumentation:
/doc-review
- Sync documentation with code changes/summarise
- Capture learning and create retrospectivesCipherPowers provides wrapper commands for superpowers workflows. The following superpowers command is also available:
Direct Superpowers Access:
/execute-plan
- Execute plans in batches with review checkpoints (superpowers base workflow, use /execute
for enhanced CipherPowers version)Find Skills:
./plugin/tools/find-skills "pattern"
./plugin/tools/find-skills --local "pattern" # cipherpowers only
./plugin/tools/find-skills --upstream "pattern" # superpowers only
Find Practices:
./plugin/tools/find-practices "pattern"
./plugin/tools/find-practices --local "pattern" # cipherpowers only
./plugin/tools/find-practices --upstream "pattern" # marketplace only
In agents and commands, use:
@${CLAUDE_PLUGIN_ROOT}plugin/practices/practice-name.md
- Direct practice reference@${SUPERPOWERS_SKILLS_ROOT}/skills/category/skill-name/SKILL.md
- Skill reference${CLAUDE_PLUGIN_ROOT}practices/practice-name.md
- Relative to plugin root${CLAUDE_PLUGIN_ROOT}skills/category/skill-name/SKILL.md
- Relative to plugin rootAlgorithmic Workflow Enforcement (Oct 2025)
tdd-enforcement-algorithm/
, conducting-code-review
(trigger section)git-commit-algorithm.md
Commands not appearing in Claude Code:
~/.config/claude/plugins/cipherpowers
${CLAUDE_PLUGIN_ROOT}
environment variable is setSuperpowers commands not working:
${SUPERPOWERS_SKILLS_ROOT}
environment variable is setDiscovery tools not finding skills:
./plugin/tools/find-skills
with proper pathQuick Start: This README covers installation and basic usage.
Deep Dive: See CLAUDE.md
for complete architecture details, plugin development guide, and team usage patterns. Read CLAUDE.md when you want to:
[Add your license here]
0.1.0