autonomous-agent-harness

Transform Claude Code into a persistent autonomous agent with memory and scheduling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill autonomous-agent-harness-contentbugvideoediting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-agent-harness
Source: https://github.com/contentbugvideoediting/cb-project-assistant/tree/main/services/cb-s-claude/vendor/s-claude/skills-library/autonomous-agent-harness
Command: npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill autonomous-agent-harness-contentbugvideoediting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates long-running tasks by turning Claude Code into a persistent autonomous agent system that maintains memory, schedules actions, and coordinates external tools.

Core Features & Use Cases

  • Persistent Memory: memory system and MCP-backed graph to preserve context across sessions.
  • Scheduled Operations: cron-like tasks for recurring agent workflows and timely actions.
  • Dispatch / Remote Agents: trigger and orchestrate agents across environments and events.
  • Computer Use: enable browser and desktop automation for real-world workflows.
  • Task Queue: maintain a durable queue of tasks that survive sessions and rehydrate after restarts.

Quick Start

Configure memory, set up a daily cron, and deploy your first autonomous workflow to run automatically.

Frequently Asked Questions about autonomous-agent-harness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build persistent autonomous agents with memory in Claude Code?

You can build persistent autonomous agents with memory by configuring an MCP-backed graph and memory system that preserves context across sessions. This allows Claude Code to maintain state and rehydrate tasks automatically after restarts.

Can I schedule recurring tasks and cron-like workflows for autonomous agents?

Yes, you can schedule recurring tasks for autonomous agents using cron-like operations. This enables timely actions and automated workflows to execute on defined schedules without manual intervention.

How do I maintain a durable task queue that survives session restarts?

A durable task queue maintains tasks that survive sessions and rehydrate after restarts. This ensures long-running agent workflows persist context and resume execution without losing queued operations.

Does Claude Code support dispatch and orchestration of remote agents across environments?

Claude Code supports dispatch and orchestration of remote agents across environments and events. This enables triggering and coordinating agents externally, integrating with MCP-backed tooling for real-world workflows.

What is needed to enable browser and desktop automation for autonomous agent workflows?

To enable browser and desktop automation, the agent system leverages computer use capabilities within Claude Code. This allows persistent agents to interact with desktop applications and execute real-world workflows automatically.

Are there limitations when building long-running autonomous agents with MCP-backed tooling?

Long-running autonomous agents with MCP-backed tooling require careful memory management and durable queue configuration. Without proper setup, context persistence and scheduled task orchestration may fail across session restarts.