
from aura-frog17
Generates and templates operational documentation: Architecture Decision Records (ADRs) and runbooks, with templates and principles for when and how to record d
The Documentation skill provides templates and guidance for producing operational documents: Architecture Decision Records (ADRs) and runbooks. It standardizes where to record architecture decisions (immutable ADR files), how to format runbooks for operational tasks and incident response, and the principles that make documentation useful in practice (clear context, options evaluated, copy-paste-ready commands). The skill is intentionally lightweight — it supplies ready-made ADR and runbook markdown templates and advice on placement and lifecycle.
Invoke this skill during design discussions, technology selection, deprecation planning, or when creating operational runbooks for services. Use it when a team needs to record a decision formally, create a deploy/run checklist, or capture escalation and troubleshooting steps. It’s also appropriate when documenting common operational tasks so on-call engineers can act quickly.
Fits inside Claude Code-style agent workflows and developer-focused multi-agent setups where the agent can create or suggest repository files. Useful across engineering teams, SREs, and developer documentation pipelines.
Documentation skill providing ADR and runbook templates. No scripts to execute — purely a template/reference skill. SKILL.md is lean and well-structured with clear triggers and principles, but lacks depth: no worked examples, no validation guidance, and no instructions for the agent on how to actually produce quality output beyond filling in the template.
Pure template skill with no scripts or executable code. Safe but shallow. Would benefit from worked examples and more detailed agent instructions.
Flutter Expert
Expert Flutter/Dart patterns and best practices for building maintainable cross-platform mobile apps (state management, navigation, testing).
Plan Tree Validator
Validates hierarchical plan trees against 8 invariants (parent/child integrity, no orphans, valid status, monotonic revisions, DAG acyclicity, etc.) and refuses
Quick Bugfix
A compact TDD-driven bugfix workflow that enforces root-cause investigation, failing-test-first discipline, and stepwise verification to prevent regressions.