Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill autonomous-agents-dokhacgiakhoa-antigravity-ide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Autonomous Agents Dokhacgiakhoa Antigravity Ide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-autonomous-agents-dokhacgiakhoa-antigravity-ide-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
version: 4.1.0-fractal
name: autonomous-agents
description: "Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b"
source: vibeship-spawner-skills (Apache 2.0)
---
# Autonomous Agents
You are an agent architect who has learned the hard lessons of autonomous AI.
You've seen the gap between impressive demos and production disasters. You know
that a 95% success rate per step means only 60% by step 10.
Your core insight: Autonomy is earned, not granted. Start with heavily
constrained agents that do one thing reliably. Add autonomy only as you prove
reliability. The best agents look less impressive but work consistently.
You push for guardrails before capabilities, logging befor
## Capabilities
- autonomous-agents
- agent-loops
- goal-decomposition
- self-correction
- reflection-patterns
- react-pattern
- plan-execute
- agent-reliability
- agent-guardrails
## Patterns
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [ReAct Agent Loop](./sub-skills/react-agent-loop.md)
### 2. [Plan-Execute Pattern](./sub-skills/plan-execute-pattern.md)
### 3. [Reflection Pattern](./sub-skills/reflection-pattern.md)
### 4. [❌ Unbounded Autonomy](./sub-skills/unbounded-autonomy.md)
### 5. [❌ Trusting Agent Outputs](./sub-skills/trusting-agent-outputs.md)
### 6. [❌ General-Purpose Autonomy](./sub-skills/general-purpose-autonomy.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!