@cotrrackpro-dev/sdk 0.1.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 (233) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/LICENSE +21 -0
  3. package/README.md +111 -0
  4. package/dist/assistant/compliance.d.ts +24 -0
  5. package/dist/assistant/compliance.js +60 -0
  6. package/dist/assistant/compliance.js.map +1 -0
  7. package/dist/assistant/crisis.d.ts +31 -0
  8. package/dist/assistant/crisis.js +62 -0
  9. package/dist/assistant/crisis.js.map +1 -0
  10. package/dist/assistant/index.d.ts +15 -0
  11. package/dist/assistant/index.js +16 -0
  12. package/dist/assistant/index.js.map +1 -0
  13. package/dist/assistant/levels.d.ts +43 -0
  14. package/dist/assistant/levels.js +102 -0
  15. package/dist/assistant/levels.js.map +1 -0
  16. package/dist/assistant/prompt.d.ts +20 -0
  17. package/dist/assistant/prompt.js +96 -0
  18. package/dist/assistant/prompt.js.map +1 -0
  19. package/dist/assistant/rbac.d.ts +45 -0
  20. package/dist/assistant/rbac.js +75 -0
  21. package/dist/assistant/rbac.js.map +1 -0
  22. package/dist/assistant/readability.d.ts +28 -0
  23. package/dist/assistant/readability.js +70 -0
  24. package/dist/assistant/readability.js.map +1 -0
  25. package/dist/auth/broker.d.ts +32 -0
  26. package/dist/auth/broker.js +48 -0
  27. package/dist/auth/broker.js.map +1 -0
  28. package/dist/auth/deviceFlow.d.ts +26 -0
  29. package/dist/auth/deviceFlow.js +65 -0
  30. package/dist/auth/deviceFlow.js.map +1 -0
  31. package/dist/auth/provider.d.ts +32 -0
  32. package/dist/auth/provider.js +29 -0
  33. package/dist/auth/provider.js.map +1 -0
  34. package/dist/community/badges.d.ts +19 -0
  35. package/dist/community/badges.js +19 -0
  36. package/dist/community/badges.js.map +1 -0
  37. package/dist/community/events.d.ts +30 -0
  38. package/dist/community/events.js +31 -0
  39. package/dist/community/events.js.map +1 -0
  40. package/dist/community/identity.d.ts +28 -0
  41. package/dist/community/identity.js +2 -0
  42. package/dist/community/identity.js.map +1 -0
  43. package/dist/community/index.d.ts +7 -0
  44. package/dist/community/index.js +8 -0
  45. package/dist/community/index.js.map +1 -0
  46. package/dist/community/org.d.ts +46 -0
  47. package/dist/community/org.js +32 -0
  48. package/dist/community/org.js.map +1 -0
  49. package/dist/community/tiers.d.ts +8 -0
  50. package/dist/community/tiers.js +40 -0
  51. package/dist/community/tiers.js.map +1 -0
  52. package/dist/community/types.d.ts +26 -0
  53. package/dist/community/types.js +2 -0
  54. package/dist/community/types.js.map +1 -0
  55. package/dist/core/config.d.ts +22 -0
  56. package/dist/core/config.js +27 -0
  57. package/dist/core/config.js.map +1 -0
  58. package/dist/core/errors.d.ts +29 -0
  59. package/dist/core/errors.js +20 -0
  60. package/dist/core/errors.js.map +1 -0
  61. package/dist/core/transport.d.ts +45 -0
  62. package/dist/core/transport.js +109 -0
  63. package/dist/core/transport.js.map +1 -0
  64. package/dist/diagram/core.d.ts +11 -0
  65. package/dist/diagram/core.js +12 -0
  66. package/dist/diagram/core.js.map +1 -0
  67. package/dist/diagram/extract.d.ts +17 -0
  68. package/dist/diagram/extract.js +213 -0
  69. package/dist/diagram/extract.js.map +1 -0
  70. package/dist/diagram/index.d.ts +2 -0
  71. package/dist/diagram/index.js +3 -0
  72. package/dist/diagram/index.js.map +1 -0
  73. package/dist/diagram/mermaid.d.ts +10 -0
  74. package/dist/diagram/mermaid.js +50 -0
  75. package/dist/diagram/mermaid.js.map +1 -0
  76. package/dist/diagram/prompt.d.ts +4 -0
  77. package/dist/diagram/prompt.js +16 -0
  78. package/dist/diagram/prompt.js.map +1 -0
  79. package/dist/diagram/types.d.ts +33 -0
  80. package/dist/diagram/types.js +2 -0
  81. package/dist/diagram/types.js.map +1 -0
  82. package/dist/diagram/validate.d.ts +13 -0
  83. package/dist/diagram/validate.js +48 -0
  84. package/dist/diagram/validate.js.map +1 -0
  85. package/dist/guide/compose.d.ts +10 -0
  86. package/dist/guide/compose.js +31 -0
  87. package/dist/guide/compose.js.map +1 -0
  88. package/dist/guide/core.d.ts +10 -0
  89. package/dist/guide/core.js +11 -0
  90. package/dist/guide/core.js.map +1 -0
  91. package/dist/guide/index.d.ts +2 -0
  92. package/dist/guide/index.js +3 -0
  93. package/dist/guide/index.js.map +1 -0
  94. package/dist/guide/prompt.d.ts +8 -0
  95. package/dist/guide/prompt.js +20 -0
  96. package/dist/guide/prompt.js.map +1 -0
  97. package/dist/guide/render.d.ts +9 -0
  98. package/dist/guide/render.js +180 -0
  99. package/dist/guide/render.js.map +1 -0
  100. package/dist/guide/types.d.ts +67 -0
  101. package/dist/guide/types.js +2 -0
  102. package/dist/guide/types.js.map +1 -0
  103. package/dist/index.d.ts +18 -0
  104. package/dist/index.js +19 -0
  105. package/dist/index.js.map +1 -0
  106. package/dist/mcp/artifacts.generated.d.ts +19 -0
  107. package/dist/mcp/artifacts.generated.js +140 -0
  108. package/dist/mcp/artifacts.generated.js.map +1 -0
  109. package/dist/mcp/format.d.ts +10 -0
  110. package/dist/mcp/format.js +17 -0
  111. package/dist/mcp/format.js.map +1 -0
  112. package/dist/mcp/index.d.ts +12 -0
  113. package/dist/mcp/index.js +18 -0
  114. package/dist/mcp/index.js.map +1 -0
  115. package/dist/mcp/knowledge.generated.d.ts +11 -0
  116. package/dist/mcp/knowledge.generated.js +12 -0
  117. package/dist/mcp/knowledge.generated.js.map +1 -0
  118. package/dist/mcp/prompt-modules.generated.d.ts +12 -0
  119. package/dist/mcp/prompt-modules.generated.js +19 -0
  120. package/dist/mcp/prompt-modules.generated.js.map +1 -0
  121. package/dist/mcp/roles.generated.d.ts +15 -0
  122. package/dist/mcp/roles.generated.js +25 -0
  123. package/dist/mcp/roles.generated.js.map +1 -0
  124. package/dist/mcp/safety.d.ts +35 -0
  125. package/dist/mcp/safety.js +76 -0
  126. package/dist/mcp/safety.js.map +1 -0
  127. package/dist/mcp/scenarios.generated.d.ts +13 -0
  128. package/dist/mcp/scenarios.generated.js +16 -0
  129. package/dist/mcp/scenarios.generated.js.map +1 -0
  130. package/dist/mcp/search.d.ts +13 -0
  131. package/dist/mcp/search.js +33 -0
  132. package/dist/mcp/search.js.map +1 -0
  133. package/dist/mcp/skills.generated.d.ts +17 -0
  134. package/dist/mcp/skills.generated.js +40 -0
  135. package/dist/mcp/skills.generated.js.map +1 -0
  136. package/dist/mcp/toolset.d.ts +31 -0
  137. package/dist/mcp/toolset.js +54 -0
  138. package/dist/mcp/toolset.js.map +1 -0
  139. package/dist/mcp/types.d.ts +96 -0
  140. package/dist/mcp/types.js +9 -0
  141. package/dist/mcp/types.js.map +1 -0
  142. package/dist/mcp/workflows.generated.d.ts +17 -0
  143. package/dist/mcp/workflows.generated.js +12 -0
  144. package/dist/mcp/workflows.generated.js.map +1 -0
  145. package/dist/nocode/core.d.ts +12 -0
  146. package/dist/nocode/core.js +13 -0
  147. package/dist/nocode/core.js.map +1 -0
  148. package/dist/nocode/examples.d.ts +28 -0
  149. package/dist/nocode/examples.js +218 -0
  150. package/dist/nocode/examples.js.map +1 -0
  151. package/dist/nocode/index.d.ts +2 -0
  152. package/dist/nocode/index.js +3 -0
  153. package/dist/nocode/index.js.map +1 -0
  154. package/dist/nocode/mermaid.d.ts +9 -0
  155. package/dist/nocode/mermaid.js +33 -0
  156. package/dist/nocode/mermaid.js.map +1 -0
  157. package/dist/nocode/prompt.d.ts +8 -0
  158. package/dist/nocode/prompt.js +46 -0
  159. package/dist/nocode/prompt.js.map +1 -0
  160. package/dist/nocode/runtime.d.ts +28 -0
  161. package/dist/nocode/runtime.js +113 -0
  162. package/dist/nocode/runtime.js.map +1 -0
  163. package/dist/nocode/simpleOps.d.ts +16 -0
  164. package/dist/nocode/simpleOps.js +137 -0
  165. package/dist/nocode/simpleOps.js.map +1 -0
  166. package/dist/nocode/types.d.ts +72 -0
  167. package/dist/nocode/types.js +12 -0
  168. package/dist/nocode/types.js.map +1 -0
  169. package/dist/nocode/validate.d.ts +17 -0
  170. package/dist/nocode/validate.js +136 -0
  171. package/dist/nocode/validate.js.map +1 -0
  172. package/dist/params/codegen.d.ts +8 -0
  173. package/dist/params/codegen.js +12 -0
  174. package/dist/params/codegen.js.map +1 -0
  175. package/dist/params/convert.d.ts +7 -0
  176. package/dist/params/convert.js +123 -0
  177. package/dist/params/convert.js.map +1 -0
  178. package/dist/params/core.d.ts +11 -0
  179. package/dist/params/core.js +12 -0
  180. package/dist/params/core.js.map +1 -0
  181. package/dist/params/fieldTypes.d.ts +26 -0
  182. package/dist/params/fieldTypes.js +29 -0
  183. package/dist/params/fieldTypes.js.map +1 -0
  184. package/dist/params/index.d.ts +3 -0
  185. package/dist/params/index.js +4 -0
  186. package/dist/params/index.js.map +1 -0
  187. package/dist/params/prompt.d.ts +4 -0
  188. package/dist/params/prompt.js +16 -0
  189. package/dist/params/prompt.js.map +1 -0
  190. package/dist/params/render.d.ts +5 -0
  191. package/dist/params/render.js +25 -0
  192. package/dist/params/render.js.map +1 -0
  193. package/dist/params/types.d.ts +76 -0
  194. package/dist/params/types.js +16 -0
  195. package/dist/params/types.js.map +1 -0
  196. package/dist/params/validate.d.ts +5 -0
  197. package/dist/params/validate.js +104 -0
  198. package/dist/params/validate.js.map +1 -0
  199. package/dist/resources/client.d.ts +58 -0
  200. package/dist/resources/client.js +79 -0
  201. package/dist/resources/client.js.map +1 -0
  202. package/dist/resources/types.d.ts +72 -0
  203. package/dist/resources/types.js +9 -0
  204. package/dist/resources/types.js.map +1 -0
  205. package/dist/workflow/assets.d.ts +8 -0
  206. package/dist/workflow/assets.js +16 -0
  207. package/dist/workflow/assets.js.map +1 -0
  208. package/dist/workflow/commands.d.ts +10 -0
  209. package/dist/workflow/commands.js +21 -0
  210. package/dist/workflow/commands.js.map +1 -0
  211. package/dist/workflow/core.d.ts +15 -0
  212. package/dist/workflow/core.js +16 -0
  213. package/dist/workflow/core.js.map +1 -0
  214. package/dist/workflow/index.d.ts +2 -0
  215. package/dist/workflow/index.js +3 -0
  216. package/dist/workflow/index.js.map +1 -0
  217. package/dist/workflow/stack.d.ts +11 -0
  218. package/dist/workflow/stack.js +40 -0
  219. package/dist/workflow/stack.js.map +1 -0
  220. package/dist/workflow/templates.d.ts +17 -0
  221. package/dist/workflow/templates.js +223 -0
  222. package/dist/workflow/templates.js.map +1 -0
  223. package/dist/workflow/types.d.ts +27 -0
  224. package/dist/workflow/types.js +2 -0
  225. package/dist/workflow/types.js.map +1 -0
  226. package/package.json +77 -0
  227. package/schemas/artifacts.index.json +1211 -0
  228. package/schemas/knowledge.index.json +49 -0
  229. package/schemas/prompt-modules.index.json +105 -0
  230. package/schemas/roles.index.json +431 -0
  231. package/schemas/scenarios.index.json +15 -0
  232. package/schemas/skills.index.json +670 -0
  233. package/schemas/workflows.index.json +462 -0
@@ -0,0 +1,670 @@
1
+ {
2
+ "_comment": "Snapshot of CoTrackPro skills (functional + role-shaped), synced via sdk/scripts/sync-antigravity.ts from cotrackpro-antigravity/.agents/{skills,roles}/*/SKILL.md. Run `npm run codegen` to regenerate src/mcp/skills.generated.ts.",
3
+ "source": "cotrackpro-antigravity :: .agents/{skills,roles}/*/SKILL.md",
4
+ "skills": [
5
+ {
6
+ "name": "ai-provenance-integrity",
7
+ "version": "0.1.0",
8
+ "description": "Apply provenance disclosure metadata to AI-generated documents and run integrity detection (SynthID, C2PA, EXIF, text heuristics) on uploaded evidence. Outputs are advisory metadata — never blocking, never accusatory — attached to the artifacts they describe.",
9
+ "kind": "functional",
10
+ "data_sensitivity": "confidential",
11
+ "safety_level": "elevated",
12
+ "prompt_modules": [
13
+ "evidence-integrity",
14
+ "legal-neutrality",
15
+ "neutral-documentation"
16
+ ],
17
+ "chains_with": [
18
+ "evidence-organization",
19
+ "legal-document-formatter"
20
+ ],
21
+ "consumed_by": [
22
+ "gpt:attorney-workflow",
23
+ "workflow:court-packet-assembly"
24
+ ]
25
+ },
26
+ {
27
+ "name": "child-centered-rewrite",
28
+ "version": "0.1.0",
29
+ "description": "Rewrite co-parenting messages and case-related communications to be brief, informative, friendly, firm (BIFF), and centered on the child's needs. Two modes: STANDARD (balanced) and FIRM (clear boundary, still respectful).",
30
+ "kind": "functional",
31
+ "data_sensitivity": "sensitive",
32
+ "safety_level": "elevated",
33
+ "prompt_modules": [
34
+ "emotional-deescalation",
35
+ "child-centered-language",
36
+ "trauma-informed-response"
37
+ ],
38
+ "chains_with": [
39
+ "safety-review",
40
+ "incident-documentation"
41
+ ],
42
+ "consumed_by": [
43
+ "gpt:parent-support",
44
+ "gpt:better-bridges",
45
+ "gpt:child-centered-rewrite-gpt",
46
+ "workflow:custody-violation-response"
47
+ ]
48
+ },
49
+ {
50
+ "name": "communication-tone-analysis",
51
+ "version": "0.1.0",
52
+ "description": "Analyze tone in co-parent and high-conflict communications. Classify escalating / neutral / de-escalating language; flag manipulation, DARVO, coercive-control linguistic markers; score against the BIFF (Brief-Informative-Friendly-Firm) framework. Designed for survivor-safe use: misclassification toward \"neutral\" on coercive content is the highest-stakes failure mode.",
53
+ "kind": "functional",
54
+ "data_sensitivity": "confidential",
55
+ "safety_level": "maximum",
56
+ "prompt_modules": [
57
+ "trauma-informed-response",
58
+ "emotional-deescalation",
59
+ "coercive-control-awareness",
60
+ "educational-tone"
61
+ ],
62
+ "chains_with": [
63
+ "safety-review",
64
+ "child-centered-rewrite",
65
+ "incident-documentation"
66
+ ],
67
+ "consumed_by": [
68
+ "gpt:parent-support",
69
+ "gpt:attorney-workflow",
70
+ "gpt:therapist-collaboration"
71
+ ]
72
+ },
73
+ {
74
+ "name": "cotrackpro-advocate",
75
+ "version": "0.1.0",
76
+ "description": "Trauma-informed advocacy support for safety planning referrals and clear client-facing next steps.",
77
+ "kind": "role",
78
+ "data_sensitivity": "confidential",
79
+ "safety_level": "elevated",
80
+ "prompt_modules": [
81
+ "child-centered-language",
82
+ "emotional-deescalation",
83
+ "evidence-integrity",
84
+ "neutral-documentation",
85
+ "safety-language",
86
+ "trauma-informed-response"
87
+ ],
88
+ "chains_with": [],
89
+ "consumed_by": []
90
+ },
91
+ {
92
+ "name": "cotrackpro-attorney",
93
+ "version": "0.1.0",
94
+ "description": "Attorney workflow support for structured intake issue-spotting outlines and organized drafting assistance.",
95
+ "kind": "role",
96
+ "data_sensitivity": "confidential",
97
+ "safety_level": "elevated",
98
+ "prompt_modules": [
99
+ "child-centered-language",
100
+ "evidence-integrity",
101
+ "legal-neutrality",
102
+ "neutral-documentation",
103
+ "safety-language",
104
+ "trauma-informed-response"
105
+ ],
106
+ "chains_with": [],
107
+ "consumed_by": []
108
+ },
109
+ {
110
+ "name": "cotrackpro-bailiff",
111
+ "version": "0.1.0",
112
+ "description": "Courtroom operations support for de-escalation language neutral incident notes and procedure-aligned checklists.",
113
+ "kind": "role",
114
+ "data_sensitivity": "sensitive",
115
+ "safety_level": "elevated",
116
+ "prompt_modules": [
117
+ "child-centered-language",
118
+ "emotional-deescalation",
119
+ "evidence-integrity",
120
+ "neutral-documentation",
121
+ "safety-language",
122
+ "trauma-informed-response"
123
+ ],
124
+ "chains_with": [],
125
+ "consumed_by": []
126
+ },
127
+ {
128
+ "name": "cotrackpro-clerk",
129
+ "version": "0.1.0",
130
+ "description": "Clerk support for filing readiness document naming conventions and step-by-step submission checklists.",
131
+ "kind": "role",
132
+ "data_sensitivity": "sensitive",
133
+ "safety_level": "elevated",
134
+ "prompt_modules": [
135
+ "child-centered-language",
136
+ "evidence-integrity",
137
+ "legal-neutrality",
138
+ "neutral-documentation",
139
+ "safety-language",
140
+ "trauma-informed-response"
141
+ ],
142
+ "chains_with": [],
143
+ "consumed_by": []
144
+ },
145
+ {
146
+ "name": "cotrackpro-coach",
147
+ "version": "0.1.0",
148
+ "description": "Coaching support for goal-setting routines accountability plans and calm communication practice prompts.",
149
+ "kind": "role",
150
+ "data_sensitivity": "sensitive",
151
+ "safety_level": "elevated",
152
+ "prompt_modules": [
153
+ "child-centered-language",
154
+ "emotional-deescalation",
155
+ "neutral-documentation",
156
+ "trauma-informed-response"
157
+ ],
158
+ "chains_with": [],
159
+ "consumed_by": []
160
+ },
161
+ {
162
+ "name": "cotrackpro-evaluator",
163
+ "version": "0.1.0",
164
+ "description": "Evaluator support for structured observations interview prompts and neutral report-ready summaries.",
165
+ "kind": "role",
166
+ "data_sensitivity": "confidential",
167
+ "safety_level": "elevated",
168
+ "prompt_modules": [
169
+ "child-centered-language",
170
+ "emotional-deescalation",
171
+ "evidence-integrity",
172
+ "neutral-documentation",
173
+ "safety-language",
174
+ "trauma-informed-response"
175
+ ],
176
+ "chains_with": [],
177
+ "consumed_by": []
178
+ },
179
+ {
180
+ "name": "cotrackpro-gal",
181
+ "version": "0.1.0",
182
+ "description": "GAL support for child-centered fact organization neutral summaries and bias-aware documentation.",
183
+ "kind": "role",
184
+ "data_sensitivity": "confidential",
185
+ "safety_level": "elevated",
186
+ "prompt_modules": [
187
+ "child-centered-language",
188
+ "emotional-deescalation",
189
+ "neutral-documentation",
190
+ "safety-language",
191
+ "trauma-informed-response"
192
+ ],
193
+ "chains_with": [],
194
+ "consumed_by": []
195
+ },
196
+ {
197
+ "name": "cotrackpro-judge",
198
+ "version": "0.1.0",
199
+ "description": "Judicial workflow support for neutral issue framing hearing prep outlines and clarity-focused orders support.",
200
+ "kind": "role",
201
+ "data_sensitivity": "confidential",
202
+ "safety_level": "elevated",
203
+ "prompt_modules": [
204
+ "child-centered-language",
205
+ "emotional-deescalation",
206
+ "evidence-integrity",
207
+ "legal-neutrality",
208
+ "neutral-documentation",
209
+ "safety-language",
210
+ "trauma-informed-response"
211
+ ],
212
+ "chains_with": [],
213
+ "consumed_by": []
214
+ },
215
+ {
216
+ "name": "cotrackpro-mediator",
217
+ "version": "0.1.0",
218
+ "description": "Mediation support for agenda building shared-interest mapping and agreement recap with next steps.",
219
+ "kind": "role",
220
+ "data_sensitivity": "confidential",
221
+ "safety_level": "elevated",
222
+ "prompt_modules": [
223
+ "child-centered-language",
224
+ "emotional-deescalation",
225
+ "neutral-documentation",
226
+ "safety-language",
227
+ "trauma-informed-response"
228
+ ],
229
+ "chains_with": [],
230
+ "consumed_by": []
231
+ },
232
+ {
233
+ "name": "cotrackpro-parent-alienation-support",
234
+ "version": "0.1.0",
235
+ "description": "Parent support for alienation dynamics documentation routines child- focused messaging and stability planning.",
236
+ "kind": "role",
237
+ "data_sensitivity": "confidential",
238
+ "safety_level": "elevated",
239
+ "prompt_modules": [
240
+ "child-centered-language",
241
+ "emotional-deescalation",
242
+ "evidence-integrity",
243
+ "neutral-documentation",
244
+ "safety-language",
245
+ "trauma-informed-response"
246
+ ],
247
+ "chains_with": [],
248
+ "consumed_by": []
249
+ },
250
+ {
251
+ "name": "cotrackpro-parent-coparent",
252
+ "version": "0.1.0",
253
+ "description": "Co-parenting support for clear calm messages boundaries scheduling and child-centered tone rewrites.",
254
+ "kind": "role",
255
+ "data_sensitivity": "confidential",
256
+ "safety_level": "elevated",
257
+ "prompt_modules": [
258
+ "child-centered-language",
259
+ "emotional-deescalation",
260
+ "evidence-integrity",
261
+ "neutral-documentation",
262
+ "safety-language",
263
+ "trauma-informed-response"
264
+ ],
265
+ "chains_with": [],
266
+ "consumed_by": []
267
+ },
268
+ {
269
+ "name": "cotrackpro-parent-high-conflict-strategy",
270
+ "version": "0.1.0",
271
+ "description": "High-conflict strategy support for de-escalation boundaries response plans and documentation workflows.",
272
+ "kind": "role",
273
+ "data_sensitivity": "confidential",
274
+ "safety_level": "elevated",
275
+ "prompt_modules": [
276
+ "child-centered-language",
277
+ "emotional-deescalation",
278
+ "neutral-documentation",
279
+ "safety-language",
280
+ "trauma-informed-response"
281
+ ],
282
+ "chains_with": [],
283
+ "consumed_by": []
284
+ },
285
+ {
286
+ "name": "cotrackpro-parent-pro-se",
287
+ "version": "0.1.0",
288
+ "description": "Pro se support for organizing facts timelines exhibits and plain- language court-ready summaries.",
289
+ "kind": "role",
290
+ "data_sensitivity": "confidential",
291
+ "safety_level": "elevated",
292
+ "prompt_modules": [
293
+ "child-centered-language",
294
+ "evidence-integrity",
295
+ "legal-neutrality",
296
+ "neutral-documentation",
297
+ "safety-language",
298
+ "trauma-informed-response"
299
+ ],
300
+ "chains_with": [],
301
+ "consumed_by": []
302
+ },
303
+ {
304
+ "name": "cotrackpro-parent-survivor-safety",
305
+ "version": "0.1.0",
306
+ "description": "Survivor safety support for incident logging evidence organization and safety-first action steps.",
307
+ "kind": "role",
308
+ "data_sensitivity": "confidential",
309
+ "safety_level": "elevated",
310
+ "prompt_modules": [
311
+ "child-centered-language",
312
+ "emotional-deescalation",
313
+ "evidence-integrity",
314
+ "legal-neutrality",
315
+ "neutral-documentation",
316
+ "safety-language",
317
+ "trauma-informed-response"
318
+ ],
319
+ "chains_with": [],
320
+ "consumed_by": []
321
+ },
322
+ {
323
+ "name": "cotrackpro-parenting-coordinator",
324
+ "version": "0.1.0",
325
+ "description": "Parenting coordinator support for implementation plans conflict reduction scripts and structured follow-ups.",
326
+ "kind": "role",
327
+ "data_sensitivity": "confidential",
328
+ "safety_level": "elevated",
329
+ "prompt_modules": [
330
+ "child-centered-language",
331
+ "emotional-deescalation",
332
+ "evidence-integrity",
333
+ "neutral-documentation",
334
+ "trauma-informed-response"
335
+ ],
336
+ "chains_with": [],
337
+ "consumed_by": []
338
+ },
339
+ {
340
+ "name": "cotrackpro-police",
341
+ "version": "0.1.0",
342
+ "description": "Law enforcement support for objective report structuring evidence capture checklists and safety-aware notes.",
343
+ "kind": "role",
344
+ "data_sensitivity": "confidential",
345
+ "safety_level": "elevated",
346
+ "prompt_modules": [
347
+ "child-centered-language",
348
+ "emotional-deescalation",
349
+ "evidence-integrity",
350
+ "neutral-documentation",
351
+ "safety-language",
352
+ "trauma-informed-response"
353
+ ],
354
+ "chains_with": [],
355
+ "consumed_by": []
356
+ },
357
+ {
358
+ "name": "cotrackpro-roles-router",
359
+ "version": "0.1.0",
360
+ "description": "Single entry skill that routes users to the right role workflow and standardizes safe consistent outputs.",
361
+ "kind": "role",
362
+ "data_sensitivity": "internal",
363
+ "safety_level": "elevated",
364
+ "prompt_modules": [
365
+ "child-centered-language",
366
+ "neutral-documentation",
367
+ "safety-language",
368
+ "trauma-informed-response"
369
+ ],
370
+ "chains_with": [],
371
+ "consumed_by": []
372
+ },
373
+ {
374
+ "name": "cotrackpro-supervisor",
375
+ "version": "0.1.0",
376
+ "description": "Supervisor support for oversight checklists escalation criteria audit- friendly summaries and accountability logs.",
377
+ "kind": "role",
378
+ "data_sensitivity": "sensitive",
379
+ "safety_level": "elevated",
380
+ "prompt_modules": [
381
+ "child-centered-language",
382
+ "evidence-integrity",
383
+ "neutral-documentation",
384
+ "safety-language",
385
+ "trauma-informed-response"
386
+ ],
387
+ "chains_with": [],
388
+ "consumed_by": []
389
+ },
390
+ {
391
+ "name": "documentation-coaching",
392
+ "version": "0.1.0",
393
+ "description": "Coaches parents (and parent-adjacent users) on documentation habits over time. Reviews the user's evolving record and offers concrete, observable improvements — what to capture next, where the record is thin, which patterns deserve more anchors. Strictly educational; never legal or clinical advice.",
394
+ "kind": "functional",
395
+ "data_sensitivity": "confidential",
396
+ "safety_level": "elevated",
397
+ "prompt_modules": [
398
+ "parent-support",
399
+ "neutral-documentation",
400
+ "trauma-informed-response",
401
+ "child-centered-language"
402
+ ],
403
+ "chains_with": [
404
+ "incident-documentation",
405
+ "evidence-organization",
406
+ "timeline-builder",
407
+ "safety-review"
408
+ ],
409
+ "consumed_by": [
410
+ "gpt:parent-support",
411
+ "gpt:attorney-workflow"
412
+ ]
413
+ },
414
+ {
415
+ "name": "emotional-pattern-analysis",
416
+ "version": "0.1.0",
417
+ "description": "Identify emotional themes in user-reported narratives using trauma-informed framing. Strictly educational — never clinical. Surface themes the user can bring to their own therapist; flag when professional support may be useful. Never diagnose, never pathologize trauma responses.",
418
+ "kind": "functional",
419
+ "data_sensitivity": "confidential",
420
+ "safety_level": "maximum",
421
+ "prompt_modules": [
422
+ "trauma-informed-response",
423
+ "emotional-deescalation",
424
+ "educational-tone",
425
+ "child-centered-language"
426
+ ],
427
+ "chains_with": [
428
+ "safety-review",
429
+ "communication-tone-analysis"
430
+ ],
431
+ "consumed_by": [
432
+ "gpt:therapist-collaboration",
433
+ "gpt:parent-support"
434
+ ]
435
+ },
436
+ {
437
+ "name": "escalation-analysis",
438
+ "version": "0.1.0",
439
+ "description": "Pattern detection across a sequence of incidents or communications. Reports trend (escalating / stable / de-escalating), pivotal events, recurring tactics, and documentation focus areas. Distinct from communication-tone-analysis (which scores individual messages) — this skill scores the trajectory over time. Drives decisions about emergency motions vs. continued good-faith negotiation.",
440
+ "kind": "functional",
441
+ "data_sensitivity": "confidential",
442
+ "safety_level": "maximum",
443
+ "prompt_modules": [
444
+ "trauma-informed-response",
445
+ "coercive-control-awareness",
446
+ "educational-tone",
447
+ "neutral-documentation"
448
+ ],
449
+ "chains_with": [
450
+ "communication-tone-analysis",
451
+ "timeline-builder",
452
+ "safety-review",
453
+ "incident-documentation"
454
+ ],
455
+ "consumed_by": [
456
+ "gpt:attorney-workflow",
457
+ "gpt:therapist-collaboration",
458
+ "gpt:parent-support"
459
+ ]
460
+ },
461
+ {
462
+ "name": "evidence-organization",
463
+ "version": "0.1.0",
464
+ "description": "Catalog, number, and chain-of-custody-validate exhibits and source artifacts for a case. Produces Evidence Index and Screenshot Log artifacts; provides authoritative metadata for downstream timeline and filing steps.",
465
+ "kind": "functional",
466
+ "data_sensitivity": "confidential",
467
+ "safety_level": "elevated",
468
+ "prompt_modules": [
469
+ "evidence-integrity",
470
+ "legal-neutrality",
471
+ "neutral-documentation"
472
+ ],
473
+ "chains_with": [
474
+ "incident-documentation",
475
+ "timeline-builder",
476
+ "legal-document-formatter"
477
+ ],
478
+ "consumed_by": [
479
+ "gpt:attorney-workflow",
480
+ "gpt:documentation-timeline",
481
+ "workflow:court-packet-assembly",
482
+ "workflow:custody-violation-response"
483
+ ]
484
+ },
485
+ {
486
+ "name": "incident-documentation",
487
+ "version": "0.1.0",
488
+ "description": "Capture a single incident or observation as a neutral, time-stamped, evidence-grade record. Drives the Custody Exchange Log, Incident Log, and Incident Report artifacts.",
489
+ "kind": "functional",
490
+ "data_sensitivity": "confidential",
491
+ "safety_level": "elevated",
492
+ "prompt_modules": [
493
+ "neutral-documentation",
494
+ "child-centered-language",
495
+ "trauma-informed-response",
496
+ "evidence-integrity"
497
+ ],
498
+ "chains_with": [
499
+ "timeline-builder",
500
+ "evidence-organization",
501
+ "safety-review"
502
+ ],
503
+ "consumed_by": [
504
+ "gpt:parent-support",
505
+ "gpt:documentation-timeline",
506
+ "gpt:education",
507
+ "workflow:session-lifecycle",
508
+ "workflow:mandatory-reporting",
509
+ "workflow:custody-violation-response",
510
+ "workflow:onboarding"
511
+ ]
512
+ },
513
+ {
514
+ "name": "legal-document-formatter",
515
+ "version": "0.1.0",
516
+ "description": "Format case content into court-presentable documents: Filing Checklists, Draft Motions, Case Summaries, Incident Reports. Applies jurisdiction- specific templates while keeping all substantive claims source-attributed.",
517
+ "kind": "functional",
518
+ "data_sensitivity": "confidential",
519
+ "safety_level": "elevated",
520
+ "prompt_modules": [
521
+ "legal-neutrality",
522
+ "evidence-integrity",
523
+ "neutral-documentation"
524
+ ],
525
+ "chains_with": [
526
+ "timeline-builder",
527
+ "evidence-organization",
528
+ "incident-documentation"
529
+ ],
530
+ "consumed_by": [
531
+ "gpt:attorney-workflow",
532
+ "workflow:court-packet-assembly",
533
+ "workflow:custody-violation-response"
534
+ ]
535
+ },
536
+ {
537
+ "name": "linkedin-authority-builder",
538
+ "version": "0.1.0",
539
+ "description": "Generate LinkedIn content — posts, articles, profile copy — for thought leadership in family law, co-parenting, child welfare, and advocacy. Educational tone; no clinical claims, no legal-outcome promises, no infomercial energy. Optimized for the CoTrackPro audience (practitioners, advocates, journalists).",
540
+ "kind": "functional",
541
+ "data_sensitivity": "internal",
542
+ "safety_level": "standard",
543
+ "prompt_modules": [
544
+ "educational-tone",
545
+ "legal-neutrality",
546
+ "community-support"
547
+ ],
548
+ "chains_with": [],
549
+ "consumed_by": [
550
+ "gpt:speaker-toolkit",
551
+ "gpt:community-justice"
552
+ ]
553
+ },
554
+ {
555
+ "name": "omni-build",
556
+ "version": "0.1.0",
557
+ "description": "Foundation routing/triage skill. Maps user input to triggers, roles, workstreams, and artifacts via a three-prompt pipeline. Spawns specialized subagents (Parent, Attorney, Therapist, etc.) carrying the right downstream skills. Invoked by every session-lifecycle step that needs domain-aware routing.",
558
+ "kind": "functional",
559
+ "data_sensitivity": "confidential",
560
+ "safety_level": "elevated",
561
+ "prompt_modules": [
562
+ "neutral-documentation",
563
+ "child-centered-language",
564
+ "trauma-informed-response",
565
+ "safety-language"
566
+ ],
567
+ "chains_with": [
568
+ "safety-review",
569
+ "incident-documentation",
570
+ "evidence-organization",
571
+ "timeline-builder",
572
+ "legal-document-formatter",
573
+ "child-centered-rewrite"
574
+ ],
575
+ "consumed_by": [
576
+ "gpt:attorney-workflow",
577
+ "gpt:community-justice",
578
+ "gpt:education",
579
+ "gpt:parent-support",
580
+ "gpt:speaker-toolkit",
581
+ "gpt:therapist-collaboration",
582
+ "workflow:session-lifecycle",
583
+ "workflow:first-session-onboarding"
584
+ ]
585
+ },
586
+ {
587
+ "name": "podcast-metadata-generator",
588
+ "version": "0.1.0",
589
+ "description": "Generate podcast episode metadata — title, description, show notes, chapter markers, transcript chunking, social-media blurbs — from a source transcript or episode brief. Content marketing for the CoTrackPro audience (co-parents, advocates, family-law professionals). Strictly non-clinical, non-legal in audience-facing copy.",
590
+ "kind": "functional",
591
+ "data_sensitivity": "internal",
592
+ "safety_level": "standard",
593
+ "prompt_modules": [
594
+ "educational-tone",
595
+ "legal-neutrality",
596
+ "community-support"
597
+ ],
598
+ "chains_with": [],
599
+ "consumed_by": [
600
+ "gpt:community-justice",
601
+ "gpt:speaker-toolkit"
602
+ ]
603
+ },
604
+ {
605
+ "name": "safety-review",
606
+ "version": "0.1.0",
607
+ "description": "Risk classification, harm-keyword detection, and crisis-resource surfacing. Always-on sidecar evaluation plus on-demand review of incident records, message drafts, and case artifacts. Drives the safety_gate workflow step.",
608
+ "kind": "functional",
609
+ "data_sensitivity": "confidential",
610
+ "safety_level": "maximum",
611
+ "prompt_modules": [
612
+ "safety-language",
613
+ "trauma-informed-response",
614
+ "emotional-deescalation",
615
+ "child-centered-language"
616
+ ],
617
+ "chains_with": [
618
+ "incident-documentation",
619
+ "child-centered-rewrite"
620
+ ],
621
+ "consumed_by": [
622
+ "gpt:parent-support",
623
+ "gpt:therapist-collaboration",
624
+ "workflow:session-lifecycle"
625
+ ]
626
+ },
627
+ {
628
+ "name": "timeline-builder",
629
+ "version": "0.1.0",
630
+ "description": "Construct a source-attributed chronological timeline from a set of incident logs, message records, evidence items, and dated observations. Detect gaps, flag conflicts, surface patterns. Produces court-grade Source-Based Timeline.",
631
+ "kind": "functional",
632
+ "data_sensitivity": "confidential",
633
+ "safety_level": "elevated",
634
+ "prompt_modules": [
635
+ "evidence-integrity",
636
+ "neutral-documentation",
637
+ "legal-neutrality"
638
+ ],
639
+ "chains_with": [
640
+ "incident-documentation",
641
+ "evidence-organization",
642
+ "legal-document-formatter"
643
+ ],
644
+ "consumed_by": [
645
+ "gpt:attorney-workflow",
646
+ "gpt:documentation-timeline",
647
+ "gpt:parent-support",
648
+ "workflow:court-packet-assembly",
649
+ "workflow:custody-violation-response"
650
+ ]
651
+ },
652
+ {
653
+ "name": "webinar-funnel-builder",
654
+ "version": "0.1.0",
655
+ "description": "Generate the end-to-end webinar funnel: landing page copy, registration confirmation, reminder sequence, attendee follow-up, no-show follow-up. Optimized for educational webinars in the family-law / co-parenting / advocacy domain. No clinical claims, no legal-outcome promises, no high-pressure-sales energy.",
656
+ "kind": "functional",
657
+ "data_sensitivity": "internal",
658
+ "safety_level": "standard",
659
+ "prompt_modules": [
660
+ "educational-tone",
661
+ "legal-neutrality",
662
+ "parent-support"
663
+ ],
664
+ "chains_with": [],
665
+ "consumed_by": [
666
+ "gpt:speaker-toolkit"
667
+ ]
668
+ }
669
+ ]
670
+ }