agents-md
AGENTS.md Generator
Create or update agent instruction files for a codebase:
AGENTS.mdas the canonical instruction fileCLAUDE.mdshim pointing toAGENTS.mdGEMINI.mdshim pointing toAGENTS.md
Include the twelve non-negotiable behavioral principles in the AGENTS.md template below.
Also include retained operational defaults for caveman communication and parallel execution.
Make clear that non-negotiables and operational defaults must be followed and fully enforced.
Non-Negotiable Principles
Every generated AGENTS.md must include the following twelve principles as non-negotiables:
More from devarfeen/agent-skills-kit
release-notes
Generate clear, PM-friendly release notes and session summaries from git commits, feature work, or current development changes.
19feature-prompt
Use when the user wants to turn a feature idea, change request, or rough requirement into a precise feature-development prompt for one or more codebase projects.
12feature-discovery
Use when the user asks to investigate, audit, trace, or explain how a feature, issue, module, workflow, API, config, or behavior works across one or more codebase projects.
11commit-push-pr
Ship one iteration of work on a GitHub issue as a pull request — stage and commit with a structured message, push the current branch, and open a PR that uses `Closes #N` to auto-close the linked issue on merge. If no GitHub issue can be located, the skill creates one inline before committing. The commit subject prefix is chosen by the issue's state label (`HITL:` for `ready-for-human`, `AKF:` for `ready-for-agent`). Use when the user says "commit, push, and open a PR", "ship this as a PR", "PR this issue", or otherwise wants to wrap up issue work as a reviewable PR rather than a direct close.
5ubiquitous-language
Use when the user wants to create or update a DDD-style ubiquitous language glossary, define domain terms, resolve ambiguous terminology, harden naming, or write UBIQUITOUS_LANGUAGE.md from the current conversation and codebase context.
5commit-push-close
Ship one iteration of work on a GitHub issue — stage and commit with a structured message, push to the current branch, then close the linked GitHub issue with a comment that explains how to test the change. If no GitHub issue can be located, the skill creates one inline before committing. The commit subject prefix is chosen by the issue's state label (`HITL:` for `ready-for-human`, `AKF:` for `ready-for-agent`). Use when the user says "commit, push, and close", "ship this issue", "I'm done with this issue", or otherwise wants to wrap up work on a GitHub issue in one step.
5