kandev-hiring

Automate agent hiring with approval policy enforcement and role assignment.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill kandev-hiring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kandev-hiring
Source: https://github.com/AvatarGanymede/pcraft/tree/main/apps/backend/internal/office/configloader/skills/kandev-hiring
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill kandev-hiring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the hiring process for new agents within a workspace, reducing manual overhead and speeding up the approval process for new team members.

Core Features & Use Cases

  • Agent Hiring Automation: Streamline the hiring of new agents through a command-line interface.
  • Workspace Approval Policy Enforcement: Ensures that new agents are hired in accordance with the workspace's approval policy.
  • Role Assignment: Assign specific roles such as worker, specialist, assistant, or reviewer to new agents.
  • Reason for Hire Documentation: Provide a rationale for each hiring request to facilitate approval.

Quick Start

Hire a new frontend worker with the given name and reason:

kandev agents create --name "Frontend-Worker" --role worker --reason "Three frontend tasks queued and the existing worker is at capacity"

Frequently Asked Questions about kandev-hiring

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

FAQPage Schema
How do I automate agent hiring with a workspace approval flow?

Automating agent hiring involves using a command-line interface to submit new agent requests, enforcing workspace approval policies, and assigning roles like worker or specialist. This reduces manual overhead and speeds up team expansion.

What roles can I assign when automating agent creation?

When automating agent creation, you can assign specific roles such as worker, specialist, assistant, or reviewer. Role assignment ensures new agents are integrated into the workspace according to their designated function and approval policy.

How does workspace approval policy enforcement work for new agents?

Workspace approval policy enforcement requires providing a rationale for each hiring request. The system validates the submitted reason for hire against existing workspace policies before authorizing the creation of the new agent.

Do I need a reason to hire an agent through the automation system?

Yes, documenting a reason to hire an agent is required. Providing a rationale, such as queued tasks or existing worker capacity limits, facilitates the approval process and ensures compliance with workspace policies.

What is the best way to create a new worker agent from the command line?

The best way to create a new worker agent is using the command-line interface with specific flags for name, role, and reason. For example, use `kandev agents create --name "Frontend-Worker" --role worker --reason "Task capacity reached"`.