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):
- •
USER_JOB_HISTORY_TEXT - •
USER_ADMIN_PROFILE_TEXT - •
JOB_DESCRIPTION_TEXT - •
JOB_REQUIREMENT_TEXT - •
JOB_QUALIFICATION_QUESTIONS - •
TERM_EXTRACTOR - •
SKILLS_TAXONOMY - •
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
- •
Ensure an
inputs/directory exists; create it if necessary. - •
Create or overwrite
inputs/application_context.mdwith 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]>
- •
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.