agent-management

Manage AI agent lifecycles with YAML configurations and Letta integration.

45|4|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/nouamanecodes/lettactl --skill agent-management-nouamanecodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-management
Source: https://github.com/nouamanecodes/lettactl/tree/main/.skills/agent-management
Command: npx skills add https://github.com/nouamanecodes/lettactl --skill agent-management-nouamanecodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating, updating, deleting, and inspecting individual AI agents within a fleet, simplifying agent lifecycle management.

Core Features & Use Cases

  • Declarative Agent Configuration: Define agents using YAML for consistent and repeatable deployments.
  • Full Lifecycle Management: Supports creation, description, updating, deletion, export, and import of agents.
  • Use Case: Quickly onboard a new set of specialized AI agents for customer support by defining their prompts, tools, and memory configurations in a single YAML file and applying it.

Quick Start

Use the agent-management skill to create a new agent named 'support-bot' with a description and a system prompt.

Frequently Asked Questions about agent-management

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

FAQPage Schema
How do I manage AI agents declaratively using YAML?

Declarative AI agent management uses YAML files to define agent configurations, enabling consistent and repeatable deployments. You specify prompts, tools, and memory configurations in YAML, then apply the file to create or update agents across a fleet.

Can I use Letta AI framework for fleet management?

Yes, the Letta AI agent framework integrates directly to support fleet management. This integration provides detailed introspection of agent states and associated tools, allowing you to scale and coordinate multiple specialized AI agents effectively.

How do I create an AI agent with a custom system prompt?

Creating an AI agent involves defining its name, description, and system prompt within a YAML configuration. Applying this declarative configuration initiates the agent creation process, setting up its initial state and associated tools for immediate use.

Does declarative agent configuration support updating and deleting agents?

Declarative agent configuration supports full lifecycle management, including updating and deleting agents. You can also export and import agent configurations, ensuring you can modify or remove agents from your fleet as operational needs change.

What are the limitations of declarative YAML management for AI agents?

Declarative YAML management for AI agents currently focuses on individual agent configurations and lifecycle operations within the Letta framework. It does not inherently handle complex inter-agent communication routing or dynamic resource scaling outside of fleet configuration boundaries.