All skills
microsoft avatar

markdown-token-optimizer

official

microsoft/github-copilot-for-azure

GitHub Copilot for Azure

197 134 Updated 19 hours ago First seen last yearactive
npx -y skilld add gh:microsoft/github-copilot-for-azure -s markdown-token-optimizer
Other metadata
license
MIT

Markdown Token Optimizer

This skill analyzes markdown files and suggests optimizations to reduce token consumption while maintaining clarity.

When to Use

  • Optimize markdown files for token efficiency
  • Reduce SKILL.md file size or check for bloat
  • Make documentation more concise for AI consumption

Workflow

  1. Count - Calculate tokens (~4 chars = 1 token), report totals
  2. Scan - Find patterns: emojis, verbosity, duplication, large blocks
  3. Suggest - Table with location, issue, fix, savings estimate
  4. Summary - Current/potential/savings with top recommendations

See ANTI-PATTERNS.md for detection patterns and OPTIMIZATION-PATTERNS.md for techniques.

Rules

  • Suggest only (no auto-modification)
  • Preserve clarity in all optimizations
  • SKILL.md target: <500 tokens, references: <1000 tokens

References

Source: SKILL.md on GitHub

No curators have added this skill yet. Be the first to include it in a collection.