asha-marketplace
Version: 1.17.0
Description: Claude Code plugins for research, development, creative writing, image generation, scheduling, and session coordination
A collection of domain-focused Claude Code plugins organized by workflow type.
Plugin Domains
| Domain | Plugin | Version | Purpose |
|---|
| Research | panel-system | v5.0.0 | Multi-perspective analysis, expert panels, decision-making |
| Development | code | v1.11.0 | Code review, orchestration patterns, TDD, 15 agents |
| Creative | write | v1.5.0 | Fiction writing, prose craft, perplexity detection, 16 agents |
| Image | image | v1.1.0 | Stable Diffusion prompts, ComfyUI workflows |
| Automation | scheduler | v0.1.0 | Cron-style scheduled task execution |
| Formatting | output-styles | v1.0.2 | Response styling and output formats |
| Core | asha | v1.18.0 | Session coordination, memory persistence, learnings |
When to Use Each
panel-system — When you need multiple perspectives on a question
- Architecture decisions, trade-off analysis
- Creative brainstorming with diverse viewpoints
- Risk assessment, devil's advocacy
code — When you're building software
- Code review before commits
- Multi-agent feature implementation
- Bug investigation, refactoring, TDD
write — When you're writing fiction
- Chapter drafting with perplexity validation
- Style analysis from exemplar texts
- Manuscript revision workflows
image — When you need AI-generated images
- Stable Diffusion prompt engineering
- ComfyUI workflow design
- LoRA/model selection guidance
scheduler — When you need automated recurring tasks
- Daily code reviews
- Scheduled reports
- Automated maintenance
asha — Always (foundation)
- Session memory across conversations
- Cross-project identity via
~/.asha/
- Confidence-tracked learnings that persist
Available Plugins
Panel System
Plugin Name: panel-system
Command: /panel
Version: 5.0.0
Domain: Research & Analysis
Dynamic multi-perspective analysis with 3 core roles (Moderator, Analyst, Challenger) + dynamically recruited specialists. Full state persistence for resumption and audit.
/panel Should we implement GraphQL or REST for the new API
/panel --format=github "Review authentication approach"
/panel --context=docs/RFC.md "Evaluate this proposal"
# Panel management
/panel --list # List all panels
/panel --list --status=active # Filter by status
/panel --resume <id> # Resume interrupted panel
/panel --show <id> # Display panel summary
/panel --abandon <id> # Mark as abandoned
Features:
- 11-phase structured decision protocol
- Consensus tracking with percentage thresholds
- Output formats: markdown (default), github, json
- Context injection from files or URLs
- Dynamic specialist recruitment
- Full persistence with
--resume, --list, --show, --abandon
- Per-phase state files in
Work/panels/ for audit trail
Full Documentation →
Code
Plugin Name: code
Commands: /code:review, /code:verify, /code:checkpoint, /code:orchestrate
Version: 1.11.0
Domain: Development
Development workflows with orchestration patterns, code review, TDD, and 15 specialized agents.
/code:review # Review staged changes
/code:review <path> # Review specific file(s)
/code:review --all # Review all uncommitted changes
/code:verify # Run types, lint, tests, security
/code:checkpoint "name" # Create named progress checkpoint
Agents (15):
| Agent | Role |
|---|
| architect | System architecture and modular design |
| build-error-resolver | Build and TypeScript error resolution |
| code-reviewer | Code quality and security review |
| codebase-historian | Prior art discovery, pattern archaeology |
| database-reviewer | PostgreSQL optimization, RLS policies |
| debugger | Complex issue diagnosis, root cause analysis |
| doc-updater | Documentation sync from code structure |
| e2e-runner | Playwright E2E testing |
| go-build-resolver | Go compilation error specialist |
| go-reviewer | Idiomatic Go review |
| javascript-pro | Modern ES2023+ development |
| python-pro | Python 3.11+ type-safe development |
| refactor-cleaner | Dead code removal, cleanup |
| tdd | Test-driven development (London School) |
| typescript-pro | Advanced TypeScript development |
Skills: Django patterns, Spring Boot patterns, Go patterns, Python patterns, API design
Recipes (multi-agent workflows):