rudder-create-agent

Automate governed Rudder agent creation via the CLI hire workflow.

280|30|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Undertone0809/rudder --skill rudder-create-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rudder-create-agent
Source: https://github.com/Undertone0809/rudder/tree/main/server/resources/bundled-skills/rudder-create-agent
Command: npx skills add https://github.com/Undertone0809/rudder --skill rudder-create-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Rudder-create-agent helps you create and hire new agents in Rudder with the right organization permissions and governance-aware flow, without risky manual filesystem edits.

Core Features & Use Cases

  • Governance-aware agent hiring: Submits hires through the canonical rudder agent hire flow so the server returns either direct creation or a pending_approval state when required.
  • Adapter/runtime configuration guidance: Uses the CLI to discover adapter configuration docs and runtime-specific requirements before drafting the hire payload.
  • Role-aligned SOUL prompt templates: Guides you to write durable mission/responsibilities/boundaries decision principles and voice so Rudder materializes it as managed SOUL.md.
  • Organization skill library integration: Optionally inspects and imports organization skills before setting desiredSkills for the new agent.

Quick Start

Create a CTO agent by running the Rudder CLI hire flow with your organization id and a JSON payload containing role, title, reporting line, runtime type/config, and source issue linkage.

Frequently Asked Questions about rudder-create-agent

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

FAQPage Schema
How do I create a new agent in Rudder without manual filesystem edits?

You can create a Rudder agent safely by running the rudder agent hire CLI workflow, which replaces manual filesystem edits by submitting a governed hire request with role, runtime, and prompt configurations directly to the server.

What is the approval workflow for hiring agents through the Rudder CLI?

The agent hiring approval workflow submits your configuration payload via the rudder agent hire command, returning either a direct creation confirmation or a pending_approval state that requires governance sign-off before the agent is materialized.

How do I configure runtime and adapter settings when hiring a Rudder agent?

Runtime and adapter configuration is handled by using the Rudder CLI to discover adapter documentation and runtime-specific requirements, ensuring you draft a hire payload with the correct runtime type and configuration options.

How do I set up a SOUL prompt template for a new agent's role?

Setting up a SOUL prompt template involves guiding the agent to write durable mission, responsibilities, boundaries, decision principles, and voice, which Rudder then materializes as a managed SOUL.md file for the hired agent.

Can I import organization skills when creating a new agent?

Yes, you can optionally inspect and import organization skills from your library before setting the desiredSkills parameter in the agent hire payload, ensuring the new agent has the correct organizational skill integrations.

Do I need CLI authentication to submit an agent hire request in Rudder?

Yes, CLI authentication checks are required before submitting an agent hire request, ensuring your session is authorized to inspect configurations, compare existing agents, and handle pending approvals or follow-up resubmits.