anthropic-1p-prompt-optimizer
Anthropic 1p Prompt Optimizer
Overview
Turn vague “帮我改一下提示词/Make this prompt better” into a repeatable workflow:
- clarify goals + constraints, 2) restructure the prompt using proven building blocks, 3) add formatting/examples/guardrails, 4) propose a small test plan for iteration.
Workflow (1P-style)
Step 0: Intake (ask only what’s missing)
Request:
- Current prompt (system + user), and where it runs (UI / API / multi-turn).
- Target behavior: success criteria + non-goals.
- Inputs the prompt will receive (and typical edge cases).
- Required output format (plain text / XML / JSON) + strictness.
- Common failures (hallucination, wrong tone, ignored constraints, formatting drift).
Step 1: Diagnose quickly
More from rexleimo/rex-skills
openspec-parallel-agents
Use when OpenSpec workflows need dependency-aware parallel subagents across OPSX commands, legacy openspec commands, and Codex CLI prompt aliases.
10openspec-long-running-harness
Use when implementing long-running agent workflows that need cross-session state persistence, incremental progress tracking, and gate enforcement. Combines OpenSpec spec-driven development with Anthropic's effective harnesses pattern for multi-context-window projects.
7hybrid-executor
当需要利用 Claude 的代码重构能力或 Gemini 的超长上下文分析时使用。
6spec-kit-parallel-orchestrator
Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit.* or /prompts:speckit.* commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round.
6ccg-workflow
Multi-agent orchestration workflow for software development. Coordinates Claude Code (Coordinator), Codex CLI (Backend Authority), and Gemini CLI (Frontend Authority) through slash commands (/ccg:*). Supports propose, explore, new, continue, ff, apply, verify, archive, status, config commands. Schema-driven artifact dependency graph with parallel invocation, session reuse, cross-validation, and trust-based conflict resolution.
1