agents-best-practices
Design, audit, and improve safe AI agent harnesses
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agents-best-practices?โผ
Run `npx skills add DenisSergeevitch/agents-best-practices --all -g -y` in your terminal to install the skill globally for all your projects.
What is an AI agent harness?โผ
A harness is the control layer around an AI model that validates actions, enforces permissions, runs tools, and records results. This skill teaches your agent how to design and audit that layer correctly.
Can it generate an MVP blueprint for my agent idea?โผ
Yes. Describe your domain and the skill produces a concrete MVP blueprint covering the core loop, tool registry, permission matrix, memory, safety gates, and launch criteria.
Does it work with Claude Code and Codex?โผ
Yes. It follows the universal SKILL.md standard and works with Claude Code, Codex, and any compatible agent, across OpenAI, Anthropic, and OpenAI-compatible APIs.
Can it audit my existing AI agent?โผ
Yes. It checks for common failures like missing budgets, lost approval state after compaction, overly broad tools, and absent evaluations, then gives a prioritized fix list.
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