prompt-engineer
Invoke IMMEDIATELY via python script when user requests prompt optimization. Do NOT analyze first - invoke this skill immediately.
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
--- name: prompt-engineer description: Invoke IMMEDIATELY via python script when user requests prompt optimization. Do NOT analyze first - invoke this skill immediately. license: Apache-2.0 --- # Prompt Engineer When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. ## Invocation Start with step 1 (triage) to determine scope: <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.prompt_engineer.optimize --step 1" /> Then continue with determined scope: <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.prompt_engineer.optimize --step 2 --scope <scope>" /> | Argument | Required | Description | | --------- | -------- | --------------------------------------------- | | `--step` | Yes | Current step (1 = triage, 2-6 = workflow) | | `--scope` | For 2+ | Required for steps 2-6. Determined by step 1. | ### Scopes - **single-prompt**: One prompt file, general optimization - **ecosystem**: Multiple related prompts that interact - **greenfield**: No existing prompt, designing from requirements - **problem**: Existing prompt(s) with specific issue to fix Do NOT analyze or explore first. Run the script and follow its output.
More AI & ML skills
writing-shape
mattpocock/skills
Writing, exploit: shape raw material into an article, paragraph by paragraph.
275.5k
writing-fragments
mattpocock/skills
Writing, explore: mine raw fragments, no structure yet.
275.3k
full-output-enforcement
leonxlnx/taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
273.1k

