adr-writer
Generates Architecture Decision Records capturing context, rationale, alternatives, and consequences in numbered status-tracked format. Triggers on: "write an…
Evaluate one existing package or bounded package family from recorded evaluator evidence and a capability profile, then propose retain, simplify, strengthen, retire, or inconclusive without editing. Use when optimizing a skill, agent, hook, rule, command, utility, or preset;
$ npx -y skills add Mathews-Tom/armory --skill package-optimizer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/package-optimizerContext preview
The summary Claude sees to decide when to auto-load this skill.
Evaluate one existing package or bounded package family from recorded evaluator evidence and a capability profile, then propose retain, simplify, strengthen, retire, or inconclusive without editing. Use when optimizing a skill, agent, hook, rule, command, utility, or preset;
name: package-optimizer description: 'Evaluate one existing package or bounded package family from recorded evaluator evidence and a capability profile, then propose retain, simplify, strengthen, retire, or inconclusive without editing. Use when optimizing a skill, agent, hook, rule, command, utility, or preset; evaluating whether package detail is justified; reviewing a model-refresh impact; or preparing an approval-gated package improvement. Refuses missing, stale, or incomparable evidence and never edits without explicit approval. Not for scoring static package conformance or rubric dimensions; use package-evaluator.' metadata: version: 1.0.0 category: development phase: review tags: [package, optimization, evaluation, evidence, approval] difficulty: advanced
Turn existing package evidence into one bounded, reviewable proposal. The optimizer is proposal-only: it never edits a package, changes a profile, or starts a benchmark run.
| Situation | Action | | --- | --- | | One package has current evaluator evidence | Propose one disposition. | | A bounded family shares the same evidence/profile | Propose one family plan with a per-package row. | | Evidence is missing, stale, structurally invalid, or from another profile | Return `inconclusive`; name the unresolved package decision and request the smallest recertification needed. | | User asks to apply a proposal | Require explicit approval, preserve before artifacts, then hand the edit to the normal package workflow. | | User asks for a broad benchmark before identifying a package decision | Refuse the expansion; identify the package decision first. |
1. **Package scope** — one `type/name` package or an explicitly bounded family. 2. **Current evidence** — static conformance and relevant eval-case result or a recorded behavioral result. Cite exact commands, artifacts, or case IDs. 3. **Capability profile** — model/client/tool-surface identity when behavioral evidence depends on one. Structural-only evidence is labelled as such. 4. **Decision question** — what behavior should be retained, simplified, or strengthened.
Do not infer effectiveness from package length, heading count, or static score.
Reject evidence when any condition holds:
requested profile;
A rejection uses the single output format below with `Disposition: inconclusive`, `Proposed change: none`, and `Approval required: yes`. Its `Unresolved package decision` must name the package scope and decision question. A recertification request repeats that exact field; do not request a benchmark without it.
1. Resolve the package scope and read its definition, evaluator cases, and current conformance output. 2. State the decision question and evidence class: `structural`, `behavioral`, or `profile-scoped behavioral`. 3. Verify evidence validity. Stop with `inconclusive` on any invalid input. 4. Select exactly one disposition:
contract/evaluator proves the smaller scope.
5. Produce a proposal. For non-`retain` dispositions, name exact sections or files to change and the evaluator behavior that must remain true. 6. Stop. Do not edit. Require the user to explicitly approve the proposal.
An approval must name the package, disposition, and proposal ID. The downstream applying workflow—not this skill—must:
1. Save the original package artifact and evaluator evidence. 2. Apply only the approved package/family change. 3. Run static conformance and relevant eval cases. 4. Record before/after artifacts, verification output, profile identity, and any regression. 5. Revert the bounded package change on regression. Do not broaden the scope.
## Package Optimization Proposal Scope: <type/name or bounded family> Decision question: <question> Evidence class: <structural | behavioral | profile-scoped behavioral> Evidence: - <command/artifact/case and observed result> Capability profile: <identity | not applicable> Disposition: <retain | simplify | strengthen | retire | inconclusive> Rationale: <evidence-backed explanation> Unresolved package decision: <scope + decision question | not applicable> Proposal ID: <stable scope + evidence identifier> Proposed change: <none | exact files/sections and intended behavior> Preservation check: <existing evaluator/eval case> Approval required: yes Smallest next action: <concrete action>
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…