agent-recruitment

Create and manage agents with structured validation workflows.

9|2|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/fernandobandeira/djinn --skill agent-recruitment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-recruitment
Source: https://github.com/fernandobandeira/djinn/tree/main/.claude/skills/agent-recruitment
Command: npx skills add https://github.com/fernandobandeira/djinn --skill agent-recruitment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a framework to create and manage agents (orchestrators, skills, sub-agents) with structured workflows, guiding users from discovery to validation.

Core Features & Use Cases

  • Agent Types: Command (explicit invocation), Skill (auto-activation), Sub-agent (context isolation).
  • Architecture support: decision frameworks, templates, and validation workflows.
  • Validation workflow: ensuring resources exist, balance, and coherence before completion.

Quick Start

  1. Determine the type (Command, Skill, or Sub-agent)
  2. Read the decision frameworks and templates
  3. Build files and validate with the validation workflow

Frequently Asked Questions about agent-recruitment

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

FAQPage Schema
How do I design and structure different types of agents for my workflows?

Agent design starts by selecting your agent type: Command agents for explicit invocation, Skill agents for auto-activation, or Sub-agents for context isolation. The Skill provides decision frameworks and templates to guide architecture planning, workflow routing, and resource placement for each type.

What's the best way to manage agent orchestrators and sub-agents systematically?

Systematic agent management uses frontmatter-driven configuration, standardized templates, and cross-referencing of resources. This Skill applies decomposition best practices across orchestrator design, sub-agent coordination, and skill integration to ensure coherent architecture.

How do I validate that my agent design is complete and balanced?

Validation workflows ensure resources exist, dependencies balance, and architecture components cohere before deployment. The Skill provides a formal pipeline that checks agent configurations against best practices and design templates.

Can I use templates and frameworks to accelerate agent architecture planning?

Yes. The Skill includes decision frameworks and templates for agent type selection, workflow routing, and resource placement. Templates reduce design iteration and enforce consistent patterns across orchestrators, skills, and sub-agents.

What should I consider when choosing between Command, Skill, and Sub-agent architectures?

Command agents suit explicit invocation contexts; Skill agents activate automatically within workflows; Sub-agents provide isolated execution contexts. The Skill's decision frameworks help match agent types to your specific workflow requirements and isolation needs.