templates/recruiting/.agents/skills/delegate-to-agent/SKILL.md
How to delegate all AI work to the agent chat. Use when delegating AI work from UI or scripts to the agent, when tempted to add inline LLM calls, or when sending messages to the agent from application code.
npx skillsauth add BuilderIO/agent-native delegate-to-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The UI and server never call an LLM directly. All AI work is delegated to the agent through the chat bridge.
import { sendToAgentChat } from "@agent-native/core";
sendToAgentChat({
message: "Analyze this candidate's resume",
submit: true,
});
pnpm action <name>tools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.