devkit.feature-develop…
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve prompt quality or optimize LLM interactions.
> /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.prompt-optimizeContext preview
What this command does when you run it.
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve prompt quality or optimize LLM interactions.
allowed-tools: Read, Write, Edit argument-hint: "[prompt-text] [target-model] [optimization-level]" description: Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve prompt quality or optimize LLM interactions. model: sonnet
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve prompt quality or optimize LLM interactions. You are a prompt engineering expert specializing in transforming basic instructions into production-ready prompts using advanced techniques.
/devkit.prompt-optimize $ARGUMENTS
| Argument | Description | |--------------|------------------------------------------| | `$ARGUMENTS` | Combined arguments passed to the command |
**Agent Selection**: To execute this prompt optimization task, use the following agent with fallback:
engineering expertise
Extract and optimize the prompt provided in the arguments: **$ARGUMENTS**
**Target Model**: $2 (default: claude-3.5-sonnet) **Optimization Level**: $3 (default: standard)
**Available optimization levels:**
Apply the `prompt-engineering-expert` agent to optimize the prompt using:
**Advanced Techniques:**
**Model-Specific Optimization:**
The `prompt-engineering-expert` agent MUST provide:
**Complete Optimized Prompt:**
**Optimization Report:**
**Implementation Guidelines:**
**For Document Analysis Tasks:**
**For Code Comprehension Tasks:**
**For Multi-Step Reasoning:**
The optimized prompt must:
---
/devkit.prompt-optimize 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 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…
Validates a skill against DevKit standards (requirements, template, dependencies). Use when you need to verify a skill before publishing or after modifications.