Agent skill
distill-prompt
Distill a verbose developer-facing prompt into a concise, token-efficient LLM-facing prompt while retaining essential instructions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/distill-prompt
SKILL.md
Analyze the provided DEVELOPER-FACING PROMPT. Your task is to distill it into a concise, token-efficient, LLM-FACING PROMPT.
The distilled prompt must retain only the essential instructions, rules, and structured commands required for the LLM to perform its task.
You MUST REMOVE:
- All front-matter and metadata (e.g., title, tags, status, version, related, source).
- All explanatory sections intended for humans (e.g., "When to Use," "Notes," "Example," "References," "Philosophy").
- Descriptive introductions, justifications, and conversational text.
- Verbose examples. Summarize them only if they are essential for defining a format.
The final output should be a clean, direct set of instructions for the LLM, with no additional commentary from you.
DEVELOPER-FACING PROMPT:
[Paste the verbose prompt content here]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?