lifecycle

Manage AI agent and skill creation and deletion with registration and validation.

54|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/arcasilesgroup/ai-engineering --skill lifecycle-arcasilesgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lifecycle
Source: https://github.com/arcasilesgroup/ai-engineering/tree/main/.agents/skills/lifecycle
Command: npx skills add https://github.com/arcasilesgroup/ai-engineering --skill lifecycle-arcasilesgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire lifecycle of agents and skills, from creation to deletion, ensuring full registration and governance integrity throughout the process.

Core Features & Use Cases

  • Unified Management: Handles both creation (scaffolding, registration, command adaptation) and deletion (cleanup, deregistration, cross-reference removal) for agents and skills.
  • Governance Enforcement: Maintains manifest updates and integrity checks for all lifecycle operations.
  • Use Case: When introducing a new AI capability, use this skill to create a new agent, including its registration, command adapters, and cross-references, ensuring it's fully integrated into the framework.

Quick Start

Use the lifecycle skill to create a new agent named 'data-analyzer'.

Frequently Asked Questions about lifecycle

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

FAQPage Schema
How do I manage the complete lifecycle of AI agents and skills?

Managing the complete lifecycle of AI agents and skills involves handling scaffolding, registration, command adapter creation, and cross-reference updates. This process ensures governance integrity through manifest updates and validation checks during both creation and deletion operations.

What is the best way to scaffold a new AI agent and register it into the framework?

Scaffolding a new AI agent and registering it into the framework requires generating the agent structure, creating command adapters, and updating cross-references. This ensures the new agent is fully integrated with governance integrity maintained.

How does governance integrity work during agent and skill creation and deletion?

Governance integrity during agent and skill creation and deletion works through manifest updates and validation checks. These mechanisms ensure all lifecycle operations maintain framework consistency, supported by atomic operations with rollback capabilities for robust management.

Can I rollback an agent creation or deletion if the lifecycle operation fails?

Yes, you can rollback an agent creation or deletion if the lifecycle operation fails. The lifecycle management process supports atomic operations with rollback capabilities, ensuring robust handling and framework stability when operations encounter errors.

Do I need to manually update cross-references when adding or removing an AI skill?

No, you do not need to manually update cross-references when adding or removing an AI skill. The lifecycle management process automatically handles cross-reference updates alongside manifest validation, ensuring full registration and governance integrity.

What happens to command adapters when an AI agent is deleted?

When an AI agent is deleted, the lifecycle management process handles cleanup, deregistration, and cross-reference removal. This includes removing command adapters and updating manifests to maintain governance integrity throughout the deletion process.