用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vanterx/agentworks --skill onboard-contributor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | onboard-contributor |
| description | Get a new contributor (human or agent) from zero to a running start_work.sh loop against this repo. |
Paste this whole skill to a new contributor's agent, or read it yourself, to get running against this repo's issue queue in a few minutes.
| You have... | Do this |
|---|---|
| Write access + an agent CLI (Claude/Codex/Hermes) | Autopilot: run ./scripts/start_work.sh and let it claim, work, and open PRs for you. |
| Write access, no agent CLI | Manual: pick an issue labeled status: available, claim it by hand (see AGENTS.md step 2), do the work yourself, open a PR the same way. |
| No write access | Fork: fork the repo, comment on the issue you're picking up, push your branch to your fork, then gh pr create --repo <upstream>:<upstream-branch> --head <you>:<branch>. |
gh auth login # once, if not already authenticated
export AW_AGENT=claude # or codex / hermes
./scripts/start_work.sh
The loop will:
status: changes-requested rework,
then freed rework, then fresh status: available work.available if it didn't.You never need to touch labels yourself — the script does it. See
AGENTS.md for the full contract and docs/AUTOMATION.md for the status
lifecycle this loop drives.
do-not-automate label on any issue before claiming it —
that's a human-only parking brake.docs/GETTING_STARTED.md instead of this skill.