npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-aiHow Markdown Token Optimizer fits into a Paperclip company.
Markdown Token Optimizer drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
SKILL.md38 linesExpandCollapse
---name: markdown-token-optimizerdescription: "Analyzes markdown files for token efficiency. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size"license: MITmetadata: author: Microsoft version: "1.0.0"--- # 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 totals2. **Scan** - Find patterns: emojis, verbosity, duplication, large blocks3. **Suggest** - Table with location, issue, fix, savings estimate4. **Summary** - Current/potential/savings with top recommendations See [ANTI-PATTERNS.md](references/ANTI-PATTERNS.md) for detection patterns and [OPTIMIZATION-PATTERNS.md](references/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 - [OPTIMIZATION-PATTERNS.md](references/OPTIMIZATION-PATTERNS.md) - Optimization techniques- [ANTI-PATTERNS.md](references/ANTI-PATTERNS.md) - Token-wasting patternsAnalyze Test Run
Install Analyze Test Run skill for Claude Code from microsoft/github-copilot-for-azure.
Appinsights Instrumentation
Microsoft's official guidance for adding Azure Application Insights telemetry to web applications. Covers SDK setup patterns for ASP.NET Core, Node.js, and Pyth
Appinsights Instrumentation
The appinsights-instrumentation skill provides developers with guidance, reference materials, and best practices for instrumenting webapps with Azure Applicatio