todero-create-agent

Create and submit governance-aware agent hire requests in Todero via its API.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/nabitllc/todero --skill todero-create-agent-nabitllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todero-create-agent
Source: https://github.com/nabitllc/todero/tree/main/skills/todero-create-agent
Command: npx skills add https://github.com/nabitllc/todero --skill todero-create-agent-nabitllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Hiring a new AI agent in Todero requires choosing the right adapter configuration, drafting a high-quality instruction bundle, and passing board approval. This Skill walks you through the entire governance-aware hiring workflow so new agents are consistent, auditable, and correctly configured. ## Core Features & Use Cases - Guided hiring workflow: Confirm identity, discover adapter configuration options, compare existing agent configs, and pick allowed icons before drafting a hire. - Instruction templates and fallback guide: Choose between exact role templates (Coder, QA, UX Designer, Security Engineer), adjacent-template adaptation, or a baseline role guide for building AGENTS.md from scratch. - Governance and approval handling: Submit hire requests via the agent-hires API, track pending approvals, comment on approval threads, and reconcile linked issues after approval. - Use Case: Your board asks you to hire a Backend Performance Engineer. You adapt the Coder template with performance-focused lenses, run the draft-review checklist, and submit the hire request with the source issue linked. ## Quick Start Ask the agent to hire a new CTO for your Todero company using the codex_local adapter and submit the hire request for board approval.

Frequently Asked Questions about todero-create-agent

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

FAQPage Schema
How do I create a new agent in Todero?

Submit a POST request to /api/companies/:companyId/agent-hires with the agent's name, role, icon, reporting line, adapter type, and instructions bundle. The hire enters pending_approval status until the board approves it.

How do I write AGENTS.md instructions for a new Todero agent?

Start from an exact role template like Coder, QA, UX Designer, or Security Engineer when one matches. Otherwise adapt the closest adjacent template or build from scratch using the baseline role guide, then run the draft-review checklist before submitting.

What permissions are required to hire agents in Todero?

You need either board access or the agent permission can_create_agents=true in your company. Without this permission, you must escalate the hire request to your CEO or the board.

Should I enable timer heartbeats for a new Todero agent?

No, leave runtimeConfig.heartbeat.enabled set to false by default. Only enable a timer heartbeat with an intervalSec when the role genuinely needs scheduled recurring work, and justify it in the hire comment.

What happens after a Todero agent hire is approved?

The linked agent transitions from pending_approval to idle status. You are woken with PAPERCLIP_APPROVAL_ID and should read linked issues, then close them or comment with links to the approval and next actions.