Integration with Applicant Tracking Systems and automated recruitment workflow management
Integrates with Applicant Tracking Systems to automate recruitment workflows and manage candidate pipelines.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The ATS Integration skill provides specialized capabilities for integrating with Applicant Tracking Systems and automating recruitment workflows. This skill enables seamless job requisition management, candidate tracking, interview scheduling, and compliance reporting across major ATS platforms.
const requisition = {
platform: 'greenhouse',
job: {
title: 'Senior Software Engineer',
department: 'Engineering',
location: 'Remote - US',
employmentType: 'Full-time',
hiringManager: 'manager@company.com',
description: 'Job description content...',
requirements: ['5+ years experience', 'Python expertise'],
compensation: {
min: 150000,
max: 200000,
currency: 'USD'
}
},
workflow: {
approvers: ['hr@company.com', 'vp@company.com'],
interviewStages: ['Phone Screen', 'Technical', 'Onsite', 'Final'],
scorecardTemplate: 'engineering-scorecard'
}
};
const pipelineQuery = {
requisitionId: 'REQ-12345',
stages: ['Applied', 'Phone Screen', 'Technical'],
dateRange: {
start: '2026-01-01',
end: '2026-01-24'
},
filters: {
sources: ['LinkedIn', 'Referral'],
statuses: ['active']
},
metrics: ['conversionRate', 'avgTimeInStage', 'sourceEffectiveness']
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| full-cycle-recruiting.js | Requisition management, candidate tracking, scheduling |
| structured-interview-design.js | Scorecard creation, interview workflow |
| employer-branding-strategy.js | Job posting optimization, source tracking |
| Metric | Description | Target |
|---|---|---|
| Time to Fill | Days from requisition open to offer acceptance | <45 days |
| Application Completion Rate | Started vs. completed applications | >80% |
| Source Quality | Offer rate by source | Track trends |
| Interview-to-Offer Ratio | Interviews conducted per offer made | 4:1 or better |
| Candidate NPS | Candidate experience score | >50 |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.