From linkedin-applier
Compose an honest answer to a single screening question on a job application form, grounded in profile.md. Use from apply-easy-apply or fill-ats-form, once per question.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linkedin-applier:compose-screening-answerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `question_text`: the literal question shown by the form.
question_text: the literal question shown by the form.widget_type: one of text_short, textarea, number, radio_yes_no, dropdown,
checkbox. Tells you the expected answer format.widget_options: list of allowed values (for dropdown/radio); empty otherwise.is_required: bool.profile_text: the full text of the user's profile.md.question_text to identify what is asked.profile_text for relevant ground truth:
widget_type requires:
number → integer string (or "0").radio_yes_no → exact label from widget_options.dropdown → exact label from widget_options that best matches; if all options
overstate, pick the lowest one.text_short → ≤ 80 chars.textarea → 2–4 sentences.0. Never invent.is_required = true and you cannot produce an honest answer in the required
format, return unanswerable so the caller can abort the job with
error_unanswerable_required.Return:
{
"answer": "<string to type/select>",
"rationale": "<one line: where in profile this came from>",
"honest": true,
"unanswerable": false
}
If unanswerable: true, set answer to empty and explain in rationale.
| question_text | widget | profile_says | answer |
|---|---|---|---|
| "Years of Python?" | number | "Python: 8 years" | "8" |
| "Years of SAP?" | number | (not mentioned) | "0" |
| "Authorized in US?" | radio_yes_no | "contractor yes, employee no" | "No" (most forms ask about employment auth) |
| "Salary expectation" | text_short | "USD 90k+ full-time" | "USD 90,000+" |
| "Optimized a slow query?" | textarea | Postgres bullets | 2-3 sentence answer citing the profile bullet |
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub nicolas-palermo/linkedin-applier