devkit.prompt-optimize
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
Validates Java application architecture focusing on Clean Architecture, DDD, and Spring Boot patterns. Use when reviewing architectural decisions or before major refactoring.
> /plugin marketplace add giuseppe-trisciuoglio/developer-kit > /plugin install developer-kit@developer-kit
How it fires
How this command gets triggered: by you, by Claude, or both.
/devkit.java.architect-reviewContext preview
What this command does when you run it.
Validates Java application architecture focusing on Clean Architecture, DDD, and Spring Boot patterns. Use when reviewing architectural decisions or before major refactoring.
allowed-tools: Read, Bash, Grep, Glob argument-hint: "[package-path] [focus-area]" description: Validates Java application architecture focusing on Clean Architecture, DDD, and Spring Boot patterns. Use when reviewing architectural decisions or before major refactoring.
Validates Java application architecture focusing on Clean Architecture, DDD, and Spring Boot patterns. Use when reviewing architectural decisions or before major refactoring. Perform a comprehensive architectural review of a Java application, focusing on Clean Architecture principles, Domain-Driven Design patterns, and Spring Boot best practices.
/devkit.java.architect-review $ARGUMENTS
| Argument | Description | |--------------|------------------------------------------| | `$ARGUMENTS` | Combined arguments passed to the command |
**Agent Selection**: To execute this architectural review, use the following agent with fallback:
`spring-boot-crud-patterns` skill
$1 specifies the package path to review (optional - defaults to entire codebase):
$2 specifies the focus area (optional):
1. **Examine Package Structure**: Analyze the overall organization and layering 2. **Review Dependencies**: Check for proper dependency direction and coupling 3. **Assess Patterns**: Evaluate implementation of architectural patterns 4. **Identify Violations**: Find architectural debt and anti-patterns 5. **Review Spring Boot Usage**: Ensure proper framework utilization 6. **Evaluate Testability**: Assess how architecture supports testing 7. **Consider Scalability**: Review performance and scaling implications
Based on the context and focus area, provide a comprehensive architectural review including:
Focus on practical, actionable advice that improves the application's architecture while considering the team's current context and constraints.
/devkit.java.architect-review example-input
Modular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.
Repo: giuseppe-trisciuoglio/developer-kit
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve…
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Provides guided bug fixing and debugging capability with systematic root cause analysis. Use when encountering bugs, errors, or unexpected behavior.
Creates a GitHub pull request with branch creation, commits, and detailed description. Use when you need to submit changes for review.
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or…