Generate competency-based and behavioral interview questions with legal compliance validation
Generates legally compliant behavioral and competency-based interview questions with scoring rubrics.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Interview Question Generator skill provides capabilities for creating structured, competency-based, and behavioral interview questions. This skill ensures consistent evaluation, legal compliance, and effective candidate assessment across all interview stages.
const questionRequest = {
competency: 'Problem Solving',
level: 'Senior',
role: 'Software Engineer',
format: 'STAR',
count: 5,
includeFollowUps: true,
compliance: {
jurisdiction: 'US',
checkProtectedClasses: true
}
};
// Example output:
// "Tell me about a time when you faced a significant technical
// challenge with limited resources. What was the situation,
// what actions did you take, and what was the outcome?"
const scorecardConfig = {
role: 'Product Manager',
competencies: [
'Strategic Thinking',
'Stakeholder Management',
'Data-Driven Decision Making',
'Communication'
],
ratingScale: {
type: 'behaviorally-anchored',
levels: 5,
anchors: true
},
sections: ['Technical', 'Behavioral', 'Culture Fit'],
includeNotes: true,
includeRecommendation: true
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| structured-interview-design.js | Question development, scorecard creation |
| full-cycle-recruiting.js | Interview preparation |
| leadership-development-program.js | Assessment questions |
| Category | Purpose | Example Topics |
|---|---|---|
| Behavioral | Past performance prediction | Leadership, conflict, failure |
| Situational | Problem-solving approach | Hypothetical scenarios |
| Technical | Skills validation | Role-specific knowledge |
| Cultural | Values alignment | Collaboration, growth mindset |
| Motivational | Engagement prediction | Career goals, interests |
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.