From human-resources
Create structured interview plans with competency-based questions and scorecards. Trigger with "interview plan for", "interview questions for", "how should we interview", "scorecard for", or when the user is preparing to interview candidates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/human-resources:interview-prepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create structured interview plans to evaluate candidates consistently and fairly.
Create structured interview plans to evaluate candidates consistently and fairly.
Lark-native execution (depth core: LARK-PATTERNS, LARK-RECIPES, LARK-FUSION). The interview kit (question bank + rubric + debrief) is durable knowledge → land it in Wiki via
lark_wiki_node_create/lark_doc_create(P8; author with thelark-docskill) so the whole panel works from one copy. Resolve each panelist withlark_contact_search(P1), then book their interview slots: check overlap withlark_calendar_freebusyand create invites withlark_calendar_create(delegate slot-finding + room booking to thelark-calendarskill). Assign each panelist their competency + scorecard as a Lark Task (lark_task_create,dry_runfirst, P2). Track candidates/scores in the recruiting Base (P5,lark_base_record_upsert). After interviews, drive the debrief from real meeting artifacts vialark_minutes_search(P6) rather than re-deriving, and post the panel-assignment / debrief kickoff as an interactive card (lark_im_card_send, P4).
Define 4-6 key competencies for the role (e.g., technical skills, communication, leadership, problem-solving).
For each competency, provide:
Rate each competency on a consistent scale (1-4) with clear descriptions of what each level looks like.
Structured format for interviewers to share findings and make a decision.
Produce a complete interview kit: panel assignment (who interviews for what), question bank by competency, scoring rubric, and debrief template.
lark_contact_search each interviewer → open_ids.lark-calendar): lark_calendar_freebusy to find overlap →
lark_calendar_create one event per interview round (invite the candidate + panelist, book a
room). dry_run mutations first (P2).lark_wiki_node_create (or lark_doc_create) for the question bank +
rubric + debrief template; format with the lark-doc skill. Share the link, not the text.lark_task_create per panelist ("interview X on , fill
scorecard"), dry_run first.lark_base_record_upsert; no recruiting Base yet → scaffold with base-deploy.lark_minutes_search for each interview, then
post a debrief card (P4) summarizing scores and the hire/no-hire decision.npx claudepluginhub larkcowork/lark-cowork-plugins --plugin human-resourcesCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.