agents-skill
Generate and maintain AGENTS.md project context files
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agents-skill?▼
Run `npx skills add netresearch/agents-skill --all -g -y` in your terminal to install the skill globally for your coding agent.
What is an AGENTS.md file?▼
It is a Markdown context file written for coding agents, not humans, describing project commands, conventions, and boundaries. It is supported by Claude Code, Cursor, GitHub Copilot, and over 60,000 open-source projects.
How do I generate AGENTS.md for my project?▼
Ask your agent to generate AGENTS.md and the skill auto-detects your language, build tools, and subsystems, then extracts real commands from your project files. It supports Go, PHP, TypeScript, Python, and hybrid stacks.
How do I keep AGENTS.md up to date?▼
The skill includes freshness checks and verification scripts that confirm documented commands and file paths still match the actual codebase. Update mode preserves your hand-written content outside generated markers.
Does it work with monorepos and multiple subsystems?▼
Yes. It detects scoped directories like backend, frontend, or internal packages and creates separate AGENTS.md files per subsystem, with the nearest file taking precedence.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core