agentsclimarketplace

Agent optimize

Skill nakane1chome/claude-skills/skills/agent-optimize

Optimize a document for AI agent consumption. Restructures prose into formats that agents parse efficiently while preserving meaning.From its SKILL.md

Install
npx -y skills add nakane1chome/claude-skills --skill agent-optimize

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.4 KB, 445 tokens by cl100k_base, as published. Nobody here has run it

Optimize the target document(s) at $ARGUMENTS for agent consumption.

Stop after each stage and have changes reviewed with user.

Note: The goal is agent efficiency, not stripping all prose. Some content is genuinely better as narrative — context-setting introductions, nuanced trade-offs, philosophy notes. Optimize the structure agents need to parse; preserve the prose humans need to understand intent.

  1. Read and assess the document (developer confirms)

    • Read the target document and identify its current structure
    • What sections are prose-heavy and could benefit from structured formats?
    • What relationships between concepts are buried in narrative?
    • Confirm understanding and optimization targets before proceeding
  2. Replace verbose prose with structured formats (agent leads with approval)

    • Are there narrative paragraphs that would be clearer as tables, diagrams, or bullet lists?
    • Convert where meaning is preserved — don't force structure where prose is genuinely better
    • Use structured formats agents parse well (clear headers, consistent patterns)
  3. Compress token usage (agent leads with approval)

    • Is there redundant phrasing that can be removed without losing information?
    • Are there verbose explanations that could be stated more directly?
    • Prefer concise, direct language over verbose explanation
  4. Make relationships explicit (agent leads with approval)

    • Are there implicit references between sections that should be explicit cross-references?
    • Add hierarchy indicators to show parent/child relationships
    • Prefer visual structure over narrative explanation

Pipeline Position

This skill sits at the end of the composition pipeline: flesh-out -> review-steps -> strong-edit -> agent-optimize. Run it after the content is complete and reviewed — it restructures for consumption, not correctness.

When to Use This vs Other Skills

GoalUse
Raw notes need structure and expansionflesh-out
Draft needs polish and consistencyreview-steps
Complete draft needs critical evaluationstrong-edit
Finalized document needs agent-friendly restructuringagent-optimize

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.