Create or update agent prompt overrides for worca pipeline agents. Use when the user wants to customize agent behavior per-project, add project-specific rules, replace agent sections, or modify how planner/coordinator/implementer/tester/guardian agents work. Triggers on "override agent", "customize agent", "agent override", "change implementer rules", etc.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Register a new AI coding agent with the lince-dashboard and agent-sandbox. The agent provides its own requirements (binary, config dirs, API keys, sandbox behavior) and this skill generates correct TOML configuration. Use when adding a new agent type, setting up multi-agent support, or when asked to add agent, register agent, setup agent, configure agent for dashboard.
- 📁 skills/
- 📁 workflows/
- 📄 casting-history.json
- 📄 casting-policy.json
- 📄 casting-registry.json
{what this skill teaches agents}
- 📁 references/
- 📁 scripts/
- 📁 service/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 CLAUDE.md
Verifiable DID identity and end-to-end encrypted inbox for AI Agents. Built on ANP (Agent Network Protocol) and did:wba. Provides self-sovereign identity, Handle (short name) registration, content pages publishing, federated messaging, group communication, and HPKE-based E2EE — Web-based, not blockchain. Designed natively for autonomous Agents.
Spawns AI coding agents in isolated git worktrees. Use when the user asks to spawn or launch an agent, delegate a task to a separate agent, work in a separate worktree, or parallelize development across features.
Evolve agent definitions in agents/*.md via multi-agent self-review. Spawns agents to review themselves, enforces Content Gate and 500-line budget, applies edits. Trigger: "evolve agents", "improve agents", "grow the team", "refine agents".
AI agent orchestrator — manage teams of AI agents that work on your codebase in parallel. Use when the user wants to: run multiple agents, coordinate AI work, deploy agent teams, manage tasks/goals/agents, check orchestrator status, or mentions 'orch', 'orchestry', 'agents team', 'agent orchestration'.
Expose orxhestra agents as A2A protocol endpoints or connect to remote A2A agents.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Run agent definitions as sub-agents. Use when the user names an agent or sub-agent to run, references an agent definition, or delegates a task to an agent.
API-first email for AI agents. Create inboxes, send/receive emails, webhooks, agent identity. Use when agents need email identity, sending emails, or email-based workflows.
This skill should be used when the user asks about agent architecture, evaluation, metrics, production monitoring, debugging agents, or best practices for building reliable AI agents. Use for questions like "evaluate my agent", "set up production monitoring", "add guardrails", "detect hallucinations", "agent anti-patterns", "compare experiments", "create evaluation dataset".
Create and configure A2A Agent Cards — the discovery document describing an agent's capabilities, skills, authentication, and endpoint. Use when defining what your agent exposes to other agents.