{"id":51340419,"url":"https://github.com/dootask/skills","last_synced_at":"2026-07-02T07:02:06.607Z","repository":{"id":365630770,"uuid":"1269652841","full_name":"dootask/skills","owner":"dootask","description":"DooTask 插件开发的 Claude Code 技能集：脚手架建插件 / 发版到应用商店 / 写优化 CLAUDE.md。安装：/plugin install dootask@dootask-skills","archived":false,"fork":false,"pushed_at":"2026-06-18T07:43:10.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T08:14:57.022Z","etag":null,"topics":["agent-skills","anthropic","claude-code","claude-code-plugin","claude-skills","dootask","plugin-marketplace"],"latest_commit_sha":null,"homepage":"https://www.dootask.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dootask.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-15T01:08:38.000Z","updated_at":"2026-06-18T07:43:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dootask/skills","commit_stats":null,"previous_names":["dootask/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dootask/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dootask%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dootask%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dootask%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dootask%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dootask","download_url":"https://codeload.github.com/dootask/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dootask%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35036553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","anthropic","claude-code","claude-code-plugin","claude-skills","dootask","plugin-marketplace"],"created_at":"2026-07-02T07:02:05.664Z","updated_at":"2026-07-02T07:02:06.599Z","avatar_url":"https://github.com/dootask.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dootask/skills\n\nDooTask 的编码 Agent 插件 —— 覆盖 DooTask 插件开发全流程的 `dootask:*` 技能。同一套 `skills/` 同时供 [Claude Code](#claude-code) 与 [Codex](#codex) 使用。\n\n## 安装\n\n### Claude Code\n\n```text\n/plugin marketplace add dootask/skills\n/plugin install dootask@dootask-skills\n```\n\n装好后用 `/dootask:\u003c技能\u003e` 调用。所有技能均为**显式调用**（`disable-model-invocation`），不会被自动触发。\n\n### Codex\n\nCodex 原生扫描 `skills/` 目录发现技能（清单见 `.codex-plugin/plugin.json`）。手动安装（跟踪 main 分支）：\n\n```bash\n# 1. 克隆本仓库\ngit clone https://github.com/dootask/skills ~/.codex/dootask-skills\n# 2. 把 skills/ 软链到 Codex 技能目录，让其发现\nmkdir -p ~/.agents/skills\nln -s ~/.codex/dootask-skills/skills ~/.agents/skills/dootask\n```\n\n之后在 Codex 里按技能名调用即可。更新：`git -C ~/.codex/dootask-skills pull`。\n\n## 技能\n\n| 技能 | 说明 |\n|---|---|\n| **`dootask:create-plugin`** | 从零创建一个 DooTask 插件：脚手架 + 最小可跑示例，并通过 `doo` CLI 闭环到本地构建镜像、上传本机应用商店、安装验证。 |\n| **`dootask:release-plugin`** | 发布 DooTask 单插件新版本：判定仓库结构（扁平型 / 占位型）、更新中英双语 CHANGELOG、就绪版本目录，推 tag 触发 GitHub Action 发布到 Docker Hub 与 DooTask 应用商店。 |\n| **`dootask:claude-md`** | 创建或优化任意仓库的 CLAUDE.md（Claude Code 的项目记忆文件），内置官方与社区最佳实践。 |\n\n## 仓库结构\n\n扁平布局——**仓库根即 `dootask` 插件本身**：\n\n```text\n.claude-plugin/\n├── marketplace.json    # 市场清单（供 /plugin marketplace add）\n└── plugin.json         # Claude Code 插件清单（skills/ 自动发现，无需逐个列出）\n.codex-plugin/\n└── plugin.json         # Codex 插件清单（\"skills\": \"./skills/\"）\nAGENTS.md -\u003e CLAUDE.md   # Codex 等 Agent 读取的仓库上下文，软链到 CLAUDE.md\nskills/                 # 三个技能，各一目录\n├── create-plugin/\n├── release-plugin/\n└── claude-md/\nLICENSE                 # MIT\n```\n\n## 两个身份\n\n- **可分发 marketplace**：他人按上方「安装」添加本仓库即可装 `dootask` 插件，对外更新靠 `git push`。\n- **本地开发**：`marketplace.json` 的 `source` 指向 `./`，本仓库既是市场也是插件；改动后用 `claude plugin validate .` 校验。\n\n## 维护\n\n```bash\ngit add -A \u0026\u0026 git commit -m \"...\" \u0026\u0026 git push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdootask%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdootask%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdootask%2Fskills/lists"}