mcpbeat

Autonomous Agent Patterns

dokhacgiakhoa/autonomous-agent-patterns

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.

6k tokens
context cost
the whole folder, loaded on every use
17
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill autonomous-agent-patterns

What comes with it

22 204 bytes besides the instruction
sub-skills/11-agent-loop.md
sub-skills/12-multi-model-architecture.md
sub-skills/21-tool-schema.md
sub-skills/22-essential-agent-tools.md
sub-skills/23-edit-tool-design.md
sub-skills/31-permission-levels.md
sub-skills/32-approval-ui-pattern.md
sub-skills/33-sandboxing.md
sub-skills/41-browser-tool-pattern.md
sub-skills/42-visual-agent-pattern.md
sub-skills/51-context-injection-patterns.md
sub-skills/52-checkpointresume.md
sub-skills/61-mcp-server-pattern.md
sub-skills/agent-design.md
sub-skills/safety.md
sub-skills/ux.md

What it tells the agent to use

found in the instruction text
Edit edits files in place

The instruction itself

20 sections, as written by the author

🕹️ Autonomous Agent Patterns

> Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex.

When to Use This Skill

Use this skill when:

  • Building autonomous AI agents
  • Designing tool/function calling APIs
  • Implementing permission and approval systems
  • Creating browser automation for agents
  • Designing human-in-the-loop workflows

1. Core Agent Architecture

🧠 Knowledge Modules (Fractal Skills)

1. 1.1 Agent Loop

2. 1.2 Multi-Model Architecture

3. 2.1 Tool Schema

4. 2.2 Essential Agent Tools

5. 2.3 Edit Tool Design

6. 3.1 Permission Levels

7. 3.2 Approval UI Pattern

8. 3.3 Sandboxing

9. 4.1 Browser Tool Pattern

10. 4.2 Visual Agent Pattern

11. 5.1 Context Injection Patterns

12. 5.2 Checkpoint/Resume

13. 6.1 MCP Server Pattern

14. Agent Design

15. Safety

16. UX

How to use it

Copy the folder

Take dokhacgiakhoa/autonomous-agent-patterns from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.