plugins/documentation-pipeline/skills/ln-120-reference-docs-creator/SKILL.md
Creates reference docs (ADRs, guides, manuals) for nontrivial tech stack choices. Use when project needs justified architecture decision records.
npx skillsauth add levnikolaevich/claude-code-skills ln-120-reference-docs-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: This is a Codex-native adapter. Load canonical files relative to the skills repo root.
MANDATORY READ: Load skills-catalog/ln-120-reference-docs-creator/SKILL.md.
Version: 1.0.0 Last Updated: 2026-04-24
testing
Checks runtime lifecycle and config validation: bootstrap, shutdown, probes, cleanup, env sync, and fail-fast startup. Use for runtime readiness.
testing
Checks races, deadlocks, async hazards, TOCTOU, blocking I/O, and shared resource contention. Use when auditing concurrency correctness.
testing
Checks diagnosability through structured logs, metrics, traces, correlation IDs, and useful log levels. Use when auditing incident visibility.
development
Finds code that can be safely deleted: unreachable, unused, obsolete compatibility, and commented-out code. Use when pruning dead code.