houmao-agent-definition

Route user intent to Houmao agent-definition management subcommands.

18|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/igamenovoer/houmao --skill houmao-agent-definition
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: houmao-agent-definition
Source: https://github.com/igamenovoer/houmao/tree/main/src/houmao/agents/assets/system_skills/houmao-agent-definition
Command: npx skills add https://github.com/igamenovoer/houmao --skill houmao-agent-definition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use Houmao’s agent-definition router to manage persisted, pre-launch agent “blueprints” so roles, recipes, profiles, and specialist entry points stay consistent across runs.

Core Features & Use Cases

  • Role, recipe, and raw-profile authoring: create, inspect, update, list, and remove reusable low-level primitives (roles/recipes/raw profiles).
  • Specialists and easy profiles: define project-easy specialists and project-easy profiles backed by specialists for durable launch defaults.
  • One-pass setup: generate a specialist and update the associated easy profile, then output the exact launch command without launching.
  • Launch/stop entry points for easy instances: launch or stop a single project-easy managed agent through the skill, delegating broader lifecycle management to the live agent lifecycle skill.

Quick Start

Use the skill to create or update a specialist and its backed easy profile by printing the exact launch command without starting the agent: run houmao-agent-definition create-agent-fast-forward .

Frequently Asked Questions about houmao-agent-definition

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

FAQPage Schema
How do I create reusable agent blueprints for pre-launch configuration?▼

Reusable agent blueprints are created by routing user intent to author roles, recipes, and raw-profiles, ensuring durable pre-launch configuration stays consistent across multiple runs.

What is the best way to manage agent profiles and launch defaults for CLI workflows?▼

Managing agent profiles and launch defaults involves defining project-easy specialists and backed easy profiles, outputting exact launch commands without immediately starting the agent.

How do I set up a specialist and update its easy profile in one pass?▼

You can generate a specialist and update its associated easy profile in one pass by running the create-agent-fast-forward command, which outputs the exact launch command without launching.

Does this agent definition router handle launching and stopping managed instances?▼

Yes, the agent definition router routes to easy launch and stop subcommands for a single project-easy managed agent, delegating broader lifecycle management to the live agent lifecycle skill.

When do I need persisted agent definitions instead of runtime configurations?▼

Persisted agent definitions are needed when you require durable, pre-launch blueprints defining what an agent is and which reusable profiles, credentials, and launch defaults should be used later.