From backend-security
Invokes llm-integrator agent to generate LLM integration patterns, RAG systems, and prompt engineering solutions for a required requirement and optional pattern.
How this command is triggered — by the user, by Claude, or both
Slash command
/backend-security:llm <requirement> [pattern]sonnetThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Llm Command LLM integration patterns, RAG systems, and prompt engineering ## Arguments **$1 (Required)**: requirement **$2 (Optional)**: pattern ## Examples Invoke the llm-integrator agent with: $ARGUMENTS
LLM integration patterns, RAG systems, and prompt engineering
$1 (Required): requirement
$2 (Optional): pattern
/llm "Build RAG system for docs" rag
/llm "Implement chat interface" streaming
Invoke the llm-integrator agent with: $ARGUMENTS
npx claudepluginhub dotclaude/marketplace --plugin backend-security/promptEngineers, tests, versions, and optimizes LLM prompts using patterns like few-shot, CoT, ReAct; produces YAML specs, MD prompts, examples, test suites, evaluations, and git commits. Also supports optimize, test, compare flags.
/prompt-optimizeOptimizes input prompts for LLMs using chain-of-thought, few-shot examples, constitutional AI self-critique, and model-specific patterns for production readiness.
/devkit.prompt-optimizeOptimizes input prompts for LLMs using CoT, few-shot, constitutional AI, and model-specific techniques. Saves optimized prompt to optimized-prompt.md and generates assessment report.
/create-meta-promptCreates optimized prompts for Claude-to-Claude pipelines (research -> plan -> implement) from a task description.
/design-promptGenerates a complete system prompt package for an AI feature or product, including structured prompt, constraints, examples, rationale, context spec, and test cases.