Skip to main content

Documentation 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.

The Agents Best Practices skill is a portable 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.
Run the following command in your terminal:
npx skills add DenisSergeevitch/agents-best-practices -g
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 the agents-best-practices/ directory:
  • SKILL.md — skill entry point and trigger rules; the file your agent reads to activate the skill
  • icon.jpeg — skill image used by compatible runtimes
  • references/ — directory containing all reference files, including mvp-agent-blueprint.md, architecture.md, tools-and-permissions.md, and more
Ready to generate your first MVP agent harness blueprint? Head to the quickstart guide.

Build docs developers (and LLMs) love