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
@@ -0,0 +1,164 @@
1
+ ---
2
+ name: cisco-ios-patterns
3
+ description: Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification. Use when reading, writing, or reviewing Cisco IOS / IOS-XE configuration or planning a change window.
4
+ metadata:
5
+ origin: community
6
+ ---
7
+
8
+ # Cisco IOS Patterns
9
+
10
+ Use this skill when reviewing Cisco IOS or IOS-XE snippets, building a
11
+ change-window checklist, or explaining how to collect evidence from a router or
12
+ switch without making the incident worse.
13
+
14
+ ## When to Use
15
+
16
+ - Reviewing IOS or IOS-XE configuration before a planned change.
17
+ - Choosing read-only `show` commands for troubleshooting.
18
+ - Checking ACL wildcard masks and interface direction.
19
+ - Explaining global, interface, routing process, and line configuration modes.
20
+ - Verifying that a change landed in running config and was saved intentionally.
21
+
22
+ ## Operating Rules
23
+
24
+ Treat IOS examples as patterns, not paste-ready production changes. Confirm the
25
+ platform, interface names, current config, rollback path, and out-of-band access
26
+ before making changes on a real device.
27
+
28
+ Prefer this workflow:
29
+
30
+ 1. Capture current state with read-only commands.
31
+ 2. Review the exact candidate config.
32
+ 3. Confirm management access cannot be locked out.
33
+ 4. Apply the smallest change in a maintenance window.
34
+ 5. Re-read state, compare to the baseline, then save only after validation.
35
+
36
+ ## Mode Reference
37
+
38
+ ```text
39
+ Router> enable
40
+ Router# show running-config
41
+ Router# configure terminal
42
+ Router(config)# interface GigabitEthernet0/1
43
+ Router(config-if)# description UPLINK-TO-CORE
44
+ Router(config-if)# no shutdown
45
+ Router(config-if)# exit
46
+ Router(config)# end
47
+ Router# show running-config interface GigabitEthernet0/1
48
+ ```
49
+
50
+ `running-config` is active memory. `startup-config` is what survives reload.
51
+ Do not save a change just because a command was accepted; validate behavior
52
+ first, then use `copy running-config startup-config` if the change is approved.
53
+
54
+ ## Read-Only Collection
55
+
56
+ ```text
57
+ show version
58
+ show inventory
59
+ show processes cpu sorted
60
+ show memory statistics
61
+ show logging
62
+ show running-config | section line vty
63
+ show running-config | section interface
64
+ show running-config | section router bgp
65
+ show ip interface brief
66
+ show interfaces
67
+ show interfaces status
68
+ show vlan brief
69
+ show mac address-table
70
+ show spanning-tree
71
+ show ip route
72
+ show ip protocols
73
+ show ip access-lists
74
+ show route-map
75
+ show ip prefix-list
76
+ ```
77
+
78
+ Collect the specific section you need instead of dumping full config into a
79
+ ticket when the config may contain secrets, customer names, or private topology.
80
+
81
+ ## Wildcard Masks
82
+
83
+ IOS ACL and many routing statements use wildcard masks, not subnet masks.
84
+
85
+ ```text
86
+ Subnet mask Wildcard mask
87
+ 255.255.255.255 0.0.0.0
88
+ 255.255.255.252 0.0.0.3
89
+ 255.255.255.0 0.0.0.255
90
+ 255.255.0.0 0.0.255.255
91
+ ```
92
+
93
+ Review wildcard masks before deployment. A subnet mask accidentally used as a
94
+ wildcard can match far more traffic than intended.
95
+
96
+ ```text
97
+ ip access-list extended WEB-IN
98
+ 10 permit tcp 192.0.2.0 0.0.0.255 any eq 443
99
+ 999 deny ip any any log
100
+ ```
101
+
102
+ Every ACL has an implicit deny at the end. Add an explicit logged deny when the
103
+ operational goal includes observing misses, and confirm logging volume is safe.
104
+
105
+ ## ACL Placement Review
106
+
107
+ Before applying an ACL to an interface, answer these questions:
108
+
109
+ - Which traffic direction is being filtered, `in` or `out`?
110
+ - Is management traffic sourced from a known jump host or management subnet?
111
+ - Is there an explicit permit for required routing, DNS, NTP, monitoring, or
112
+ application traffic?
113
+ - Are hit counters available from a safe test source?
114
+ - Is there a rollback command and an active console or out-of-band path?
115
+
116
+ Do not test reachability by removing firewall or ACL protections. Read counters,
117
+ logs, and route state first.
118
+
119
+ ## Interface Hygiene
120
+
121
+ ```text
122
+ interface GigabitEthernet0/1
123
+ description UPLINK-TO-CORE
124
+ switchport mode trunk
125
+ switchport trunk allowed vlan 10,20,30
126
+ switchport trunk native vlan 999
127
+ no shutdown
128
+ ```
129
+
130
+ Use clear descriptions, explicit switchport mode, and documented native VLANs.
131
+ On routed interfaces, confirm the mask, peer addressing, and routing process
132
+ before assuming link state means forwarding is correct.
133
+
134
+ ## Change-Window Verification
135
+
136
+ Use before/after checks that match the actual change.
137
+
138
+ ```text
139
+ show running-config | section interface GigabitEthernet0/1
140
+ show interfaces GigabitEthernet0/1
141
+ show logging | include GigabitEthernet0/1|changed state|line protocol
142
+ show ip route <prefix>
143
+ show ip access-lists <name>
144
+ ```
145
+
146
+ For routing changes, also capture neighbor state and route tables before and
147
+ after the change. For ACL changes, compare hit counters from a planned test
148
+ source rather than relying on a generic ping.
149
+
150
+ ## Anti-Patterns
151
+
152
+ - Applying a generated config without a device-specific diff.
153
+ - Saving configuration before post-change checks pass.
154
+ - Using a subnet mask where IOS expects a wildcard mask.
155
+ - Applying an ACL to the wrong interface direction.
156
+ - Troubleshooting by disabling ACLs, route policies, or authentication.
157
+ - Pasting full configs into public tools without sanitizing secrets and topology.
158
+
159
+ ## See Also
160
+
161
+ - Agent: `network-config-reviewer`
162
+ - Agent: `network-troubleshooter`
163
+ - Skill: `network-config-validation`
164
+ - Skill: `network-interface-health`
@@ -0,0 +1,148 @@
1
+ ---
2
+ name: ck
3
+ description: Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions. Use when a project needs context to survive across Claude Code sessions instead of being re-explained each time.
4
+ metadata:
5
+ version: 2.0.0
6
+ origin: community
7
+ author: sreedhargs89
8
+ repo: https://github.com/sreedhargs89/context-keeper
9
+ ---
10
+
11
+ # ck — Context Keeper
12
+
13
+ You are the **Context Keeper** assistant. When the user invokes any `/ck:*` command,
14
+ run the corresponding Node.js script and present its stdout to the user verbatim.
15
+ Scripts live at: `~/.claude/skills/ck/commands/` (expand `~` with `$HOME`).
16
+
17
+ ---
18
+
19
+ ## Data Layout
20
+
21
+ ```
22
+ ~/.claude/ck/
23
+ ├── projects.json ← path → {name, contextDir, lastUpdated}
24
+ └── contexts/<name>/
25
+ ├── context.json ← SOURCE OF TRUTH (structured JSON, v2)
26
+ └── CONTEXT.md ← generated view — do not hand-edit
27
+ ```
28
+
29
+ ---
30
+
31
+ ## Commands
32
+
33
+ ### `/ck:init` — Register a Project
34
+ ```bash
35
+ node "$HOME/.claude/skills/ck/commands/init.mjs"
36
+ ```
37
+ The script outputs JSON with auto-detected info. Present it as a confirmation draft:
38
+ ```
39
+ Here's what I found — confirm or edit anything:
40
+ Project: <name>
41
+ Description: <description>
42
+ Stack: <stack>
43
+ Goal: <goal>
44
+ Do-nots: <constraints or "None">
45
+ Repo: <repo or "none">
46
+ ```
47
+ Wait for user approval. Apply any edits. Then pipe confirmed JSON to save.mjs --init:
48
+ ```bash
49
+ echo '<confirmed-json>' | node "$HOME/.claude/skills/ck/commands/save.mjs" --init
50
+ ```
51
+ Confirmed JSON schema: `{"name":"...","path":"...","description":"...","stack":["..."],"goal":"...","constraints":["..."],"repo":"..." }`
52
+
53
+ ---
54
+
55
+ ### `/ck:save` — Save Session State
56
+ **This is the only command requiring LLM analysis.** Analyze the current conversation:
57
+ - `summary`: one sentence, max 10 words, what was accomplished
58
+ - `leftOff`: what was actively being worked on (specific file/feature/bug)
59
+ - `nextSteps`: ordered array of concrete next steps
60
+ - `decisions`: array of `{what, why}` for decisions made this session
61
+ - `blockers`: array of current blockers (empty array if none)
62
+ - `goal`: updated goal string **only if it changed this session**, else omit
63
+
64
+ Show a draft summary to the user: `"Session: '<summary>' — save this? (yes / edit)"`
65
+ Wait for confirmation. Then pipe to save.mjs:
66
+ ```bash
67
+ echo '<json>' | node "$HOME/.claude/skills/ck/commands/save.mjs"
68
+ ```
69
+ JSON schema (exact): `{"summary":"...","leftOff":"...","nextSteps":["..."],"decisions":[{"what":"...","why":"..."}],"blockers":["..."]}`
70
+ Display the script's stdout confirmation verbatim.
71
+
72
+ ---
73
+
74
+ ### `/ck:resume [name|number]` — Full Briefing
75
+ ```bash
76
+ node "$HOME/.claude/skills/ck/commands/resume.mjs" [arg]
77
+ ```
78
+ Display output verbatim. Then ask: "Continue from here? Or has anything changed?"
79
+ If user reports changes → run `/ck:save` immediately.
80
+
81
+ ---
82
+
83
+ ### `/ck:info [name|number]` — Quick Snapshot
84
+ ```bash
85
+ node "$HOME/.claude/skills/ck/commands/info.mjs" [arg]
86
+ ```
87
+ Display output verbatim. No follow-up question.
88
+
89
+ ---
90
+
91
+ ### `/ck:list` — Portfolio View
92
+ ```bash
93
+ node "$HOME/.claude/skills/ck/commands/list.mjs"
94
+ ```
95
+ Display output verbatim. If user replies with a number or name → run `/ck:resume`.
96
+
97
+ ---
98
+
99
+ ### `/ck:forget [name|number]` — Remove a Project
100
+ First resolve the project name (run `/ck:list` if needed).
101
+ Ask: `"This will permanently delete context for '<name>'. Are you sure? (yes/no)"`
102
+ If yes:
103
+ ```bash
104
+ node "$HOME/.claude/skills/ck/commands/forget.mjs" [name]
105
+ ```
106
+ Display confirmation verbatim.
107
+
108
+ ---
109
+
110
+ ### `/ck:migrate` — Convert v1 Data to v2
111
+ ```bash
112
+ node "$HOME/.claude/skills/ck/commands/migrate.mjs"
113
+ ```
114
+ For a dry run first:
115
+ ```bash
116
+ node "$HOME/.claude/skills/ck/commands/migrate.mjs" --dry-run
117
+ ```
118
+ Display output verbatim. Migrates all v1 CONTEXT.md + meta.json files to v2 context.json.
119
+ Originals are backed up as `meta.json.v1-backup` — nothing is deleted.
120
+
121
+ ---
122
+
123
+ ## SessionStart Hook
124
+
125
+ The hook at `~/.claude/skills/ck/hooks/session-start.mjs` must be registered in
126
+ `~/.claude/settings.json` to auto-load project context on session start:
127
+
128
+ ```json
129
+ {
130
+ "hooks": {
131
+ "SessionStart": [
132
+ { "hooks": [{ "type": "command", "command": "node \"~/.claude/skills/ck/hooks/session-start.mjs\"" }] }
133
+ ]
134
+ }
135
+ }
136
+ ```
137
+
138
+ The hook injects ~100 tokens per session (compact 5-line summary). It also detects
139
+ unsaved sessions, git activity since last save, and goal mismatches vs CLAUDE.md.
140
+
141
+ ---
142
+
143
+ ## Rules
144
+ - Always expand `~` as `$HOME` in Bash calls.
145
+ - Commands are case-insensitive: `/CK:SAVE`, `/ck:save`, `/Ck:Save` all work.
146
+ - If a script exits with code 1, display its stdout as an error message.
147
+ - Never edit `context.json` or `CONTEXT.md` directly — always use the scripts.
148
+ - If `projects.json` is malformed, tell the user and offer to reset it to `{}`.
@@ -0,0 +1,112 @@
1
+ ---
2
+ name: claude-devfleet
3
+ description: Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports. Use when dispatching parallel coding agents across isolated worktrees and tracking their reports.
4
+ metadata:
5
+ origin: community
6
+ ---
7
+
8
+ # Claude DevFleet Multi-Agent Orchestration
9
+
10
+ ## When to Use
11
+
12
+ Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling.
13
+
14
+ ## Setup
15
+
16
+ The DevFleet server is a separate project, not bundled with ECC. Install and
17
+ run it from its repository first: <https://github.com/LEC-AI/claude-devfleet>
18
+
19
+ Then connect the running instance via MCP:
20
+ ```bash
21
+ claude mcp add devfleet --transport http http://localhost:18801/mcp
22
+ ```
23
+
24
+ Before first use, verify the process listening on port 18801 is the DevFleet
25
+ binary you installed (see SECURITY.md on localhost MCP servers).
26
+
27
+ ## How It Works
28
+
29
+ ```
30
+ User → "Build a REST API with auth and tests"
31
+
32
+ plan_project(prompt) → project_id + mission DAG
33
+
34
+ Show plan to user → get approval
35
+
36
+ dispatch_mission(M1) → Agent 1 spawns in worktree
37
+
38
+ M1 completes → auto-merge → auto-dispatch M2 (depends_on M1)
39
+
40
+ M2 completes → auto-merge
41
+
42
+ get_report(M2) → files_changed, what_done, errors, next_steps
43
+
44
+ Report back to user
45
+ ```
46
+
47
+ ### Tools
48
+
49
+ | Tool | Purpose |
50
+ |------|---------|
51
+ | `plan_project(prompt)` | AI breaks a description into a project with chained missions |
52
+ | `create_project(name, path?, description?)` | Create a project manually, returns `project_id` |
53
+ | `create_mission(project_id, title, prompt, depends_on?, auto_dispatch?)` | Add a mission. `depends_on` is a list of mission ID strings (e.g., `["abc-123"]`). Set `auto_dispatch=true` to auto-start when deps are met. |
54
+ | `dispatch_mission(mission_id, model?, max_turns?)` | Start an agent on a mission |
55
+ | `cancel_mission(mission_id)` | Stop a running agent |
56
+ | `wait_for_mission(mission_id, timeout_seconds?)` | Block until a mission completes (see note below) |
57
+ | `get_mission_status(mission_id)` | Check mission progress without blocking |
58
+ | `get_report(mission_id)` | Read structured report (files changed, tested, errors, next steps) |
59
+ | `get_dashboard()` | System overview: running agents, stats, recent activity |
60
+ | `list_projects()` | Browse all projects |
61
+ | `list_missions(project_id, status?)` | List missions in a project |
62
+
63
+ > **Note on `wait_for_mission`:** This blocks the conversation for up to `timeout_seconds` (default 600). For long-running missions, prefer polling with `get_mission_status` every 30–60 seconds instead, so the user sees progress updates.
64
+
65
+ ### Workflow: Plan → Dispatch → Monitor → Report
66
+
67
+ 1. **Plan**: Call `plan_project(prompt="...")` → returns `project_id` + list of missions with `depends_on` chains and `auto_dispatch=true`.
68
+ 2. **Show plan**: Present mission titles, types, and dependency chain to the user.
69
+ 3. **Dispatch**: Call `dispatch_mission(mission_id=<first_mission_id>)` on the root mission (empty `depends_on`). Remaining missions auto-dispatch as their dependencies complete (because `plan_project` sets `auto_dispatch=true` on them).
70
+ 4. **Monitor**: Call `get_mission_status(mission_id=...)` or `get_dashboard()` to check progress.
71
+ 5. **Report**: Call `get_report(mission_id=...)` when missions complete. Share highlights with the user.
72
+
73
+ ### Concurrency
74
+
75
+ DevFleet runs up to 3 concurrent agents by default (configurable via `DEVFLEET_MAX_AGENTS`). When all slots are full, missions with `auto_dispatch=true` queue in the mission watcher and dispatch automatically as slots free up. Check `get_dashboard()` for current slot usage.
76
+
77
+ ## Examples
78
+
79
+ ### Full auto: plan and launch
80
+
81
+ 1. `plan_project(prompt="...")` → shows plan with missions and dependencies.
82
+ 2. Dispatch the first mission (the one with empty `depends_on`).
83
+ 3. Remaining missions auto-dispatch as dependencies resolve (they have `auto_dispatch=true`).
84
+ 4. Report back with project ID and mission count so the user knows what was launched.
85
+ 5. Poll with `get_mission_status` or `get_dashboard()` periodically until all missions reach a terminal state (`completed`, `failed`, or `cancelled`).
86
+ 6. `get_report(mission_id=...)` for each terminal mission — summarize successes and call out failures with errors and next steps.
87
+
88
+ ### Manual: step-by-step control
89
+
90
+ 1. `create_project(name="My Project")` → returns `project_id`.
91
+ 2. `create_mission(project_id=project_id, title="...", prompt="...", auto_dispatch=true)` for the first (root) mission → capture `root_mission_id`.
92
+ `create_mission(project_id=project_id, title="...", prompt="...", auto_dispatch=true, depends_on=["<root_mission_id>"])` for each subsequent task.
93
+ 3. `dispatch_mission(mission_id=...)` on the first mission to start the chain.
94
+ 4. `get_report(mission_id=...)` when done.
95
+
96
+ ### Sequential with review
97
+
98
+ 1. `create_project(name="...")` → get `project_id`.
99
+ 2. `create_mission(project_id=project_id, title="Implement feature", prompt="...")` → get `impl_mission_id`.
100
+ 3. `dispatch_mission(mission_id=impl_mission_id)`, then poll with `get_mission_status` until complete.
101
+ 4. `get_report(mission_id=impl_mission_id)` to review results.
102
+ 5. `create_mission(project_id=project_id, title="Review", prompt="...", depends_on=[impl_mission_id], auto_dispatch=true)` — auto-starts since the dependency is already met.
103
+
104
+ ## Guidelines
105
+
106
+ - Always confirm the plan with the user before dispatching, unless they said to go ahead.
107
+ - Include mission titles and IDs when reporting status.
108
+ - If a mission fails, read its report before retrying.
109
+ - Check `get_dashboard()` for agent slot availability before bulk dispatching.
110
+ - Mission dependencies form a DAG — do not create circular dependencies.
111
+ - Each agent runs in an isolated git worktree and auto-merges on completion. If a merge conflict occurs, the changes remain on the agent's worktree branch for manual resolution.
112
+ - When manually creating missions, always set `auto_dispatch=true` if you want them to trigger automatically when dependencies complete. Without this flag, missions stay in `draft` status.
@@ -0,0 +1,245 @@
1
+ ---
2
+ name: click-path-audit
3
+ description: "Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores."
4
+ metadata:
5
+ origin: community
6
+ ---
7
+
8
+ # /click-path-audit — Behavioural Flow Audit
9
+
10
+ Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other.
11
+
12
+ ## The Problem This Solves
13
+
14
+ Traditional debugging checks:
15
+ - Does the function exist? (missing wiring)
16
+ - Does it crash? (runtime errors)
17
+ - Does it return the right type? (data flow)
18
+
19
+ But it does NOT check:
20
+ - **Does the final UI state match what the button label promises?**
21
+ - **Does function B silently undo what function A just did?**
22
+ - **Does shared state (Zustand/Redux/context) have side effects that cancel the intended action?**
23
+
24
+ Real example: A "New Email" button called `setComposeMode(true)` then `selectThread(null)`. Both worked individually. But `selectThread` had a side effect resetting `composeMode: false`. The button did nothing. 54 bugs were found by systematic debugging — this one was missed.
25
+
26
+ ---
27
+
28
+ ## How It Works
29
+
30
+ For EVERY interactive touchpoint in the target area:
31
+
32
+ ```
33
+ 1. IDENTIFY the handler (onClick, onSubmit, onChange, etc.)
34
+ 2. TRACE every function call in the handler, IN ORDER
35
+ 3. For EACH function call:
36
+ a. What state does it READ?
37
+ b. What state does it WRITE?
38
+ c. Does it have SIDE EFFECTS on shared state?
39
+ d. Does it reset/clear any state as a side effect?
40
+ 4. CHECK: Does any later call UNDO a state change from an earlier call?
41
+ 5. CHECK: Is the FINAL state what the user expects from the button label?
42
+ 6. CHECK: Are there race conditions (async calls that resolve in wrong order)?
43
+ ```
44
+
45
+ ---
46
+
47
+ ## Execution Steps
48
+
49
+ ### Step 1: Map State Stores
50
+
51
+ Before auditing any touchpoint, build a side-effect map of every state store action:
52
+
53
+ ```
54
+ For each Zustand store / React context in scope:
55
+ For each action/setter:
56
+ - What fields does it set?
57
+ - Does it RESET other fields as a side effect?
58
+ - Document: actionName → {sets: [...], resets: [...]}
59
+ ```
60
+
61
+ This is the critical reference. The "New Email" bug was invisible without knowing that `selectThread` resets `composeMode`.
62
+
63
+ **Output format:**
64
+ ```
65
+ STORE: emailStore
66
+ setComposeMode(bool) → sets: {composeMode}
67
+ selectThread(thread|null) → sets: {selectedThread, selectedThreadId, messages, drafts, selectedDraft, summary} RESETS: {composeMode: false, composeData: null, redraftOpen: false}
68
+ setDraftGenerating(bool) → sets: {draftGenerating}
69
+ ...
70
+
71
+ DANGEROUS RESETS (actions that clear state they don't own):
72
+ selectThread → resets composeMode (owned by setComposeMode)
73
+ reset → resets everything
74
+ ```
75
+
76
+ ### Step 2: Audit Each Touchpoint
77
+
78
+ For each button/toggle/form submit in the target area:
79
+
80
+ ```
81
+ TOUCHPOINT: [Button label] in [Component:line]
82
+ HANDLER: onClick → {
83
+ call 1: functionA() → sets {X: true}
84
+ call 2: functionB() → sets {Y: null} RESETS {X: false} ← CONFLICT
85
+ }
86
+ EXPECTED: User sees [description of what button label promises]
87
+ ACTUAL: X is false because functionB reset it
88
+ VERDICT: BUG — [description]
89
+ ```
90
+
91
+ **Check each of these bug patterns:**
92
+
93
+ #### Pattern 1: Sequential Undo
94
+ ```
95
+ handler() {
96
+ setState_A(true) // sets X = true
97
+ setState_B(null) // side effect: resets X = false
98
+ }
99
+ // Result: X is false. First call was pointless.
100
+ ```
101
+
102
+ #### Pattern 2: Async Race
103
+ ```
104
+ handler() {
105
+ fetchA().then(() => setState({ loading: false }))
106
+ fetchB().then(() => setState({ loading: true }))
107
+ }
108
+ // Result: final loading state depends on which resolves first
109
+ ```
110
+
111
+ #### Pattern 3: Stale Closure
112
+ ```
113
+ const [count, setCount] = useState(0)
114
+ const handler = useCallback(() => {
115
+ setCount(count + 1) // captures stale count
116
+ setCount(count + 1) // same stale count — increments by 1, not 2
117
+ }, [count])
118
+ ```
119
+
120
+ #### Pattern 4: Missing State Transition
121
+ ```
122
+ // Button says "Save" but handler only validates, never actually saves
123
+ // Button says "Delete" but handler sets a flag without calling the API
124
+ // Button says "Send" but the API endpoint is removed/broken
125
+ ```
126
+
127
+ #### Pattern 5: Conditional Dead Path
128
+ ```
129
+ handler() {
130
+ if (someState) { // someState is ALWAYS false at this point
131
+ doTheActualThing() // never reached
132
+ }
133
+ }
134
+ ```
135
+
136
+ #### Pattern 6: useEffect Interference
137
+ ```
138
+ // Button sets stateX = true
139
+ // A useEffect watches stateX and resets it to false
140
+ // User sees nothing happen
141
+ ```
142
+
143
+ ### Step 3: Report
144
+
145
+ For each bug found:
146
+
147
+ ```
148
+ CLICK-PATH-NNN: [severity: CRITICAL/HIGH/MEDIUM/LOW]
149
+ Touchpoint: [Button label] in [file:line]
150
+ Pattern: [Sequential Undo / Async Race / Stale Closure / Missing Transition / Dead Path / useEffect Interference]
151
+ Handler: [function name or inline]
152
+ Trace:
153
+ 1. [call] → sets {field: value}
154
+ 2. [call] → RESETS {field: value} ← CONFLICT
155
+ Expected: [what user expects]
156
+ Actual: [what actually happens]
157
+ Fix: [specific fix]
158
+ ```
159
+
160
+ ---
161
+
162
+ ## Scope Control
163
+
164
+ This audit is expensive. Scope it appropriately:
165
+
166
+ - **Full app audit:** Use when launching or after major refactor. Launch parallel agents per page.
167
+ - **Single page audit:** Use after building a new page or after a user reports a broken button.
168
+ - **Store-focused audit:** Use after modifying a Zustand store — audit all consumers of the changed actions.
169
+
170
+ ### Recommended agent split for full app:
171
+
172
+ ```
173
+ Agent 1: Map ALL state stores (Step 1) — this is shared context for all other agents
174
+ Agent 2: Dashboard (Tasks, Notes, Journal, Ideas)
175
+ Agent 3: Chat (DanteChatColumn, JustChatPage)
176
+ Agent 4: Emails (ThreadList, DraftArea, EmailsPage)
177
+ Agent 5: Projects (ProjectsPage, ProjectOverviewTab, NewProjectWizard)
178
+ Agent 6: CRM (all sub-tabs)
179
+ Agent 7: Profile, Settings, Vault, Notifications
180
+ Agent 8: Management Suite (all pages)
181
+ ```
182
+
183
+ Agent 1 MUST complete first. Its output is input for all other agents.
184
+
185
+ ---
186
+
187
+ ## When to Use
188
+
189
+ - After systematic debugging finds "no bugs" but users report broken UI
190
+ - After modifying any Zustand store action (check all callers)
191
+ - After any refactor that touches shared state
192
+ - Before release, on critical user flows
193
+ - When a button "does nothing" — this is THE tool for that
194
+
195
+ ## When NOT to Use
196
+
197
+ - For API-level bugs (wrong response shape, missing endpoint) — use systematic-debugging
198
+ - For styling/layout issues — visual inspection
199
+ - For performance issues — profiling tools
200
+
201
+ ---
202
+
203
+ ## Integration with Other Skills
204
+
205
+ - Run AFTER `/superpowers:systematic-debugging` (which finds the other 54 bug types)
206
+ - Run BEFORE `/superpowers:verification-before-completion` (which verifies fixes work)
207
+ - Feeds into `/superpowers:test-driven-development` — every bug found here should get a test
208
+
209
+ ---
210
+
211
+ ## Example: The Bug That Inspired This Skill
212
+
213
+ **ThreadList.tsx "New Email" button:**
214
+ ```
215
+ onClick={() => {
216
+ useEmailStore.getState().setComposeMode(true) // ✓ sets composeMode = true
217
+ useEmailStore.getState().selectThread(null) // ✗ RESETS composeMode = false
218
+ }}
219
+ ```
220
+
221
+ Store definition:
222
+ ```
223
+ selectThread: (thread) => set({
224
+ selectedThread: thread,
225
+ selectedThreadId: thread?.id ?? null,
226
+ messages: [],
227
+ drafts: [],
228
+ selectedDraft: null,
229
+ summary: null,
230
+ composeMode: false, // ← THIS silent reset killed the button
231
+ composeData: null,
232
+ redraftOpen: false,
233
+ })
234
+ ```
235
+
236
+ **Systematic debugging missed it** because:
237
+ - The button has an onClick handler (not dead)
238
+ - Both functions exist (no missing wiring)
239
+ - Neither function crashes (no runtime error)
240
+ - The data types are correct (no type mismatch)
241
+
242
+ **Click-path audit catches it** because:
243
+ - Step 1 maps `selectThread` resets `composeMode`
244
+ - Step 2 traces the handler: call 1 sets true, call 2 resets false
245
+ - Verdict: Sequential Undo — final state contradicts button intent