AU

autonomous-agents

Provides frameworks for building reliable autonomous agents using ReAct, Plan-Execute, and reflection patterns.

Install

mkdir -p .claude/skills/autonomous-agents && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/591" && unzip -o skill.zip -d .claude/skills/autonomous-agents && rm skill.zip

Installs to .claude/skills/autonomous-agents

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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
499 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Advanced

Key capabilities

  • Decompose complex goals into actionable steps
  • Implement ReAct and Plan-Execute agent loops
  • Apply reflection patterns for self-evaluation
  • Establish reliability guardrails
  • Manage compounding error rates

How it works

The skill guides the architect to build agents that alternate between reasoning and action, using reflection to evaluate progress and guardrails to manage error rates.

Inputs & outputs

You give it
High-level goal or task description
You get back
Execution plan with self-correction and reliability metrics

When to use autonomous-agents

  • Implementing ReAct agent loops
  • Developing goal decomposition strategies
  • Setting up reflection patterns for self-evaluation
  • Adding reliability guardrails to agents

About this skill

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

When not to use it

  • When unbounded autonomy is required
  • When trusting agent outputs without validation
  • When general-purpose autonomy is the goal

Limitations

  • Compounding error rates reduce success probability over long sequences
  • Requires manual step count reduction for reliability

How it compares

Unlike generic autonomous agents, this approach prioritizes reliability and constrained execution over unbounded autonomy.

Compared to similar skills

autonomous-agents side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
autonomous-agents (this skill)106moNo flagsAdvanced
agent-goal-planner26moNo flagsAdvanced
planner16moNo flagsIntermediate
hierarchical-coordinator16moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

You might also like

agent-goal-planner

ruvnet

Agent skill for goal-planner - invoke with $agent-goal-planner

215

planner

solatis

Interactive planning and execution for complex tasks. Use when user asks to use or invoke planner skill.

18

hierarchical-coordinator

MadAppGang

Prevent goal drift in long-running multi-agent workflows using a coordinator agent that validates outputs against original objectives at checkpoints. Use when orchestrating 3+ agents, multi-phase features, complex implementations, or any workflow where agents may lose sight of original requirements. Trigger keywords - "hierarchical", "coordinator", "anti-drift", "checkpoint", "validation", "goal-alignment", "decomposition", "phase-gate", "shared-state", "drift detection".

13

workflow-router

parcadei

Goal-based workflow orchestration - routes tasks to specialist agents based on user goals

13

loki-mode

davila7

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.

12

distributed-task-orchestrator

shuyu-labs

Decompose complex tasks into parallel sub-agents. Use for multi-step operations, batch processing, or when user mentions "parallel", "agents", or "orchestrate".

10

Search skills

Search the agent skills registry