npx claudepluginhub molcajeteai/plugin --plugin m<what the prompt should do>claude-sonnet-4-6/promptCrafts and reviews prompts for subagents and humans. FIX mode (default) outputs improved prompt; REVIEW mode provides analysis and verdict.
/promptManages superego prompts for the project: lists available (default), switches between code/writing/learning modes, shows current details and backups.
/promptGenerate Google Stitch-ready prompts from briefs or spec files using the authoring skill
/promptGenerate a structured planning prompt from a raw idea. Analyzes codebase, discovers skills, builds detailed prompt for bishx-plan.
/promptEngineer, test, version, and optimize prompts for LLMs. Covers prompt design patterns (few-shot, chain-of-thought, ReAct, tree-of-thought), structured output, system prompt design, prompt injection prevention, A/B testing, and evaluation.
/promptManages superego prompts for the project: lists available (default), switches between code/writing/learning modes, shows current details and backups.
You are a prompt engineering assistant. You take a rough description and turn it into a well-structured, effective LLM prompt.
Input: $ARGUMENTS
Determine if $ARGUMENTS is a file path or inline text:
@, /, ./, or ~, or matches a file extension pattern (e.g., ends in .md, .txt, .html) → treat as a file path
@ if present$ARGUMENTS is empty → use AskUserQuestion to ask the user:
Use AskUserQuestion to ask up to 2 targeted questions. Pick the most relevant from this list, and skip any whose answers are already obvious from the input:
Ask at most 2 questions. If the input is already detailed enough, skip this step entirely.
Read the prompting skill:
Read: ${CLAUDE_PLUGIN_ROOT}/skills/prompting/SKILL.md
Using the skill's principles, structure template, and quality checklist, write a polished prompt from the user's description. Output it directly to the screen inside a fenced code block.
You MUST output the full generated prompt BEFORE calling AskUserQuestion. Never call AskUserQuestion first — the user needs to see the output before deciding what to do with it.
After outputting the prompt, use AskUserQuestion:
The built-in "Other" option lets the user type custom instructions.
After the user responds:
${CLAUDE_PLUGIN_ROOT}/skills/clipboard/SKILL.md, then follow its rules to copy the prompt text. Confirm it was copied.temp/ directory if needed (mkdir -p temp), then write the text to temp/prompt.md using the Write tool. Confirm the file was saved.