From armory
DEPRECATED: Summarizes verbose technical docs with 40% length cap, paths-first format, and tables. Retained for reference as base models now handle this natively.
How this skill is triggered — by the user, by Claude, or both
Slash command
/armory:doc-condenserThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **DEPRECATED** — Modern Claude models condense and summarize technical documentation
DEPRECATED — Modern Claude models condense and summarize technical documentation natively with comparable quality. The output format preferences encoded here (40% length cap, tables over prose, paths first) are too generic to justify skill overhead. Retained for archival reference only.
Transform verbose technical documentation into concise, developer-focused specs.
# [path/to/output.md]
# [Title] - [Subtitle if needed]
## Purpose
[2-3 sentences: what this is, why it exists, key design principle]
## Status
[Table: metrics, rates, performance]
## Architecture Overview
[Optional diagram or brief flow description]
[Only if it aids understanding]
## Implementation Files
[Grouped by category with paths and one-line descriptions]
## [Domain-Specific Sections]
[Tables, code snippets, brief commentary as needed]
## Quick Reference
[Box or code block with key stats for scanning]
See assets/template.md for a copy-ready scaffold of this structure.
code blocks for paths and commandsWhen condensing an existing verbose doc:
See references/style-guide.md for detailed formatting rules, table patterns, and code sample guidelines.
Before (verbose):
We have successfully achieved and EXCEEDED the original goals of this specification!
After many iterations and improvements, our automation rate reached 96.6% which is
above our target of 95%. The team worked hard on this and we're very proud...
After (concise):
**v31 PRODUCTION** | 96.6% automation (target: 95%)
<!-- review: ambiguous --> comment in the output.references/style-guide.md and note the override at the top of the output.references/style-guide.md) takes precedence over source formatting, which can alter heading levels and table layouts.npx claudepluginhub mathews-tom/armory --plugin armoryConsolidates redundant documentation while preserving all valuable content. Activates on phrases like 'clean up docs' or 'consolidate documentation'.
Refactors documents by simplifying content, converting paragraphs to tables, and visualizing flows with sequence diagrams. Useful for condensing long docs while preserving key information.
Rewrites or drafts docs for maximum token economy without losing rules or intent. Use for version-controlled docs agents re-read regularly.