optimize-llm-config-docs

Optimize verbose LLM configuration documents into compact actionable guidance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dragonkid/dotfiles --skill optimize-llm-config-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize-llm-config-docs
Source: https://github.com/dragonkid/dotfiles/tree/main/claude/skills/learned/optimize-llm-config-docs
Command: npx skills add https://github.com/dragonkid/dotfiles --skill optimize-llm-config-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces token waste by transforming verbose LLM configuration documents (skills, CLAUDE.md, prompts) into concise, actionable patterns.

Core Features & Use Cases

  • Inline optimization: rewrite human-oriented sections into clear rules, steps, and commands.
  • Structural consolidation: identify and remove non-actionable content (Symptoms, Troubleshooting, Based on sessions) while preserving essential guidance.
  • Progressive disclosure guidance: recommend splitting into subdocuments and loading topics on demand when applicable.
  • Use case examples: converting a long CLAUDE.md into a compact reference for fast execution.

Quick Start

Use the optimize-llm-config-docs skill to rewrite the provided CLAUDE.md into an action-focused, compact guide.

Frequently Asked Questions about optimize-llm-config-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize verbose LLM configuration documents to save tokens?

Inline document optimization rewrites verbose human-oriented sections into actionable rules and commands, removing non-actionable content to reduce token waste. This process produces compact LLM configuration guidance for faster execution.

What is the best way to condense a long CLAUDE.md file into actionable patterns?

Condensing a CLAUDE.md file involves structural consolidation to remove non-actionable content like troubleshooting logs, transforming the document into an action-focused, compact reference guide for LLM execution.

How does progressive disclosure work for large LLM documentation?

Progressive disclosure for large LLM documentation works by splitting large files into subdocuments and loading specific topics on demand. This approach minimizes token usage by only reading relevant sections when needed.

Do I need a valid SKILL.md frontmatter to optimize LLM docs?

Yes, you need a valid SKILL.md frontmatter with both name and description fields to optimize LLM docs. This frontmatter is a required prerequisite before the inline optimization process can execute.

What content should be removed when turning LLM prompts into compact guides?

When turning LLM prompts into compact guides, remove non-actionable human-oriented content such as Symptoms, Troubleshooting, and session-based notes. Essential guidance must be preserved and rewritten into clear rules and commands.