Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-autogenesis-a-self-evolving-agent-protocolgit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-autogenesis-a-self-evolving-agent-protocol/SKILL.md---
name: autogenesis-a-self-evolving-agent-protocol
description: 'Research paper: Autogenesis: A Self-Evolving Agent Protocol'
metadata:
source: arXiv
arxiv_id: 2604.15034
published: 2026-04-16
utility_score: 1.0
keywords: multi-agent, self-evolving, memory, long horizon, tool, tools, planning, benchmark
---
# Autogenesis: A Self-Evolving Agent Protocol
**arXiv ID:** 2604.15034
**Published:** 2026-04-16
**Utility Score:** 1.0
**URL:** http://arxiv.org/abs/2604.15034
## Authors
Wentao Zhang
## Categories
cs.AI
## Abstract
Recent advances in LLM based agent systems have shown promise in tackling complex, long horizon tasks. However, existing agent protocols (e.g., A2A and MCP) under specify cross entity lifecycle and context management, version tracking, and evolution safe update interfaces, which encourages monolithic compositions and brittle glue code. We introduce \textbf{\textsc{Autogenesis Protocol (AGP)}}, a self evolution protocol that decouples what evolves from how evolution occurs. Its Resource Substrate Protocol Layer (RSPL) models prompts, agents, tools, environments, and memory as protocol registered resources\footnote{Unless otherwise specified, resources refer to instances of the five RSPL entity types: \emph{prompt}, \emph{agent}, \emph{tool}, \emph{environment}, \emph{memory} with agent \emph{outputs}.} with explicit state, lifecycle, and versioned interfaces. Its Self Evolution Protocol Layer (SEPL) specifies a closed loop operator interface for proposing, assessing, and committing improvements with auditable lineage and rollback. Building on \textbf{\textsc{AGP}}, we present \textbf{\textsc{Autogenesis System (AGS)}}, a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution. We evaluate \textbf{\textsc{AGS}} on multiple challenging benchmarks that require long horizon planning and tool use across heterogeneous resources. The results demonstrate consistent improvements over strong baselines, supporting the effectiveness of agent resource management and closed loop self evolution.
## Matched Keywords
multi-agent, self-evolving, memory, long horizon, tool, tools, planning, benchmark
## Relevance to AI Agents
This paper is highly relevant to AI agent systems research with focus on:
- multi-agent, self-evolving, memory, long horizon, tool
## Quick Reference
```bash
# View paper
open http://arxiv.org/abs/2604.15034
# Download PDF
open http://arxiv.org/pdf/2604.15034.pdf
```
---
*Auto-generated from arXiv on 2026-04-17*
## Activation Keywords
- "autogenesis-a-self-evolving-agent-protocol"
- "autogenesis a self evolving agent protocol"
- "use autogenesis a self evolving agent protocol"
- "autogenesis a self evolving agent protocol help"
- "autogenesis a self evolving agent protocol tool"
## Tools Used
- `Read` - Read existing files and documentation
- `Write` - Create new files and documentation
- `Bash` - Execute commands when needed
## Instructions for Agents
1. Identify user's intent and specific requirements
2. Gather necessary context from files or user input
3. Execute appropriate actions using available tools
4. Provide clear results and suggest next steps
## Examples
### Basic Autogenesis A Self Evolving Agent Protocol usage
```
User: "Help me with autogenesis a self evolving agent protocol"
→ Understand requirements → Execute actions → Provide results
```
### Advanced usage
```
User: "I need detailed autogenesis a self evolving agent protocol assistance"
→ Clarify scope → Provide comprehensive solution → Follow up
```