apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Check for Claude Code updates, detect breaking changes, analyze plugin compatibility, and optionally gather community pulse via Exa.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/watchContext preview
What this command does when you run it.
Check for Claude Code updates, detect breaking changes, analyze plugin compatibility, and optionally gather community pulse via Exa.
description: Check for Claude Code updates, detect breaking changes, analyze plugin compatibility, and optionally gather community pulse via Exa. argument-hint: "[--pulse] [--since <version>]"
Monitor Claude Code releases and verify plugin ecosystem compatibility.
1. **Fetch** latest changelog from code.claude.com 2. **Compare** against known API surface (api-surface.md) 3. **Scan** plugin files for impacted APIs 4. **Report** with [BREAKING], [DEPRECATED], [NEW] tags
Everything in default mode, plus: 1. **Search** community feedback via Exa web_search 2. **Analyze** sentiment via Exa deep_researcher 3. **Gather** real-world usage patterns 4. **Compare** with competitor tools
| Source | Method | Mode | |--------|--------|------| | Changelog | WebFetch code.claude.com | Default | | Docs index | WebFetch llms.txt | Default | | Hook/Plugin API | Grep local files | Default | | Community blogs | Exa web_search | --pulse | | Deep analysis | Exa deep_researcher | --pulse | | Code patterns | Exa get_code_context | --pulse |
# Claude Code Update Report
Date: {date}
Latest Version: {version}
New Since Last Check: {count}
## [BREAKING] Changes
- {description} → Impact: {affected_files}
## [DEPRECATED] APIs
- {api} → Migration: {alternative}
## [NEW] Features
- {feature} → Opportunity: {how_to_leverage}
## [COMMUNITY] Pulse (--pulse only)
- Sentiment: {positive/neutral/negative}
- Key Topics: {list}
- Notable Feedback: {quotes_with_sources}A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.