agents-md
Covers AGENTS.md (OpenCode, multi-agent harnesses) and CLAUDE.md (Claude Code). Same principles, different loading mechanics — substitute CLAUDE.md when applicable. Language/framework-agnostic.
Include only what genuinely helps. Never delete useful information without relocating it first.
References
Read on demand — do not load all reference files at once.
| When the user mentions... | Read |
|---|---|
| Auditing an existing file | references/audit-example.md |
| Testing, TDD, test conventions | references/tdd.md |
| Monorepos, hierarchical systems, file size | references/hierarchical.md |
| Flagging problems, reviewing quality | references/anti-patterns.md |
| Compacting or optimizing an AGENTS.md | references/compaction.md |
| Coverage, completeness, what topics to investigate | references/coverage-checklist.md |
Load references/coverage-checklist.md after Phase 1 answers to guide repo investigation. Use during Phase 2 to structure gap presentation. Use during auditing for the gap analysis step.
More from nkootstra/skills
compact-markdown
Compact, compress, or minify markdown files to use fewer tokens while preserving all information and meaning. Use this skill whenever the user wants to reduce the size of a markdown file, shrink a README, compress a SKILL.md or CLAUDE.md, minify documentation, or make any markdown more token-efficient. Trigger even if they just say "make this shorter" or "compress this" on a markdown file.
57code-complexity-audit
>-
51latency-engineering
Diagnose and reduce latency in software systems. Use when dealing with slow APIs, tail latency, p99 spikes, caching, replication, partitioning, concurrency, async I/O, or any question about making systems faster.
25python-best-practices
>
24adversarial-review
>
23zig-best-practices
Comprehensive Zig expertise covering allocators, comptime, error handling, build system, C interop, SIMD, volatile, atomic, align, and performance. Use when writing, reviewing, debugging, or refactoring Zig code. Triggers: Zig, .zig files, build.zig, build.zig.zon, zig test, zig build, allocators, comptime, SIMD, volatile, atomic, align, or any Zig-specific concept.
16