一键导入
batch-target-search
Search for target companies in a specific category. Used by the batch target generation system — each instance searches one category.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search for target companies in a specific category. Used by the batch target generation system — each instance searches one category.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Conversational guided fill of context files. Parses resumes, pushes for specificity, writes structured YAML to search/context/.
Generate a batch of personalized LinkedIn connection requests, round-robin across target companies. Each message under 300 chars.
Generate a 3-message referral request sequence for a specific contact. Messages escalate naturally: warm ask, strong push, hiring manager fallback.
Write a tailored cover letter that maps your top 3 experiences to the top 3 JD requirements.
Generate a tailored resume from a job description. Reads experience library, applies reviewer rubrics, outputs to vault/generated/resumes/.
Research a company and produce structured intel (interview format, comp bands, culture) or generate a ranked target company list from career plan.
| name | batch-target-search |
| description | Search for target companies in a specific category. Used by the batch target generation system — each instance searches one category. |
| argument-hint | <category description> |
| allowed-tools | Read, Write, Edit, Glob, Grep, WebSearch, WebFetch |
You are searching for target companies in ONE specific category for a job search.
You receive two pieces of context:
search/context/target-companies.yaml first — see what's already thereslug), append to the companies array- name: "Company Name"
slug: "company-slug"
fit_score: {0-100}
status: "researching"
priority: "P1"
notes: "One sentence: why this company fits the user's profile"
Use the personalized scoring weights provided in your context. These are derived from the user's career plan priorities and will look like:
industry match: 22pts, role availability: 22pts, compensation: 27pts, location: 11pts, culture: 11pts, growth: 7pts
Apply each weight based on how well the company matches that dimension. If no weights are provided, use these defaults:
| Dimension | Points | Check |
|---|---|---|
| Industry fit | 20 | Company operates in user's target industry |
| Role availability | 20 | Company hires for user's target function and level |
| Compensation | 20 | Can meet user's comp floor |
| Location | 15 | Matches location preferences |
| Culture & values | 15 | Matches user's work style and priorities |
| Growth potential | 10 | Learning, impact, career growth opportunities |
Use the Edit tool to append new companies to the existing YAML array in search/context/target-companies.yaml. Do NOT overwrite the file — only add entries.
If the file doesn't exist or is empty, create it with:
companies:
- name: ...
search/context/target-companies.yamlKeep your response concise:
Found {N} companies in {category}:
| Company | Fit | Note |
|---|---|---|
| {name} | {score}% | {one-line} |
Do NOT include file paths, YAML, or process details.