adr-writer
Generates Architecture Decision Records capturing context, rationale, alternatives, and consequences in numbered status-tracked format. Triggers on: "write an…
**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
$ npx -y skills add Mathews-Tom/armory --skill doc-condenser --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/doc-condenserContext preview
The summary Claude sees to decide when to auto-load this skill.
**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
name: doc-condenser description: "DEPRECATED: The base model handles document condensation and summarization natively at high quality. This skill no longer provides meaningful uplift. Retained for reference only." metadata: version: 1.1.1 status: deprecated category: review tags: [documentation, summarization, technical-writing, conciseness] difficulty: beginner
> **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.
1. **Paths first** - Every file reference includes full/relative path 2. **Tables over prose** - Use tables for metrics, coverage, file lists 3. **Code samples stay** - Keep small, illustrative snippets; remove verbose examples 4. **Commentary, not explanation** - Brief context sentences, not paragraphs 5. **One-line history** - Reference legacy docs, don't preserve their content
# [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.
When condensing an existing verbose doc:
1. Identify the core purpose (first paragraph of output) 2. Extract all file paths into grouped tables 3. Preserve code samples that show patterns 4. Convert prose sections to tables where possible 5. Add single history reference line 6. Verify no information loss on key technical details
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%)
Curated, production-grade skills, agents, hooks, rules, commands, utilities, and presets for AI coding agents. No magic, no demos — battle-tested workflows built for developers who use AI seriously.
Repo: Mathews-Tom/armory
Generates Architecture Decision Records capturing context, rationale, alternatives, and consequences in numbered status-tracked format. Triggers on: "write an…
Build AI agents and automate Claude Code programmatically via the Claude Agent SDK and headless CLI mode. Covers Python SDK, claude -p, SDK MCP servers, hooks,…
Audits and enhances FastAPI and REST API documentation: missing descriptions, response codes, examples, docstrings, Pydantic models, OpenAPI spec. Triggers on:…
Generate architecture diagrams as fully editable SVG with native AWS, Azure, and GCP icons for cloud diagrams, or hand-drawn generic icons for everything else.…
Architecture reviews across 7 dimensions (structural, scalability, enterprise readiness, performance, security, ops, data) with scored reports. Triggers on:…
Optimize and prepare figures for arXiv submission: format conversion (EPS/PDF/PNG/JPG), size reduction, metadata stripping, processor compatibility (DVI vs…