netresearchnetresearchOfficial·1 Agent Skills Included

agents-skill

Generate and maintain AGENTS.md project context files

Generates and maintains AGENTS.md files that give coding agents accurate project context. Detects languages, build tools, and subsystems automatically, then extracts real commands from Makefiles, package.json, composer.json, and CI configs. Eliminates hand-written agent documentation that goes stale, with validation and freshness checks to keep every file verified.
npx skills add netresearch/agents-skill --all -g -y
Available:

Tells the agent which commands to run, which conventions and boundaries to follow, and that the nearest AGENTS.md file always takes precedence when working in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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