dsh-ecc-skills 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +99 -0
  3. package/cordis.patch.yml +5 -0
  4. package/lib/index.js +195 -0
  5. package/package.json +46 -0
  6. package/skills/accessibility/SKILL.md +147 -0
  7. package/skills/agent-architecture-audit/SKILL.md +257 -0
  8. package/skills/agent-eval/SKILL.md +147 -0
  9. package/skills/agent-harness-construction/SKILL.md +74 -0
  10. package/skills/agent-introspection-debugging/SKILL.md +154 -0
  11. package/skills/agent-payment-x402/SKILL.md +225 -0
  12. package/skills/agent-self-evaluation/SKILL.md +182 -0
  13. package/skills/agent-sort/SKILL.md +216 -0
  14. package/skills/agentic-engineering/SKILL.md +64 -0
  15. package/skills/agentic-os/SKILL.md +388 -0
  16. package/skills/ai-first-engineering/SKILL.md +52 -0
  17. package/skills/ai-regression-testing/SKILL.md +386 -0
  18. package/skills/android-clean-architecture/SKILL.md +340 -0
  19. package/skills/angular-developer/SKILL.md +155 -0
  20. package/skills/api-connector-builder/SKILL.md +121 -0
  21. package/skills/api-design/SKILL.md +524 -0
  22. package/skills/architecture-decision-records/SKILL.md +180 -0
  23. package/skills/article-writing/SKILL.md +80 -0
  24. package/skills/automation-audit-ops/SKILL.md +143 -0
  25. package/skills/autonomous-agent-harness/SKILL.md +274 -0
  26. package/skills/autonomous-loops/SKILL.md +611 -0
  27. package/skills/backend-patterns/SKILL.md +562 -0
  28. package/skills/benchmark/SKILL.md +95 -0
  29. package/skills/benchmark-methodology/SKILL.md +191 -0
  30. package/skills/benchmark-optimization-loop/SKILL.md +71 -0
  31. package/skills/blender-motion-state-inspection/SKILL.md +165 -0
  32. package/skills/blueprint/SKILL.md +106 -0
  33. package/skills/brand-discovery/SKILL.md +145 -0
  34. package/skills/brand-voice/SKILL.md +98 -0
  35. package/skills/browser-qa/SKILL.md +105 -0
  36. package/skills/bun-runtime/SKILL.md +85 -0
  37. package/skills/canary-watch/SKILL.md +108 -0
  38. package/skills/carrier-relationship-management/SKILL.md +212 -0
  39. package/skills/cisco-ios-patterns/SKILL.md +164 -0
  40. package/skills/ck/SKILL.md +148 -0
  41. package/skills/claude-devfleet/SKILL.md +112 -0
  42. package/skills/click-path-audit/SKILL.md +245 -0
  43. package/skills/clickhouse-io/SKILL.md +445 -0
  44. package/skills/code-tour/SKILL.md +254 -0
  45. package/skills/codebase-onboarding/SKILL.md +234 -0
  46. package/skills/codehealth-mcp/SKILL.md +167 -0
  47. package/skills/coding-standards/SKILL.md +551 -0
  48. package/skills/competitive-platform-analysis/SKILL.md +214 -0
  49. package/skills/competitive-report-structure/SKILL.md +162 -0
  50. package/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  51. package/skills/config-gc/SKILL.md +120 -0
  52. package/skills/configure-ecc/SKILL.md +206 -0
  53. package/skills/connections-optimizer/SKILL.md +190 -0
  54. package/skills/content-engine/SKILL.md +132 -0
  55. package/skills/content-hash-cache-pattern/SKILL.md +162 -0
  56. package/skills/context-budget/SKILL.md +136 -0
  57. package/skills/continuous-agent-loop/SKILL.md +46 -0
  58. package/skills/contract-first/SKILL.md +287 -0
  59. package/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  60. package/skills/cost-tracking/SKILL.md +97 -0
  61. package/skills/council/SKILL.md +204 -0
  62. package/skills/council-multi-model/SKILL.md +167 -0
  63. package/skills/cpp-coding-standards/SKILL.md +724 -0
  64. package/skills/cpp-testing/SKILL.md +325 -0
  65. package/skills/crosspost/SKILL.md +112 -0
  66. package/skills/csharp-testing/SKILL.md +322 -0
  67. package/skills/customer-billing-ops/SKILL.md +141 -0
  68. package/skills/customs-trade-compliance/SKILL.md +263 -0
  69. package/skills/dart-flutter-patterns/SKILL.md +564 -0
  70. package/skills/dashboard-builder/SKILL.md +109 -0
  71. package/skills/data-scraper-agent/SKILL.md +765 -0
  72. package/skills/data-throughput-accelerator/SKILL.md +74 -0
  73. package/skills/database-migrations/SKILL.md +430 -0
  74. package/skills/deep-research/SKILL.md +160 -0
  75. package/skills/defi-amm-security/SKILL.md +167 -0
  76. package/skills/delivery-gate/SKILL.md +126 -0
  77. package/skills/deployment-patterns/SKILL.md +428 -0
  78. package/skills/design-system/SKILL.md +83 -0
  79. package/skills/dev-team/SKILL.md +203 -0
  80. package/skills/django-celery/SKILL.md +458 -0
  81. package/skills/django-patterns/SKILL.md +735 -0
  82. package/skills/django-security/SKILL.md +644 -0
  83. package/skills/django-tdd/SKILL.md +730 -0
  84. package/skills/django-verification/SKILL.md +470 -0
  85. package/skills/dmux-workflows/SKILL.md +192 -0
  86. package/skills/docker-patterns/SKILL.md +520 -0
  87. package/skills/documentation-lookup/SKILL.md +91 -0
  88. package/skills/dotnet-patterns/SKILL.md +322 -0
  89. package/skills/dynamic-workflow-mode/SKILL.md +124 -0
  90. package/skills/e2e-testing/SKILL.md +327 -0
  91. package/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  92. package/skills/email-ops/SKILL.md +122 -0
  93. package/skills/energy-procurement/SKILL.md +228 -0
  94. package/skills/enterprise-agent-ops/SKILL.md +51 -0
  95. package/skills/error-handling/SKILL.md +377 -0
  96. package/skills/eval-harness/SKILL.md +271 -0
  97. package/skills/evm-token-decimals/SKILL.md +131 -0
  98. package/skills/exa-search/SKILL.md +108 -0
  99. package/skills/fal-ai-media/SKILL.md +289 -0
  100. package/skills/fastapi-patterns/SKILL.md +514 -0
  101. package/skills/finance-billing-ops/SKILL.md +128 -0
  102. package/skills/flox-environments/SKILL.md +497 -0
  103. package/skills/flutter-dart-code-review/SKILL.md +436 -0
  104. package/skills/foundation-models-on-device/SKILL.md +243 -0
  105. package/skills/frontend-a11y/SKILL.md +446 -0
  106. package/skills/frontend-design-direction/SKILL.md +93 -0
  107. package/skills/frontend-patterns/SKILL.md +657 -0
  108. package/skills/fsharp-testing/SKILL.md +281 -0
  109. package/skills/gan-style-harness/SKILL.md +279 -0
  110. package/skills/generating-python-installer/SKILL.md +820 -0
  111. package/skills/git-workflow/SKILL.md +716 -0
  112. package/skills/github-ops/SKILL.md +145 -0
  113. package/skills/golang-patterns/SKILL.md +676 -0
  114. package/skills/golang-testing/SKILL.md +721 -0
  115. package/skills/google-workspace-ops/SKILL.md +96 -0
  116. package/skills/growth-log/SKILL.md +128 -0
  117. package/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  118. package/skills/healthcare-emr-patterns/SKILL.md +160 -0
  119. package/skills/healthcare-eval-harness/SKILL.md +208 -0
  120. package/skills/healthcare-phi-compliance/SKILL.md +146 -0
  121. package/skills/hermes-imports/SKILL.md +89 -0
  122. package/skills/hexagonal-architecture/SKILL.md +277 -0
  123. package/skills/hipaa-compliance/SKILL.md +79 -0
  124. package/skills/homelab-network-readiness/SKILL.md +170 -0
  125. package/skills/homelab-network-setup/SKILL.md +130 -0
  126. package/skills/homelab-pihole-dns/SKILL.md +275 -0
  127. package/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  128. package/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  129. package/skills/hookify-rules/SKILL.md +128 -0
  130. package/skills/inherit-legacy-style/SKILL.md +157 -0
  131. package/skills/intent-driven-development/SKILL.md +360 -0
  132. package/skills/inventory-demand-planning/SKILL.md +247 -0
  133. package/skills/investor-materials/SKILL.md +97 -0
  134. package/skills/investor-outreach/SKILL.md +92 -0
  135. package/skills/ios-icon-gen/SKILL.md +158 -0
  136. package/skills/iterative-retrieval/SKILL.md +212 -0
  137. package/skills/ito-baskets/SKILL.md +263 -0
  138. package/skills/ito-compute/SKILL.md +151 -0
  139. package/skills/ito-inference/SKILL.md +119 -0
  140. package/skills/ito-training/SKILL.md +123 -0
  141. package/skills/java-coding-standards/SKILL.md +384 -0
  142. package/skills/jira-integration/SKILL.md +303 -0
  143. package/skills/jpa-patterns/SKILL.md +152 -0
  144. package/skills/knowledge-ops/SKILL.md +155 -0
  145. package/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  146. package/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  147. package/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  148. package/skills/kotlin-patterns/SKILL.md +712 -0
  149. package/skills/kotlin-testing/SKILL.md +825 -0
  150. package/skills/kubernetes-patterns/SKILL.md +756 -0
  151. package/skills/laravel-patterns/SKILL.md +416 -0
  152. package/skills/laravel-plugin-discovery/SKILL.md +230 -0
  153. package/skills/laravel-security/SKILL.md +948 -0
  154. package/skills/laravel-tdd/SKILL.md +675 -0
  155. package/skills/laravel-verification/SKILL.md +180 -0
  156. package/skills/latency-critical-systems/SKILL.md +75 -0
  157. package/skills/lead-intelligence/SKILL.md +322 -0
  158. package/skills/liquid-glass-design/SKILL.md +279 -0
  159. package/skills/living-docs-governance/SKILL.md +137 -0
  160. package/skills/llm-trading-agent-security/SKILL.md +147 -0
  161. package/skills/logistics-exception-management/SKILL.md +222 -0
  162. package/skills/loop-design-check/SKILL.md +143 -0
  163. package/skills/mailtrap-email-integration/SKILL.md +77 -0
  164. package/skills/make-interfaces-feel-better/SKILL.md +152 -0
  165. package/skills/manim-video/SKILL.md +90 -0
  166. package/skills/market-research/SKILL.md +76 -0
  167. package/skills/marketing-campaign/SKILL.md +114 -0
  168. package/skills/mcp-server-patterns/SKILL.md +70 -0
  169. package/skills/messages-ops/SKILL.md +105 -0
  170. package/skills/ml-adoption-playbook/SKILL.md +57 -0
  171. package/skills/mle-workflow/SKILL.md +348 -0
  172. package/skills/motion-advanced/SKILL.md +597 -0
  173. package/skills/motion-foundations/SKILL.md +300 -0
  174. package/skills/motion-patterns/SKILL.md +435 -0
  175. package/skills/motion-ui/SKILL.md +576 -0
  176. package/skills/mysql-patterns/SKILL.md +413 -0
  177. package/skills/nanoclaw-repl/SKILL.md +34 -0
  178. package/skills/nasiko-control-plane/SKILL.md +49 -0
  179. package/skills/nestjs-patterns/SKILL.md +231 -0
  180. package/skills/netmiko-ssh-automation/SKILL.md +174 -0
  181. package/skills/network-bgp-diagnostics/SKILL.md +168 -0
  182. package/skills/network-config-validation/SKILL.md +211 -0
  183. package/skills/network-interface-health/SKILL.md +153 -0
  184. package/skills/nextjs-turbopack/SKILL.md +58 -0
  185. package/skills/nodejs-keccak256/SKILL.md +103 -0
  186. package/skills/nutrient-document-processing/SKILL.md +168 -0
  187. package/skills/nuxt4-patterns/SKILL.md +101 -0
  188. package/skills/opensource-pipeline/SKILL.md +256 -0
  189. package/skills/orch-add-feature/SKILL.md +45 -0
  190. package/skills/orch-build-mvp/SKILL.md +49 -0
  191. package/skills/orch-change-feature/SKILL.md +43 -0
  192. package/skills/orch-fix-defect/SKILL.md +43 -0
  193. package/skills/orch-pipeline/SKILL.md +121 -0
  194. package/skills/orch-refine-code/SKILL.md +44 -0
  195. package/skills/parallel-execution-optimizer/SKILL.md +74 -0
  196. package/skills/perl-patterns/SKILL.md +505 -0
  197. package/skills/perl-security/SKILL.md +504 -0
  198. package/skills/perl-testing/SKILL.md +476 -0
  199. package/skills/plan-canvas/SKILL.md +196 -0
  200. package/skills/plankton-code-quality/SKILL.md +237 -0
  201. package/skills/postgres-patterns/SKILL.md +148 -0
  202. package/skills/prediction-market-oracle-research/SKILL.md +64 -0
  203. package/skills/prediction-market-risk-review/SKILL.md +61 -0
  204. package/skills/prisma-patterns/SKILL.md +401 -0
  205. package/skills/product-capability/SKILL.md +142 -0
  206. package/skills/product-lens/SKILL.md +93 -0
  207. package/skills/production-audit/SKILL.md +207 -0
  208. package/skills/production-scheduling/SKILL.md +238 -0
  209. package/skills/project-flow-ops/SKILL.md +112 -0
  210. package/skills/prompt-optimizer/SKILL.md +398 -0
  211. package/skills/python-patterns/SKILL.md +751 -0
  212. package/skills/python-testing/SKILL.md +817 -0
  213. package/skills/pytorch-patterns/SKILL.md +397 -0
  214. package/skills/quality-nonconformance/SKILL.md +260 -0
  215. package/skills/quarkus-patterns/SKILL.md +723 -0
  216. package/skills/quarkus-security/SKILL.md +468 -0
  217. package/skills/quarkus-tdd/SKILL.md +812 -0
  218. package/skills/quarkus-verification/SKILL.md +481 -0
  219. package/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  220. package/skills/react-native-patterns/SKILL.md +326 -0
  221. package/skills/react-patterns/SKILL.md +342 -0
  222. package/skills/react-performance/SKILL.md +575 -0
  223. package/skills/react-testing/SKILL.md +424 -0
  224. package/skills/recsys-pipeline-architect/SKILL.md +115 -0
  225. package/skills/recursive-decision-ledger/SKILL.md +81 -0
  226. package/skills/redis-patterns/SKILL.md +404 -0
  227. package/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  228. package/skills/remotion-video-creation/SKILL.md +43 -0
  229. package/skills/repo-scan/SKILL.md +170 -0
  230. package/skills/research-ops/SKILL.md +113 -0
  231. package/skills/returns-reverse-logistics/SKILL.md +240 -0
  232. package/skills/rules-distill/SKILL.md +265 -0
  233. package/skills/rust-patterns/SKILL.md +500 -0
  234. package/skills/rust-testing/SKILL.md +501 -0
  235. package/skills/safety-guard/SKILL.md +76 -0
  236. package/skills/santa-method/SKILL.md +307 -0
  237. package/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  238. package/skills/scientific-db-uspto-database/SKILL.md +178 -0
  239. package/skills/scientific-pkg-gget/SKILL.md +167 -0
  240. package/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  241. package/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  242. package/skills/search-first/SKILL.md +183 -0
  243. package/skills/security-bounty-hunter/SKILL.md +100 -0
  244. package/skills/security-scan/SKILL.md +166 -0
  245. package/skills/seo/SKILL.md +155 -0
  246. package/skills/skill-scout/SKILL.md +141 -0
  247. package/skills/skill-stocktake/SKILL.md +195 -0
  248. package/skills/social-graph-ranker/SKILL.md +155 -0
  249. package/skills/social-publisher/SKILL.md +130 -0
  250. package/skills/springboot-patterns/SKILL.md +315 -0
  251. package/skills/springboot-security/SKILL.md +273 -0
  252. package/skills/springboot-tdd/SKILL.md +159 -0
  253. package/skills/springboot-verification/SKILL.md +232 -0
  254. package/skills/swift-actor-persistence/SKILL.md +144 -0
  255. package/skills/swift-concurrency-6-2/SKILL.md +216 -0
  256. package/skills/swift-protocol-di-testing/SKILL.md +191 -0
  257. package/skills/swiftui-patterns/SKILL.md +259 -0
  258. package/skills/taste/SKILL.md +264 -0
  259. package/skills/tdd-workflow/SKILL.md +583 -0
  260. package/skills/team-agent-orchestration/SKILL.md +111 -0
  261. package/skills/team-builder/SKILL.md +169 -0
  262. package/skills/terminal-opener/SKILL.md +55 -0
  263. package/skills/terminal-ops/SKILL.md +110 -0
  264. package/skills/tinystruct-patterns/SKILL.md +279 -0
  265. package/skills/token-budget-advisor/SKILL.md +134 -0
  266. package/skills/ui-demo/SKILL.md +466 -0
  267. package/skills/ui-to-vue/SKILL.md +135 -0
  268. package/skills/uncloud/SKILL.md +344 -0
  269. package/skills/unified-memory/SKILL.md +170 -0
  270. package/skills/unified-notifications-ops/SKILL.md +188 -0
  271. package/skills/verification-loop/SKILL.md +129 -0
  272. package/skills/video-editing/SKILL.md +311 -0
  273. package/skills/videodb/SKILL.md +375 -0
  274. package/skills/vite-patterns/SKILL.md +450 -0
  275. package/skills/vue-patterns/SKILL.md +471 -0
  276. package/skills/windows-desktop-e2e/SKILL.md +888 -0
  277. package/skills/workspace-surface-audit/SKILL.md +126 -0
  278. package/skills/x-api/SKILL.md +235 -0
package/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Affaan Mustafa (original skills, https://github.com/affaan-m/ECC)
4
+ Copyright (c) 2026 dsh-ecc contributors (DSH port)
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,99 @@
1
+ # dsh-ecc
2
+
3
+ 把 [affaan-m/ECC](https://github.com/affaan-m/ECC)(~227k⭐ 的"操作员系统",285 个
4
+ 技能)渐进移植到 **DeepSeek Harness (DSH)** 的 Cordis 插件架构。
5
+
6
+ > **English:** ECC (227k⭐ operator system) skills for DeepSeek Harness —
7
+ > progressive port. v0.1.0 ships 20 curated, self-contained single-file skills;
8
+ > the remaining 270+ follow in later batches. Adapted from
9
+ > [affaan-m/ECC](https://github.com/affaan-m/ECC) (MIT, © Affaan Mustafa).
10
+
11
+ 插件向 `ctx.skills` 注册表的 **host 层** 注册技能提供者;技能随包分发
12
+ (`skills/<name>/SKILL.md`),无需用户配置。
13
+
14
+ > **非官方移植**:技能内容改编自 [affaan-m/ECC](https://github.com/affaan-m/ECC)(MIT, © Affaan Mustafa)。
15
+ > ECC 的 Claude Code 专属基础设施(agents/hooks/commands/mcp-configs)不在本包内。
16
+
17
+ ## 安装
18
+
19
+ ```sh
20
+ # npm(包名 dsh-ecc 已被同名项目占用,本包发布为 dsh-ecc-skills)
21
+ dsh plugin --profile web add dsh-ecc-skills
22
+
23
+ # GitHub
24
+ dsh plugin --profile web add github:gongyijie85/dsh-ecc
25
+
26
+ # 本地开发
27
+ dsh plugin --profile web add D:\plugins\dsh-ecc
28
+ ```
29
+
30
+ 装完重启 profile(`dsh web`),技能即可用 `skill` 工具加载。
31
+
32
+ ## v0.1.0 首批 20 个技能
33
+
34
+ | 分类 | 技能 |
35
+ | --- | --- |
36
+ | 工程方法论 | `agentic-engineering`(eval-first 执行)、`ai-first-engineering`、`tdd-workflow`、`verification-loop` |
37
+ | Agent 系统 | `agent-architecture-audit`、`agent-eval`、`agent-self-evaluation`、`ai-regression-testing` |
38
+ | 工程基础 | `coding-standards`、`git-workflow`、`error-handling`、`codebase-onboarding`、`api-design`、`architecture-decision-records` |
39
+ | 模式与数据 | `docker-patterns`、`postgres-patterns`、`database-migrations`、`design-system` |
40
+ | 研究与优化 | `deep-research`、`prompt-optimizer` |
41
+
42
+ ## v0.2.0 新增 68 个模式类技能
43
+
44
+ **前端**:`react-patterns`、`react-testing`、`react-performance`、`react-native-patterns`、
45
+ `vue-patterns`、`nuxt4-patterns`、`vite-patterns`、`nextjs-turbopack`、`frontend-patterns`、
46
+ `frontend-a11y`、`ui-to-vue`、`compose-multiplatform-patterns`
47
+
48
+ **后端框架**:`nestjs-patterns`、`fastapi-patterns`、`django-patterns`(+tdd/security/verification)、
49
+ `laravel-patterns`(+tdd/security/verification/plugin-discovery)、`springboot-patterns`
50
+ (+tdd/security/verification)、`quarkus-patterns`(+tdd/security/verification)、`bun-runtime`
51
+
52
+ **语言模式**:`python-patterns`(+testing)、`golang-patterns`(+testing)、`rust-patterns`(+testing)、
53
+ `cpp-coding-standards`(+testing)、`csharp-testing`、`fsharp-testing`、`java-coding-standards`、
54
+ `kotlin-patterns`(+testing/coroutines-flows/exposed-patterns/ktor-patterns)、
55
+ `dart-flutter-patterns`(+flutter-dart-code-review)、`swiftui-patterns`(+concurrency-6-2/actor-persistence/protocol-di-testing)、
56
+ `perl-patterns`(+security/testing)、`dotnet-patterns`
57
+
58
+ **数据与架构**:`mysql-patterns`、`redis-patterns`、`prisma-patterns`、`jpa-patterns`、
59
+ `hexagonal-architecture`、`contract-first`、`deployment-patterns`、`kubernetes-patterns`、
60
+ `backend-patterns`、`mcp-server-patterns`
61
+
62
+ ## 移植路线图(渐进)
63
+
64
+ - **v0.1.0** ✅ 20 个纯单文件、无 harness 依赖的技能
65
+ - **v0.2.0** ✅ 68 个模式类批量(前端/后端/语言/数据/架构)
66
+ - **v0.3.0** ✅ 50 个编排/自动化/运维类(orch-*、council、team-*、e2e-testing、benchmark 等)
67
+ - **v0.4.0(本次,收官)** ✅ **135 个垂直领域与全部剩余可移植技能**:
68
+ 医疗(healthcare-*、hipaa)、家庭网络(homelab-*)、科学(scientific-* / pubmed / uspto / gget)、
69
+ 金融(customer-billing / finance-billing / defi / prediction-market / evm / x402)、
70
+ 设计与内容(brand-*、motion-*、liquid-glass、manim、remotion、article-writing、seo)、
71
+ 网络运维(cisco-ios、netmiko、network-*、terminal-*)、供应链/物流、营销/销售、
72
+ 研究与数据(pytorch、recsys、mle、clickhouse、video/audio)等
73
+ - **累计:273/285 技能已移植**(占 95.8%);未移植仅 12 个:
74
+ - 依赖 ECC 专属基础设施(`ecc-guide`、`ecc-recipes`、`gateguard`、`plan-orchestrate`、
75
+ `strategic-compact`、`continuous-learning-v2`)——除非后续做 hooks/commands 桥接层
76
+ - 带辅助文件的 7 个(`continuous-learning`、`frontend-slides`、`openclaw-persona-forge`、
77
+ `security-review`、`skill-comply`、`visa-doc-translate`)
78
+
79
+ ## 移植说明(对比上游)
80
+
81
+ - **来源**:`skills/<name>/SKILL.md` 原样复制(标准格式,frontmatter 含
82
+ `metadata.origin: ECC`)。
83
+ - **适配**:仅 2 处命令引用改为 DSH 裸名(`/bug-check` → `bug-check`、
84
+ `/prompt-optimize` → `prompt-optimizer`);无 `Skill tool` 引用。
85
+ - **剔除**:依赖 `/ecc:*` 命令、hooks.json、ccconfig 的 6 个技能;带辅助
86
+ 文件的 7 个技能(留待后续批次)。
87
+ - **调用语义**:全部模型/用户可调用。
88
+
89
+ ## 工作原理 / 添加技能
90
+
91
+ 同 [mattpocock-skills-dsh](https://github.com/gongyijie85/mattpocock-skills-dsh)
92
+ (host 层 `ctx.skills.registerProvider`;零运行时依赖;原生解析折叠 YAML
93
+ frontmatter)。往 `skills/<kebab-name>/SKILL.md` 放文件即自动发现;验证:
94
+ `npm run verify`(20/20)。
95
+
96
+ ## 许可证
97
+
98
+ MIT。技能内容 © Affaan Mustafa([ECC](https://github.com/affaan-m/ECC));
99
+ DSH 移植 © dsh-ecc contributors。见 [LICENSE](LICENSE)。
@@ -0,0 +1,5 @@
1
+ # dsh-ecc bundle patch: mount the ECC skill provider into the host skill
2
+ # registry (host-plane rows, merged into every agent preset's scope chain).
3
+ - insert:
4
+ - id: dsh-ecc
5
+ name: 'dsh-ecc'
package/lib/index.js ADDED
@@ -0,0 +1,195 @@
1
+ // mattpocock-skills-dsh: Matt Pocock's skills for the DeepSeek Harness.
2
+ //
3
+ // A Cordis plugin that registers one skill provider into the HOST layer of the
4
+ // `ctx.skills` registry, so every agent preset's scope chain merges these
5
+ // skills. Skill bodies live in `../skills/<name>/SKILL.md` inside this
6
+ // package; the provider locates them from `import.meta.url` (an assembly
7
+ // fact of this package, never user config) and loads bodies on demand.
8
+ //
9
+ // The provider protocol mirrors @deepseek-ai/dsh-skill-filesystem:
10
+ // - list() discovers directory-bundle candidates (name/description from
11
+ // YAML frontmatter, body left unread until requested)
12
+ // - get() parses the winning candidate's SKILL.md and returns the full
13
+ // definition with a directory resource base for relative references
14
+ //
15
+ // Upstream adaptation notes (vs https://github.com/mattpocock/skills):
16
+ // - `disable-model-invocation: true` (user-invoked skills such as
17
+ // grill-me / wait-what) maps to invocation.modelInvocable: false, so
18
+ // DSH keeps the upstream invocation semantics.
19
+ // - Harness-specific aux files (e.g. agents/openai.yaml for Codex) are
20
+ // not shipped; only SKILL.md and its relative references travel.
21
+ //
22
+ // @module dsh-ecc
23
+ import { readdir, readFile } from 'node:fs/promises'
24
+ import { fileURLToPath } from 'node:url'
25
+ import { dirname, join } from 'node:path'
26
+
27
+ const name = 'dsh-ecc'
28
+ const inject = ['skills']
29
+
30
+ /** Registry precedence for packaged skill providers: ranks below the local bundled root. */
31
+ const PACKAGED_SKILL_RANK = 550
32
+
33
+ /** The source bucket these skills advertise under (prompt-visible metadata). */
34
+ const SOURCE = 'custom'
35
+
36
+ /**
37
+ * Parse the YAML frontmatter block of a SKILL.md into metadata plus body.
38
+ * Handles the scalar fields DSH skill discovery consumes (name, description,
39
+ * whenToUse) plus the upstream invocation flag, and supports folded scalar
40
+ * blocks (`description: >` followed by indented lines) — folded lines are
41
+ * joined with single spaces, matching YAML semantics. Richer metadata passes
42
+ * through verbatim.
43
+ * @param text - the raw skill file contents.
44
+ * @returns parsed metadata object and the markdown body after the block, or
45
+ * null when the file has no frontmatter block at all.
46
+ */
47
+ function parseFrontmatter(text) {
48
+ if (!text.startsWith('---')) return null
49
+ const end = text.indexOf('\n---', 3)
50
+ if (end === -1) return null
51
+ const block = text.slice(3, end)
52
+ const body = text.slice(end + 4).replace(/^\n+/, '')
53
+ const metadata = {}
54
+ let currentKey = null
55
+ let folded = false
56
+ for (const rawLine of block.split('\n')) {
57
+ const line = rawLine.trimEnd()
58
+ if (/^[ \t]/.test(line) && currentKey !== null) {
59
+ // Indented continuation of a folded scalar.
60
+ const value = line.trim()
61
+ if (value) {
62
+ metadata[currentKey] = folded
63
+ ? `${metadata[currentKey]} ${value}`
64
+ : `${metadata[currentKey]}\n${value}`
65
+ }
66
+ continue
67
+ }
68
+ const match = /^([A-Za-z][\w-]*):\s*(.*)$/.exec(line)
69
+ if (!match) {
70
+ currentKey = null
71
+ folded = false
72
+ continue
73
+ }
74
+ let value = match[2].trim()
75
+ folded = value === '>' || value === '>-' || value === '>+'
76
+ if (folded) {
77
+ value = ''
78
+ } else if (
79
+ (value.startsWith('"') && value.endsWith('"')) ||
80
+ (value.startsWith("'") && value.endsWith("'"))
81
+ ) {
82
+ value = value.slice(1, -1)
83
+ }
84
+ metadata[match[1]] = value
85
+ currentKey = folded ? match[1] : null
86
+ }
87
+ return { metadata, body }
88
+ }
89
+
90
+ /**
91
+ * Read and parse one skill directory's SKILL.md.
92
+ * @param skillFile - absolute path to the SKILL.md file.
93
+ * @param signal - optional cancellation; aborts the read.
94
+ * @returns the parsed skill record, or undefined when the file vanished.
95
+ */
96
+ async function parseSkillFile(skillFile, signal) {
97
+ let text
98
+ try {
99
+ text = await readFile(skillFile, 'utf8')
100
+ } catch {
101
+ return undefined
102
+ }
103
+ if (signal?.aborted) return undefined
104
+ const parsed = parseFrontmatter(text)
105
+ if (parsed === null) return undefined
106
+ return {
107
+ name: parsed.metadata.name ?? '',
108
+ description: parsed.metadata.description ?? '',
109
+ whenToUse: parsed.metadata.whenToUse,
110
+ metadata: parsed.metadata,
111
+ content: parsed.body
112
+ }
113
+ }
114
+
115
+ /**
116
+ * Upstream `disable-model-invocation: true` marks a user-invoked skill
117
+ * (reachable only by the human). Map it onto DSH's invocation flags;
118
+ * anything else stays model- and user-invocable.
119
+ * @param metadata - parsed frontmatter metadata.
120
+ * @returns the DSH invocation record.
121
+ */
122
+ function invocationFrom(metadata) {
123
+ if (metadata['disable-model-invocation'] === 'true') {
124
+ return { modelInvocable: false, userInvocable: true }
125
+ }
126
+ return { modelInvocable: true, userInvocable: true }
127
+ }
128
+
129
+ /**
130
+ * Discover packaged skill candidates by scanning the package's `skills/`
131
+ * directory: one subdirectory per skill, each carrying a SKILL.md.
132
+ * @param skillsRoot - absolute path to this package's skills directory.
133
+ * @param signal - optional cancellation.
134
+ * @returns the candidate list.
135
+ */
136
+ async function discoverCandidates(skillsRoot, signal) {
137
+ let entries
138
+ try {
139
+ entries = await readdir(skillsRoot, { withFileTypes: true })
140
+ } catch {
141
+ return []
142
+ }
143
+ const candidates = []
144
+ for (const entry of entries) {
145
+ if (signal?.aborted) break
146
+ if (!entry.isDirectory()) continue
147
+ const skillDir = join(skillsRoot, entry.name)
148
+ const skillFile = join(skillDir, 'SKILL.md')
149
+ const parsed = await parseSkillFile(skillFile, signal)
150
+ if (parsed === undefined) continue
151
+ candidates.push({
152
+ name: parsed.name,
153
+ description: parsed.description,
154
+ ...(parsed.whenToUse !== undefined ? { whenToUse: parsed.whenToUse } : {}),
155
+ invocation: invocationFrom(parsed.metadata),
156
+ source: SOURCE,
157
+ provider: name,
158
+ rank: PACKAGED_SKILL_RANK,
159
+ locator: skillDir,
160
+ path: skillFile,
161
+ ...(Object.keys(parsed.metadata).length > 0 ? { metadata: parsed.metadata } : {})
162
+ })
163
+ }
164
+ return candidates
165
+ }
166
+
167
+ /** Register the packaged matt-pocock provider on `ctx.skills`. */
168
+ function apply(ctx) {
169
+ const skillsRoot = join(dirname(fileURLToPath(import.meta.url)), '..', 'skills')
170
+ ctx.skills.registerProvider((control) => ({
171
+ name,
172
+ async list(options) {
173
+ return discoverCandidates(skillsRoot, options.signal)
174
+ },
175
+ async get(candidate, options) {
176
+ const parsed = await parseSkillFile(candidate.path, options.signal)
177
+ if (parsed === undefined) return undefined
178
+ return {
179
+ name: parsed.name,
180
+ description: parsed.description,
181
+ ...(parsed.whenToUse !== undefined ? { whenToUse: parsed.whenToUse } : {}),
182
+ invocation: invocationFrom(parsed.metadata),
183
+ source: SOURCE,
184
+ provider: name,
185
+ resourceBase: { kind: 'directory', path: candidate.locator },
186
+ path: candidate.path,
187
+ ...(Object.keys(parsed.metadata).length > 0 ? { metadata: parsed.metadata } : {}),
188
+ content: parsed.content
189
+ }
190
+ }
191
+ }))
192
+ }
193
+
194
+ export { apply, name, inject }
195
+ export default { apply, name, inject }
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "dsh-ecc-skills",
3
+ "description": "ECC (227k-star operator system) skills for DeepSeek Harness — progressive port: v0.1 ships 20 curated single-file skills (agentic engineering, evaluation, testing, patterns, docs); 270+ more follow. Adapted from affaan-m/ECC (MIT)",
4
+ "version": "0.4.0",
5
+ "private": false,
6
+ "type": "module",
7
+ "main": "lib/index.js",
8
+ "exports": {
9
+ ".": "./lib/index.js",
10
+ "./package.json": "./package.json"
11
+ },
12
+ "files": [
13
+ "lib",
14
+ "skills",
15
+ "cordis.patch.yml",
16
+ "README.md",
17
+ "LICENSE"
18
+ ],
19
+ "license": "MIT",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/gongyijie85/dsh-ecc.git"
23
+ },
24
+ "homepage": "https://github.com/gongyijie85/dsh-ecc",
25
+ "bugs": {
26
+ "url": "https://github.com/gongyijie85/dsh-ecc/issues"
27
+ },
28
+ "scripts": {
29
+ "verify": "node scripts/verify-provider.mjs",
30
+ "prepublishOnly": "node scripts/verify-provider.mjs"
31
+ },
32
+ "keywords": [
33
+ "dsh",
34
+ "dsh-plugin",
35
+ "deepseek-harness",
36
+ "plugin",
37
+ "skills",
38
+ "ecc",
39
+ "agent"
40
+ ],
41
+ "dsh": {
42
+ "bundle": {
43
+ "patch": "./cordis.patch.yml"
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,147 @@
1
+ ---
2
+ name: accessibility
3
+ description: Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when reviewing a change for keyboard, contrast, or screen-reader support.
4
+ standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).
5
+ metadata:
6
+ origin: ECC
7
+ ---
8
+
9
+ # Accessibility (WCAG 2.2)
10
+
11
+ This skill ensures that digital interfaces are Perceivable, Operable, Understandable, and Robust (POUR) for all users, including those using screen readers, switch controls, or keyboard navigation. It focuses on the technical implementation of WCAG 2.2 success criteria.
12
+
13
+ ## When to Use
14
+
15
+ - Defining UI component specifications for Web, iOS, or Android.
16
+ - Auditing existing code for accessibility barriers or compliance gaps.
17
+ - Implementing new WCAG 2.2 standards like Target Size (Minimum) and Focus Appearance.
18
+ - Mapping high-level design requirements to technical attributes (ARIA roles, traits, hints).
19
+
20
+ ## Core Concepts
21
+
22
+ - **POUR Principles**: The foundation of WCAG (Perceivable, Operable, Understandable, Robust).
23
+ - **Semantic Mapping**: Using native elements over generic containers to provide built-in accessibility.
24
+ - **Accessibility Tree**: The representation of the UI that assistive technologies actually "read."
25
+ - **Focus Management**: Controlling the order and visibility of the keyboard/screen reader cursor.
26
+ - **Labeling & Hints**: Providing context through `aria-label`, `accessibilityLabel`, and `contentDescription`.
27
+
28
+ ## How It Works
29
+
30
+ ### Step 1: Identify the Component Role
31
+
32
+ Determine the functional purpose (e.g., Is this a button, a link, or a tab?). Use the most semantic native element available before resorting to custom roles.
33
+
34
+ ### Step 2: Define Perceivable Attributes
35
+
36
+ - Ensure text contrast meets **4.5:1** (normal) or **3:1** (large/UI).
37
+ - Add text alternatives for non-text content (images, icons).
38
+ - Implement responsive reflow (up to 400% zoom without loss of function).
39
+
40
+ ### Step 3: Implement Operable Controls
41
+
42
+ - Ensure a minimum **24x24 CSS pixel** target size (WCAG 2.2 SC 2.5.8).
43
+ - Verify all interactive elements are reachable via keyboard and have a visible focus indicator (SC 2.4.11).
44
+ - Provide single-pointer alternatives for dragging movements.
45
+
46
+ ### Step 4: Ensure Understandable Logic
47
+
48
+ - Use consistent navigation patterns.
49
+ - Provide descriptive error messages and suggestions for correction (SC 3.3.3).
50
+ - Implement "Redundant Entry" (SC 3.3.7) to prevent asking for the same data twice.
51
+
52
+ ### Step 5: Verify Robust Compatibility
53
+
54
+ - Use correct `Name, Role, Value` patterns.
55
+ - Implement `aria-live` or live regions for dynamic status updates.
56
+
57
+ ## Accessibility Architecture Diagram
58
+
59
+ ```mermaid
60
+ flowchart TD
61
+ UI["UI Component"] --> Platform{Platform?}
62
+ Platform -->|Web| ARIA["WAI-ARIA + HTML5"]
63
+ Platform -->|iOS| SwiftUI["Accessibility Traits + Labels"]
64
+ Platform -->|Android| Compose["Semantics + ContentDesc"]
65
+
66
+ ARIA --> AT["Assistive Technology (Screen Readers, Switches)"]
67
+ SwiftUI --> AT
68
+ Compose --> AT
69
+ ```
70
+
71
+ ## Cross-Platform Mapping
72
+
73
+ | Feature | Web (HTML/ARIA) | iOS (SwiftUI) | Android (Compose) |
74
+ | :----------------- | :----------------------- | :----------------------------------- | :---------------------------------------------------------- |
75
+ | **Primary Label** | `aria-label` / `<label>` | `.accessibilityLabel()` | `contentDescription` |
76
+ | **Secondary Hint** | `aria-describedby` | `.accessibilityHint()` | `Modifier.semantics { stateDescription = ... }` |
77
+ | **Action Role** | `role="button"` | `.accessibilityAddTraits(.isButton)` | `Modifier.semantics { role = Role.Button }` |
78
+ | **Live Updates** | `aria-live="polite"` | `.accessibilityLiveRegion(.polite)` | `Modifier.semantics { liveRegion = LiveRegionMode.Polite }` |
79
+
80
+ ## Examples
81
+
82
+ ### Web: Accessible Search
83
+
84
+ ```html
85
+ <form role="search">
86
+ <label for="search-input" class="sr-only">Search products</label>
87
+ <input type="search" id="search-input" placeholder="Search..." />
88
+ <button type="submit" aria-label="Submit Search">
89
+ <svg aria-hidden="true">...</svg>
90
+ </button>
91
+ </form>
92
+ ```
93
+
94
+ ### iOS: Accessible Action Button
95
+
96
+ ```swift
97
+ Button(action: deleteItem) {
98
+ Image(systemName: "trash")
99
+ }
100
+ .accessibilityLabel("Delete item")
101
+ .accessibilityHint("Permanently removes this item from your list")
102
+ .accessibilityAddTraits(.isButton)
103
+ ```
104
+
105
+ ### Android: Accessible Toggle
106
+
107
+ ```kotlin
108
+ Switch(
109
+ checked = isEnabled,
110
+ onCheckedChange = { onToggle() },
111
+ modifier = Modifier.semantics {
112
+ contentDescription = "Enable notifications"
113
+ }
114
+ )
115
+ ```
116
+
117
+ ## Anti-Patterns to Avoid
118
+
119
+ - **Div-Buttons**: Using a `<div>` or `<span>` for a click event without adding a role and keyboard support.
120
+ - **Color-Only Meaning**: Indicating an error or status _only_ with a color change (e.g., turning a border red).
121
+ - **Uncontained Modal Focus**: Modals that don't trap focus, allowing keyboard users to navigate background content while the modal is open. Focus must be contained _and_ escapable via the `Escape` key or an explicit close button (WCAG SC 2.1.2).
122
+ - **Redundant Alt Text**: Using "Image of..." or "Picture of..." in alt text (screen readers already announce the role "Image").
123
+
124
+ ## Best Practices Checklist
125
+
126
+ - [ ] Interactive elements meet the **24x24px** (Web) or **44x44pt** (Native) target size.
127
+ - [ ] Focus indicators are clearly visible and high-contrast.
128
+ - [ ] Modals **contain focus** while open, and release it cleanly on close (`Escape` key or close button).
129
+ - [ ] Dropdowns and menus restore focus to the trigger element on close.
130
+ - [ ] Forms provide text-based error suggestions.
131
+ - [ ] All icon-only buttons have a descriptive text label.
132
+ - [ ] Content reflows properly when text is scaled.
133
+
134
+ ## References
135
+
136
+ - [WCAG 2.2 Guidelines](https://www.w3.org/TR/WCAG22/)
137
+ - [WAI-ARIA Authoring Practices](https://www.w3.org/TR/wai-aria-practices/)
138
+ - [iOS Accessibility Programming Guide](https://developer.apple.com/documentation/accessibility)
139
+ - [iOS Human Interface Guidelines - Accessibility](https://developer.apple.com/design/human-interface-guidelines/accessibility)
140
+ - [Android Accessibility Developer Guide](https://developer.android.com/guide/topics/ui/accessibility)
141
+
142
+ ## Related Skills
143
+
144
+ - `frontend-patterns`
145
+ - `design-system`
146
+ - `liquid-glass-design`
147
+ - `swiftui-patterns`