From armory
Condenses verbose technical documentation into concise developer-focused specs using paths-first, tables-over-prose, and structured markdown output. Deprecated; base model handles natively.
npx claudepluginhub mathews-tom/armory --plugin armoryThis skill uses the workspace's default tool permissions.
> **DEPRECATED** — Modern Claude models condense and summarize technical documentation
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
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.