Code quality tools for understanding and maintaining projects.
/plugin install devx-qa@devx-plugins
Analyzes project architecture and generates ASCII state machine and sequence diagrams. Triggers automatically when you ask to explain a project, analyze architecture, or trace an entrypoint.
explain this project
explain the auth-flow feature
show me the architecture
What happens:
- Detects your stack (language, framework, tools)
- Finds the entrypoint for the feature you specify
- Generates ASCII state machine diagram
- Generates ASCII sequence diagram
- Lists key files with their roles
Output:
┌─────────────┐ success ┌──────────────┐
│ PENDING │──────────────►│ AUTHORIZED │
└─────────────┘ └──────────────┘
│ │
│ failure │ logout
▼ ▼
┌─────────────┐ ┌──────────────┐
│ FAILED │ │ EXPIRED │
└─────────────┘ └──────────────┘
No mermaid. No external tools. Just ASCII that works everywhere.
Evaluates and improves a plugin's skills by applying Anthropic's skill authoring best practices. Triggers when you ask to fix, improve, or review skills.
Keeps CLAUDE.md in sync with codebase evolution. Triggers when you ask to update or sync CLAUDE.md.
What happens:
- Finds your CLAUDE.md (or creates one)
- Analyzes commits since last update
- Detects new patterns, stack changes, architecture shifts
- Proposes additions and removals in diff format
- Asks for confirmation before applying
Your project memory stays current without manual maintenance.