How this command is triggered — by the user, by Claude, or both
Slash command
/fabric-helper:execThe summary Claude sees in its command listing — used to decide when to auto-load this command
## Usage
## Arguments
- `pattern_name` - The name of the pattern to execute (e.g., "review_code", "summarize")
- `user_prompt` - The input text to process
## Examples
## Execution
This command delegates to the pattern-executor subagent which uses the Sonnet model for high-quality analysis.
Use the pattern-executor subagent to execute the pattern with the following input:
--- PATTERN NAME ---
$1
--- INPUT START ---
$2
--- INPUT END ---
The pattern-executor will:
1. Extract the specified pattern from `${CLAUDE_PLUGIN_ROOT}/.fabric-core/pattern_extracts.json`
2. Apply the pattern to .../exec [pattern_name] [user_prompt]
pattern_name - The name of the pattern to execute (e.g., "review_code", "summarize")user_prompt - The input text to process/exec review_code "analyze the login function"
/exec summarize "last 5 commits"
/exec analyze_security "[code here]"
This command delegates to the pattern-executor subagent which uses the Sonnet model for high-quality analysis.
Use the pattern-executor subagent to execute the pattern with the following input:
--- PATTERN NAME --- $1
--- INPUT START --- $2 --- INPUT END ---
The pattern-executor will:
${CLAUDE_PLUGIN_ROOT}/.fabric-core/pattern_extracts.jsonnpx claudepluginhub rafaelcalleja/claude-market-place --plugin fabric-helper/referenceProvides reference on advanced pattern learning features, including cache behavior, auto-save details, file structure, and next-command handoff suggestions.
/codexDelegates coding tasks to OpenAI Codex CLI for autonomous execution via natural language prompts, handling code refactoring, testing, bug fixes, explanations, features, and reviews.
/explainAnalyzes tasks, code, events, or issues read-only, providing explanations, impact assessments, risk analysis, and implementation recommendations.
/neo-patternExtracts reusable architectural patterns from specified code areas or types, analyzes effectiveness and consistency, searches memory for similars, suggests improvements with confidence scores.
/code-analysisAnalyzes existing codebase for <feature-name> [--auto] to extract patterns, interfaces, flows, and conventions.
/execExecutes a command inside a provisioned sandbox pod (defaults to interactive Claude session). Validates the bound claim and resolves the pod before exec.