AgentSkillsCN

apex-build-context-pack

创建或更新`inputs/application_context.md`文件,其中囊括Exceptional Candidate工作流所需的所有原始输入数据(工作经历、管理员个人资料、职位描述、任职要求、资格问题、术语提取器、技能分类与限制)。在进行分析或生成任务之前,可使用此技能来整合或刷新上下文信息包。

SKILL.md
--- frontmatter
name: apex-build-context-pack
description: Create or update `inputs/application_context.md` containing all raw inputs (job history, admin profile, job description, requirements, qualification questions, term extractor, skills taxonomy and limits) for the Exceptional Candidate workflow. Use this skill to assemble or refresh the context pack before analysis or generation tasks.

apex-build-context-pack

Purpose

This skill consolidates all required user inputs into a single Markdown file (inputs/application_context.md) that other skills reference. It does not perform any analysis or generate documents; it simply organizes the raw data in a standard structure.

Inputs

Provide the following data when invoking this skill (either by pasting directly or referencing existing files in the repo):

  1. USER_JOB_HISTORY_TEXT
  2. USER_ADMIN_PROFILE_TEXT
  3. JOB_DESCRIPTION_TEXT
  4. JOB_REQUIREMENT_TEXT
  5. JOB_QUALIFICATION_QUESTIONS
  6. TERM_EXTRACTOR
  7. SKILLS_TAXONOMY
  8. LIMITS (CHAR_LIMIT, TARGET_LOW, TARGET_HIGH, WORD_TARGET)

If any section is missing, use a placeholder block with [PASTE HERE] to indicate that the user must supply it later.

Output behavior

  1. Ensure an inputs/ directory exists; create it if necessary.

  2. Create or overwrite inputs/application_context.md with the following structure and headings:

    code
    # Application Context Pack
    
    ## USER_JOB_HISTORY_TEXT
    

    <pasted text or [PASTE HERE]>

    code
    
    ## USER_ADMIN_PROFILE_TEXT
    

    <pasted text or [PASTE HERE]>

    code
    
    ## JOB_DESCRIPTION_TEXT
    

    <pasted text or [PASTE HERE]>

    code
    
    ## JOB_REQUIREMENT_TEXT
    

    <pasted text or [PASTE HERE]>

    code
    
    ## JOB_QUALIFICATION_QUESTIONS
    

    <pasted text or [PASTE HERE]>

    code
    
    ## TERM_EXTRACTOR
    

    <pasted text or [PASTE HERE]>

    code
    
    ## SKILLS_TAXONOMY
    

    <pasted text or [PASTE HERE]>

    code
    
    ## LIMITS
    CHAR_LIMIT: <value or [PASTE HERE]>
    TARGET_LOW: <value or [PASTE HERE]>
    TARGET_HIGH: <value or [PASTE HERE]>
    WORD_TARGET: <value or [PASTE HERE]>
    
  3. After writing the file, return a brief checklist summarizing which sections were populated and which still contain placeholders.

When to use

Use this skill whenever the raw context needs to be assembled or refreshed. It should be run before other analytical or generation skills if the context file is missing or outdated.