digivolve

Manage Igris agent registry lifecycle with status, add, upgrade, enable, disable, remove, and reset operations.

10|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/fiftynotai/igris-ai --skill digivolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digivolve
Source: https://github.com/fiftynotai/igris-ai/tree/main/.claude/skills/digivolve
Command: npx skills add https://github.com/fiftynotai/igris-ai --skill digivolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and maintain the lifecycle of Igris AI subagents so teams can view status, provision custom agents, and recover or retire agents without manual file editing or registry confusion.

Core Features & Use Cases

  • View a consolidated agent roster and usage metrics to monitor activity and troubleshoot agent behavior.
  • Create, upgrade, enable, disable, reset, and remove agents with manifest and file updates for custom agent workflows.
  • Use Case: Add a Tier 5 custom agent for a project, toggle it off for experiments, and later reset or remove it while preserving core agents.

Quick Start

Run /digivolve status to display all agents, their status, invocation counts, and last used dates.

Frequently Asked Questions about digivolve

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

FAQPage Schema
How do I manage AI agent lifecycles without manually editing registry files?

You can manage AI agent lifecycles by running targeted commands to add, upgrade, enable, disable, reset, and remove agents. This updates the manifest.yaml and .claude/agents files automatically, preventing manual registry editing errors.

How do I check the status and usage metrics of my AI subagents?

Check AI subagent status and usage metrics by running the status command. It displays a consolidated roster showing all agents, their current state, invocation counts, and last used dates for monitoring activity.

What is the best way to provision a custom agent for a local project workflow?

Provision a custom agent for local project workflows by using the add operation to create new entries, such as a Tier 5 agent. The system updates the agent files and manifest to register the custom configuration safely.

Can I disable an AI agent temporarily for experiments without removing it?

Yes, you can disable an AI agent temporarily for experiments without removing it. The toggle operation turns the agent off while preserving its configuration, allowing you to reset or re-enable it later alongside core agents.

How does the agent registry ensure safe modifications during orchestration?

The agent registry ensures safe modifications during orchestration by consulting session metrics before applying changes. It validates the current roster state and reads manifest files to prevent conflicts during add, upgrade, or remove operations.

When should I reset or remove an agent from the Igris registry?

Reset or remove an agent from the Igris registry when recovering from errors or retiring unused custom workflows. The reset operation restores agent state, while remove safely deletes the agent while preserving core agents.