Solo Unicorn Club logo

Company Packs

HR Recruiting Engine

Eight agents that post jobs, screen resumes, and onboard new hires

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 15 included files and working structure.

03

Move from purchase to first setup in about 15 min.

// Included files

What is inside the package.

company.yaml
agents/job-poster.md
agents/resume-screener.md
agents/interview-scheduler.md
agents/candidate-scorer.md
agents/offer-drafter.md
agents/onboarding-coordinator.md
agents/culture-matcher.md
agents/hr-manager.md
workflows/hire-pipeline.yaml
workflows/onboarding-checklist.yaml
skills/resume-parsing.md
skills/culture-fit-scoring.md
mcp-servers.json
README.md

Description

What is HR Recruiting Engine?

End-to-end recruiting automation. Post jobs, screen resumes, schedule interviews, score candidates, draft offers, and coordinate onboarding. Integrates with Greenhouse/Lever.

solo-unicornclaude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewcompany.yaml
# company.yaml
name: hr-recruiting-engine
version: "1.0"
description: End-to-end recruiting automation

agents:
  - id: resume-screener
    role: "Screen resumes against job requirements"
    skills: [resume-parsing, requirement-matching]
    mcp_servers: [greenhouse]
    triggers:
      - webhook: greenhouse.application.created
        action: screen-candidate

  - id: candidate-scorer
    role: "Score candidates on skills, experience, and culture fit"
    skills: [culture-fit-scoring, skill-assessment]
    upstream: [resume-screener]
    output:
      format: json
      destination: scored-candidates/

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation