Autonomous Agent Patterns

ALWAYS use this when the request matches Autonomous Agent Patterns: Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex).

anhvu1107 5d59cea 7 files · 28.3 KB Updated

File contents

🕹️ Autonomous Agent Patterns

Selective Reading Rule

Start with:

  • references/senior-master-standard.md
  • references/usage-routing.md
  • references/quality-checklist.md

Then load only the inherited docs, scripts, assets, examples, or detailed instructions that match the user's actual task.

Progressive Disclosure

  • Read references/full-skill-instructions.md only when the task needs the full original upstream guidance.
  • Prefer bundled scripts for deterministic or repetitive operations when they exist.
  • Reuse bundled assets instead of inventing substitutes when assets are present.
  • Keep final answers aligned with this skill's frontmatter trigger, Senior Master standard, and Codex strict review gate.

anhvu1107/all-agent-skill/tree/main/.agent/skills/autonomous-agent-patterns commit 5d59ceacb5

Frequently asked questions

npx skillmds@latest add anhvu1107/autonomous-agent-patterns