Agent Plugins Marketplace
All plugins

ievo

iEvo — self-evolving plugin for AI coding agents (Claude Code, Codex). Universal via the agentskills.io standard. Capture lessons, patch local agents and skills, replay logs on upstream updates. Antivirus-style security audit before install.

Agent Plugins

By Denys RotnovLicense: MIT0 GitHub starsUpdated 6 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/ievo-ai/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

ievo/
└── plugin.json

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ievo",
  "description": "iEvo — self-evolving plugin for AI coding agents (Claude Code, Codex). Universal via the agentskills.io standard. Capture lessons, patch local agents and skills, replay logs on upstream updates. Antivirus-style security audit before install.",
  "author": {
    "name": "Denys Rotnov"
  },
  "homepage": "https://github.com/ievo-ai/skills",
  "repository": "https://github.com/ievo-ai/skills",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "agent-skills",
    "evolution",
    "self-improving",
    "ievo"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ievo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ievo)