askill
autonomous-agents

autonomous-agentsSafety 45Repository

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

0 stars
1.2k downloads
Updated 2/11/2026

Package Files

Loading files...
SKILL.md

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

ReAct Agent Loop

Alternating reasoning and action steps

Plan-Execute Pattern

Separate planning phase from execution

Reflection Pattern

Self-evaluation and iterative improvement

Anti-Patterns

❌ Unbounded Autonomy

❌ Trusting Agent Outputs

❌ General-Purpose Autonomy

⚠️ Sharp Edges

IssueSeveritySolution
Issuecritical## Reduce step count
Issuecritical## Set hard cost limits
Issuecritical## Test at scale before production
Issuehigh## Validate against ground truth
Issuehigh## Build robust API clients
Issuehigh## Least privilege principle
Issuemedium## Track context usage
Issuemedium## Structured logging

Related Skills

Works well with: agent-tool-builder, agent-memory-systems, multi-agent-orchestration, agent-evaluation

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

32/100Analyzed 2/20/2026

Conceptual overview of autonomous agents that reads like a knowledge base article rather than an executable skill. Has good structure (patterns, anti-patterns, sharp edges) but all substantive sections are empty stubs - solutions are just headers with no content. Cannot be used to actually implement anything. Located in backup folder indicating internal/archived status."

45
65
45
35
20

Metadata

Licenseunknown
Version-
Updated2/11/2026
Publisherjohnnycsv232

Tags

apici-cdobservabilitytesting