hank-dev
v0.2.8Personal dev pipeline: feat (plan) -> autopilot (build) -> worktree-dev (isolation), plus resume-tailor, multi-agent review, and dsh-based DeepSeek delegation
By Hank0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 4, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hank-dev for Codex and Claude Code
codex plugin marketplace add EmotionlessHank/amazing-dev-skills
codex plugin marketplace upgrade amazing-dev-skills
codex plugin add hank-dev@amazing-dev-skillsPaste and run these commands in a terminal with Codex. They add and refresh the amazing-dev-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “hank-dev” remain stable.
- Codex:
hank-dev@agent-plugin-marketplace→hank-dev@amazing-dev-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/EmotionlessHank/amazing-dev-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hank-dev/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/autopilot/SKILL.md├── skills/dsh-deepseek-delegate/SKILL.md├── skills/resume-tailor/SKILL.md├── skills/review/SKILL.md└── skills/worktree-dev/SKILL.md
Included Skills5
Fully automated development pipeline after a plan has been confirmed. Triggers when the user confirms a development plan ("confirm"/"OK"/"start"), or says "/autopilot", "auto dev", "run pipeline", or "autopilot". Automatically executes: batch development (with appropriate tests per batch) → 1–3 parallel review agents as needed → main flow auto-handles review findings → archives process/acceptance docs in the requirement subfolder → development summary (fixed template, mandatory before acceptance) → notifies user for acceptance. Should be invoked proactively when a "plan confirmed, ready to develop" pattern is detected.
把一个不需要读取本地文件的纯文本子任务通过 dsh CLI 委派给 DeepSeek,并返回纯文本结果。触发词包括"委派给 deepseek""用 dsh 跑一下""丢给 deepseek 处理"和"在 team 里加一个 deepseek 子任务"。
简历/求职材料优化流程。Triggers on "/hank-dev:resume-tailor", "简历优化", "简历打磨", "定制简历", "改一下简历", "cover letter", "ATS 审查", "HR agent 审查简历", "针对这个 JD 出一份简历". 维护一份 master CV(中英双语),针对每个 JD 生成定制 CV + Cover Letter,跑两个独立视角的 review agent(ATS 关键词/格式审查、HR 市场竞争力审查),改动后拉 diff 复核提升幅度,归档到 JD 索引。
多代理 code review,按 diff 复杂度判定编排规模,逐元素做消融实验确认哪些改动真的承重、哪些是检查没覆盖,并在用户明确授权外发且敏感扫描通过时加入一次 DeepSeek 独立复核。触发词包括 "/hank-dev:review"、"hank-dev review"、"多代理 review" 和 "team review 一下这个改动"。
Enforced worktree-isolated development. Triggers when the user says "/worktree-dev", "worktree dev", "isolated dev", "open a worktree for this", or "wt dev". Automatically executes: pull a new branch from main → create worktree → sync env → inject isolation context → lock working directory throughout. Solves two high-frequency problems: "agent drifts out of the worktree and contaminates the main workspace" and "forgot to branch off main before starting".
Plugin manifests2
{
"name": "hank-dev",
"version": "0.2.8",
"description": "Personal dev pipeline: feat (plan) -> autopilot (build) -> worktree-dev (isolation), plus resume-tailor, multi-agent review, and dsh-based DeepSeek delegation",
"author": {
"name": "Hank"
},
"skills": "./skills/",
"interface": {
"displayName": "Hank Dev",
"shortDescription": "Hank 的个人开发与审查工作流。",
"longDescription": "提供 feat、autopilot、worktree-dev、resume-tailor、review 和 dsh-deepseek-delegate 六个带命名空间的 Codex Skills。",
"developerName": "Hank",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
]
}
}{
"name": "hank-dev",
"version": "0.2.8",
"description": "Personal dev pipeline: feat (plan) -> autopilot (build) -> worktree-dev (isolation), plus resume-tailor, multi-agent review, and dsh-based DeepSeek delegation",
"author": {
"name": "Hank"
},
"skills": [
"./skills/feat/",
"./skills/autopilot/",
"./skills/worktree-dev/",
"./skills/resume-tailor/",
"./skills/review/",
"./skills/dsh-deepseek-delegate/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hank-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hank-dev)