一键导入
setup
Extend JobOps workspace with independent-contractor directories, templates, and config - requires /jobops:setup to have run first
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extend JobOps workspace with independent-contractor directories, templates, and config - requires /jobops:setup to have run first
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | setup |
| description | Extend JobOps workspace with independent-contractor directories, templates, and config - requires /jobops:setup to have run first |
| disable-model-invocation | true |
This skill extends an existing JobOps workspace with the directories,
templates, and config entries needed by the jobops-ic plugin. It does not
create .jobops/config.json — it adds to the one created by /jobops:setup.
Read .jobops/config.json.
If the file does not exist, stop with:
JOBOPS NOT CONFIGURED Run /jobops:setup first, then retry /jobops-ic:setup.
(The plugin dependencies field ensures jobops is installed alongside
jobops-ic; this check catches the separate case of the user skipping the
base setup.)
Print:
JobOps IC Setup
This extends your existing JobOps workspace with:
- A contractor output tree (services, prospects, proposals, pitches, rate cards, landing pages)
- The IC service-definition template
- Currency preference for pricing outputs
Continue.
Ask in order:
./Contractor. Validate the parent is writable.CAD | USD | EUR | GBP | AUD. Default CAD. Used by rate cards and proposals.Run:
mkdir -p <contractor_root>/services \
<contractor_root>/prospects \
<contractor_root>/proposals \
<contractor_root>/pitches \
<contractor_root>/rate-cards \
<contractor_root>/landing-pages
Report created vs exists.
Copy the IC service-definition schema into the workspace template tree:
cp ${CLAUDE_PLUGIN_ROOT}/templates/service_definition_schema.json .jobops/templates/default/
If the source file is missing, stop with a clear error. Do not silently skip.
.jobops/config.jsonRead the existing config, add the following keys, and write it back
atomically (write to .jobops/config.json.tmp, then mv):
directories.contractor_root = "<step-3 value>"preferences.default_currency = "<step-3 value>"templates.active.service_definition_schema = "default"Preserve all existing keys and values. Do not change version.
If .gitignore has a # JobOps workspace block, append (if not already
present) the contractor_root path on a new line inside that block.
Default: Contractor/. If the block is missing, print a reminder to the
user that /jobops:setup controls the block and that they can re-run it
to refresh.
Print:
/jobops-ic:defineservices, /jobops-ic:ratecard.Exit.
Build a complete resume through all 3 steps (draft, provenance check, final)
Initialize JobOps workspace - configure output directories, install templates, and optionally migrate legacy files
Assess candidate against job posting using pre-created scoring rubric
Compare assessment files across application folders under applications_root
Interview-driven generation of three market-validated ideal-role archetypes (Anchor, Stretch, Pivot) from career history, elicited preferences, and high-scoring assessment patterns
Generate a strategic cover letter with requirements-matching table from Step 3 resume