# 安装 job-post-builder

- 类型: Skill 技能
- 说明: Builds end-to-end hiring packets — job post, structured interview guide with scoring rubric, and offer letter template — from a hiring brief. Triggers on: "help me hire", "we're hiring for", "write a job post", "job description", "JD", "open role", "create a job ad", "interview questions", "scoring rubric", "draft an offer letter", "send an offer", "make a hiring packet", or any request to recruit for a position. When in doubt, trigger — covers the full hiring workflow from job post through DocuSign envelope creation via browser. Does NOT screen or rank applicants.

- 仓库: https://github.com/anthropics/knowledge-work-plugins

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "job-post-builder" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/job-post-builder/SKILL.md
2. 保存为 ~/.claude/skills/job-post-builder/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "job-post-builder" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/job-post-builder/SKILL.md
2. 保存为 ~/.codex/skills/job-post-builder/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "job-post-builder" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/job-post-builder/SKILL.md
2. 保存为 ~/.cursor/skills/job-post-builder/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/job-post-builder' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/job-post-builder/SKILL.md' -o '~/.claude/skills/job-post-builder/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/job-post-builder' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/job-post-builder/SKILL.md' -o '~/.codex/skills/job-post-builder/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/job-post-builder' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/small-business/skills/job-post-builder/SKILL.md' -o '~/.cursor/skills/job-post-builder/SKILL.md'
```
