The Agents Best Practices skill is a portableDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/DenisSergeevitch/agents-best-practices/llms.txt
Use this file to discover all available pages before exploring further.
SKILL.md-based Agent Skill that works with Codex, Claude Code, and other Agent Skill-aware runtimes. You can install it in under a minute using any of the three methods below — the npx skills CLI for the fastest path, an agent prompt to let your agent handle the install, or a manual git clone for full control over the install location.
- npx skills
- Agent prompt
- Manual git clone
Run the following command in your terminal:
The
-g flag installs globally at user level so every project on your machine can discover the skill. Omit -g to install only for the current project.Verify your install
After installing, confirm the following files are present in theagents-best-practices/ directory:
SKILL.md— skill entry point and trigger rules; the file your agent reads to activate the skillicon.jpeg— skill image used by compatible runtimesreferences/— directory containing all reference files, includingmvp-agent-blueprint.md,architecture.md,tools-and-permissions.md, and more