Install
1
Run in your terminal$
npx claudepluginhub rafaelcalleja/claude-market-place --plugin fabric-helperCommand Content
Usage
/exec [pattern_name] [user_prompt]
Arguments
pattern_name- The name of the pattern to execute (e.g., "review_code", "summarize")user_prompt- The input text to process
Examples
/exec review_code "analyze the login function"
/exec summarize "last 5 commits"
/exec analyze_security "[code here]"
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:
- Extract the specified pattern from
${CLAUDE_PLUGIN_ROOT}/.fabric-core/pattern_extracts.json - Apply the pattern to the provided input
- Generate comprehensive analysis using Sonnet model
- Return the formatted result
Other plugins with /exec
Stats
Parent Repo Stars2
Parent Repo Forks1
Last CommitOct 13, 2025