skills/agents-md-writer/SKILL.md
Create, edit, review, or improve AGENTS.md files for agentic coding tools. Use when changing AGENTS.md guidance, drafting a new file, migrating legacy instruction files, defining nested overrides in monorepos, or debugging tool discovery and precedence behavior.
npx skillsauth add sjunepark/custom-skills agents-md-writerInstall 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.
Edit AGENTS.md guidance to be short, specific, and executable. Prefer repository facts over generic advice. Default to editing existing instruction files; create new files only when no suitable file exists for the scope.
AGENTS.md and tool-specific alternatives).AGENTS.override.md only when replacing same-directory AGENTS.md is intentional.# AGENTS.md
## Setup commands
- Install deps: `...`
- Start dev env: `...`
## Build and test
- Full checks: `...`
- Fast checks for touched package: `...`
## Code conventions
- Formatter/linter commands: `...`
- Framework or language constraints: `...`
## Change expectations
- Add or update tests for changed behavior.
- Update docs in `...` when public APIs change.
## Safety and approvals
- Do not ...
- Ask before ...
## Tool-specific notes (optional)
- Codex: ...
- OpenCode: ...
development
Long-running systematic codebase review with a persistent ledger in reviews/. Use to plan review areas, continue the next review pass, check campaign status, triage findings with the user, or apply auto-tier fixes. Modes: plan, continue, status, triage, fix (default continue).
development
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, empty states, UX review, visual hierarchy, information architecture, accessibility, performance, responsive behavior, theming, typography, spacing, layout, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, design systems, tokens, live browser iteration, and ambitious visual effects. Not for backend-only or non-UI tasks.
development
Manually integrate Git branch work without blind mechanical merges. Use when merging, transplanting, or refactoring branch work; resolving conflicts; preserving source-branch intent in a clean current-branch structure; or auditing that source additions, removals, tests, and docs landed intentionally.
testing
Prepare, audit, set up, and guide Release Please releases. Use when releasing, preparing or reviewing a release PR, adding Release Please, classifying SemVer impact or breaking changes, writing Release Please-compatible Conventional Commit guidance, or documenting release criteria. Release work requires existing Release Please config; setup requires an explicit setup request.