normalize-agents-md

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

Instruction files and caps: !python3 "$HOME/.agents/skills/normalize-agents-md/scripts/measure.py" . 2>/dev/null | head -40 || echo "(measure script unavailable)"

Uncommitted instruction files: !out=$(git status --short 2>/dev/null | grep -E '(AGENTS|CLAUDE|GEMINI)[^/]*\.md$' | head -5); echo "${out:-(none)}"

Docs homes present: !out=""; for f in README.md CONTRIBUTING.md ARCHITECTURE.md docs; do test -e "$f" && out="$out $f"; done; echo "${out:-(none)}"

Instructions

Rewrite every instruction file in scope into a short normative document: keep the rules, move everything else to its owning home, remove what generators wrote, add a file only where the tree needs one, prove nothing load-bearing was lost, and stop at an uncommitted tree.

Process

Installs
2
First Seen
1 day ago
normalize-agents-md — okisdev/ai-reference