agents-manager

Manage BushServer child-agent package lifecycles with agent.json schema alignment.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/pycode4micro/bushserver --skill agents-manager-pycode4micro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-manager
Source: https://github.com/pycode4micro/bushserver/tree/main/src/bushserver/seeds/skills/package/agents-creator
Command: npx skills add https://github.com/pycode4micro/bushserver --skill agents-manager-pycode4micro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of keeping BushServer child-agent packages correctly created, installed, registered, and aligned with the current agent.json contract across their full lifecycle.

Core Features & Use Cases

  • Child-agent package lifecycle management: create, import, install, register, update, repair, package, inspect, normalize, or uninstall agent packages while maintaining catalog consistency.
  • Contract and schema alignment: validate and reconcile agent.json fields (including stop URL contract and payload requirements) against the current BushServer child-agent profile format.
  • Authoritative inventory actions: list and check installed/routable/healthy agents using the manager tooling rather than inferred guesses.

Quick Start

Tell the skill: "Create an agent package for a BushServer child service called my-reports that forwards chat requests and stops turns using the required stop URL pattern, then ask me whether to install it."

Frequently Asked Questions about agents-manager

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

FAQPage Schema
How do I manage the full lifecycle of child-agent packages in BushServer?

You can manage child-agent package lifecycles by creating, importing, installing, registering, updating, repairing, inspecting, normalizing, packaging, and uninstalling agent packages while maintaining installed catalog consistency.

How do I validate agent.json schema alignment for BushServer child-agent packages?

Schema alignment validates and reconciles agent.json fields, including the stop URL contract and payload requirements, against the current BushServer child-agent profile format to ensure contract correctness.

What is the best way to check installed and routable BushServer agents?

The best way to check installed, routable, or healthy agents is by using dedicated manager tooling actions for list and check operations, ensuring authoritative inventory rather than inferred guesses.

Does FastAPI work with BushServer agent package configuration consistency?

FastAPI is part of the BushServer agent management ecosystem, where configuration consistency is maintained through schema validation and package lifecycle normalization using dedicated manager actions.

Why do my BushServer child-agent packages fail stop URL contract validation?

Stop URL contract validation fails when agent.json fields are not reconciled against the current BushServer child-agent profile format, requiring package repair or normalization to restore payload requirement alignment.

Can I use SQLite sessions for BushServer agent management tool orchestration?

SQLite sessions support the BushServer agent management workflow, enabling tool orchestration and configuration consistency checks across both built-in local-subagent and remote-subagent templates.