opencode-skills-collection 3.0.47 → 3.0.49

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 (410) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +20 -1
  2. package/bundled-skills/ab-test-setup/SKILL.md +6 -6
  3. package/bundled-skills/accint-solve/SKILL.md +205 -0
  4. package/bundled-skills/android-cli/SKILL.md +239 -0
  5. package/bundled-skills/android-cli/references/interact.md +83 -0
  6. package/bundled-skills/android-cli/references/journeys.md +105 -0
  7. package/bundled-skills/apify-actorization/SKILL.md +2 -2
  8. package/bundled-skills/brave-man/SKILL.md +191 -0
  9. package/bundled-skills/codex-fable5/SKILL.md +154 -0
  10. package/bundled-skills/crossframe/SKILL.md +212 -0
  11. package/bundled-skills/crossframe/agents/openai.yaml +4 -0
  12. package/bundled-skills/crossframe/evals/crossframe-smoke-tests.md +277 -0
  13. package/bundled-skills/crossframe/examples/ai-compliance-case.md +21 -0
  14. package/bundled-skills/crossframe/examples/bad-output-vs-good-output.md +54 -0
  15. package/bundled-skills/crossframe/examples/concept-nihilism-case.md +39 -0
  16. package/bundled-skills/crossframe/examples/exit-transfer-case.md +21 -0
  17. package/bundled-skills/crossframe/examples/expression-translation-case.md +15 -0
  18. package/bundled-skills/crossframe/examples/field-dissociation-case.md +16 -0
  19. package/bundled-skills/crossframe/examples/framework-boundary-case.md +27 -0
  20. package/bundled-skills/crossframe/examples/governance-continuity-case.md +17 -0
  21. package/bundled-skills/crossframe/examples/healing-transfer-route-case.md +19 -0
  22. package/bundled-skills/crossframe/examples/high-reflexivity-case.md +19 -0
  23. package/bundled-skills/crossframe/examples/intimate-relationship-light-case.md +18 -0
  24. package/bundled-skills/crossframe/examples/large-scale-stress-case.md +17 -0
  25. package/bundled-skills/crossframe/examples/life-first-cause-case.md +34 -0
  26. package/bundled-skills/crossframe/examples/lifecycle-stage-case.md +16 -0
  27. package/bundled-skills/crossframe/examples/love-open-action-case.md +21 -0
  28. package/bundled-skills/crossframe/examples/low-condition-action-case.md +21 -0
  29. package/bundled-skills/crossframe/examples/organization-case.md +42 -0
  30. package/bundled-skills/crossframe/examples/progression-case.md +16 -0
  31. package/bundled-skills/crossframe/examples/public-institution-case.md +19 -0
  32. package/bundled-skills/crossframe/examples/public-system-case.md +39 -0
  33. package/bundled-skills/crossframe/examples/relationship-case.md +42 -0
  34. package/bundled-skills/crossframe/examples/scale-transfer-misuse-case.md +21 -0
  35. package/bundled-skills/crossframe/examples/strong-judgment-case.md +19 -0
  36. package/bundled-skills/crossframe/examples/theory-backend-case.md +18 -0
  37. package/bundled-skills/crossframe/protocols/anti-capture-protocol.md +40 -0
  38. package/bundled-skills/crossframe/protocols/concept-explanation-protocol.md +80 -0
  39. package/bundled-skills/crossframe/protocols/diagnosis-protocol.md +94 -0
  40. package/bundled-skills/crossframe/protocols/expression-translation-protocol.md +28 -0
  41. package/bundled-skills/crossframe/protocols/field-dissociation-protocol.md +28 -0
  42. package/bundled-skills/crossframe/protocols/framework-boundary-protocol.md +38 -0
  43. package/bundled-skills/crossframe/protocols/governance-continuity-protocol.md +32 -0
  44. package/bundled-skills/crossframe/protocols/healing-transfer-protocol.md +69 -0
  45. package/bundled-skills/crossframe/protocols/high-reflexivity-protocol.md +55 -0
  46. package/bundled-skills/crossframe/protocols/inference-protocol.md +49 -0
  47. package/bundled-skills/crossframe/protocols/intimate-relationship-protocol.md +50 -0
  48. package/bundled-skills/crossframe/protocols/large-scale-stress-test-protocol.md +26 -0
  49. package/bundled-skills/crossframe/protocols/lifecycle-diagnosis-protocol.md +50 -0
  50. package/bundled-skills/crossframe/protocols/low-condition-action-protocol.md +33 -0
  51. package/bundled-skills/crossframe/protocols/open-assertion-protocol.md +55 -0
  52. package/bundled-skills/crossframe/protocols/progression-protocol.md +30 -0
  53. package/bundled-skills/crossframe/protocols/proposition-verification-protocol.md +64 -0
  54. package/bundled-skills/crossframe/protocols/public-institution-protocol.md +66 -0
  55. package/bundled-skills/crossframe/references/concept-cards/README.md +50 -0
  56. package/bundled-skills/crossframe/references/concept-cards/accessibility-toolization-split.md +29 -0
  57. package/bundled-skills/crossframe/references/concept-cards/anchor-group.md +40 -0
  58. package/bundled-skills/crossframe/references/concept-cards/chengjie-huiliu.md +52 -0
  59. package/bundled-skills/crossframe/references/concept-cards/dynamics-group.md +42 -0
  60. package/bundled-skills/crossframe/references/concept-cards/evidence-cost.md +45 -0
  61. package/bundled-skills/crossframe/references/concept-cards/exit-transfer.md +41 -0
  62. package/bundled-skills/crossframe/references/concept-cards/framework-governance-falsification.md +29 -0
  63. package/bundled-skills/crossframe/references/concept-cards/judgment-grades.md +46 -0
  64. package/bundled-skills/crossframe/references/concept-cards/love-generative-action.md +29 -0
  65. package/bundled-skills/crossframe/references/concept-cards/love-open-action.md +51 -0
  66. package/bundled-skills/crossframe/references/concept-cards/low-condition-action.md +50 -0
  67. package/bundled-skills/crossframe/references/concept-cards/malicious-compliance-ai-validation.md +29 -0
  68. package/bundled-skills/crossframe/references/concept-cards/mechanism-candidates.md +38 -0
  69. package/bundled-skills/crossframe/references/concept-cards/metaphor-source-transparency.md +29 -0
  70. package/bundled-skills/crossframe/references/concept-cards/no-institution-middle-path.md +29 -0
  71. package/bundled-skills/crossframe/references/concept-cards/observation-entropy-contraction.md +29 -0
  72. package/bundled-skills/crossframe/references/concept-cards/open-assertion.md +69 -0
  73. package/bundled-skills/crossframe/references/concept-cards/power-closure.md +51 -0
  74. package/bundled-skills/crossframe/references/concept-cards/procedural-judgment-responsibility.md +29 -0
  75. package/bundled-skills/crossframe/references/concept-cards/reflexivity.md +50 -0
  76. package/bundled-skills/crossframe/references/concept-cards/repair-byproduct.md +38 -0
  77. package/bundled-skills/crossframe/references/concept-cards/responsibility-chain.md +58 -0
  78. package/bundled-skills/crossframe/references/concept-cards/scale-transfer.md +50 -0
  79. package/bundled-skills/crossframe/references/concept-cards/structure-process-group.md +44 -0
  80. package/bundled-skills/crossframe/references/concept-cards/trapped-subject-trauma-baseline.md +29 -0
  81. package/bundled-skills/crossframe/references/concept-cards/visibility-opacity-weak-signals.md +29 -0
  82. package/bundled-skills/crossframe/references/concepts-minimal-set.md +53 -0
  83. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-action-healing-transfer-pack.md +66 -0
  84. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-ai-process-artifact-boundary-pack.md +71 -0
  85. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-anchor-dynamics-structure-process-pack.md +62 -0
  86. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-concept-weaponization-dogma-pack.md +69 -0
  87. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-core-concept-integrity-pack.md +62 -0
  88. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-cross-scale-context-translation-pack.md +70 -0
  89. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-diagnosis-admission-downgrade-exit-pack.md +65 -0
  90. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-domain-translation-normative-source-pack.md +70 -0
  91. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-evidence-downgrade-action-ceiling-pack.md +62 -0
  92. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-framework-self-diagnosis-falsification-pack.md +72 -0
  93. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-governance-continuity-multicenter-pack.md +67 -0
  94. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-long-evolution-progression-field-pack.md +70 -0
  95. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-love-trapped-trauma-pack.md +67 -0
  96. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-low-power-protection-pack.md +64 -0
  97. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-media-platform-crisis-pack.md +70 -0
  98. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-observation-reflexivity-release-pack.md +64 -0
  99. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-open-assertion-proposition-pack.md +64 -0
  100. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-public-power-institution-pack.md +66 -0
  101. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-responsibility-intervention-separation-pack.md +64 -0
  102. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-root-assumptions-meta-rules-pack.md +70 -0
  103. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-seven-gates-diagnosis-pack.md +64 -0
  104. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-source-evidence-separation-pack.md +62 -0
  105. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-state-coordinate-lifecycle-pack.md +64 -0
  106. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-strong-judgment-eight-pack.md +69 -0
  107. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-toolization-accessibility-release-pack.md +75 -0
  108. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-use-boundary-governance-pack.md +69 -0
  109. package/bundled-skills/crossframe/references/continuity-bundles.md +64 -0
  110. package/bundled-skills/crossframe/references/continuity-closure-map.md +40 -0
  111. package/bundled-skills/crossframe/references/crossframe-v2-core.md +77 -0
  112. package/bundled-skills/crossframe/references/diagnostic-dimensions.md +33 -0
  113. package/bundled-skills/crossframe/references/diagnostic-toolbox-index.md +36 -0
  114. package/bundled-skills/crossframe/references/expression-translation-table.md +34 -0
  115. package/bundled-skills/crossframe/references/field-management-and-dissociation.md +43 -0
  116. package/bundled-skills/crossframe/references/framework-ontology-protection.md +60 -0
  117. package/bundled-skills/crossframe/references/guardrails.md +47 -0
  118. package/bundled-skills/crossframe/references/integrity-check.md +212 -0
  119. package/bundled-skills/crossframe/references/love-as-open-action.md +42 -0
  120. package/bundled-skills/crossframe/references/power-closure-and-exit.md +39 -0
  121. package/bundled-skills/crossframe/references/read-routing-map.md +113 -0
  122. package/bundled-skills/crossframe/references/reflexivity-and-observation.md +33 -0
  123. package/bundled-skills/crossframe/references/runtime-read-policy.md +59 -0
  124. package/bundled-skills/crossframe/references/scale-transfer-gate.md +36 -0
  125. package/bundled-skills/crossframe/references/source-ledger-workflow.md +72 -0
  126. package/bundled-skills/crossframe/references/theory-backend-index.md +102 -0
  127. package/bundled-skills/crossframe/references/v2-coverage-map.md +64 -0
  128. package/bundled-skills/crossframe/references/v2-section-digest-index.md +272 -0
  129. package/bundled-skills/crossframe/references/v2-source-spine.md +285 -0
  130. package/bundled-skills/crossframe/references/v2-term-fidelity.md +72 -0
  131. package/bundled-skills/crossframe/references/v3-change-rationale-from-patch.md +49 -0
  132. package/bundled-skills/crossframe/references/v3-coverage-map.md +48 -0
  133. package/bundled-skills/crossframe/references/v3-section-digest-index.md +337 -0
  134. package/bundled-skills/crossframe/references/v3-source-spine.md +368 -0
  135. package/bundled-skills/crossframe/references/v3-term-fidelity.md +34 -0
  136. package/bundled-skills/crossframe/references/v5-coverage-map.md +51 -0
  137. package/bundled-skills/crossframe/references/v5-material-selection-map.md +45 -0
  138. package/bundled-skills/crossframe/references/v5-section-digest-index.md +3479 -0
  139. package/bundled-skills/crossframe/references/v5-source-spine.md +462 -0
  140. package/bundled-skills/crossframe/references/v5-term-fidelity.md +109 -0
  141. package/bundled-skills/crossframe/templates/concept-explanation-output.md +62 -0
  142. package/bundled-skills/crossframe/templates/expression-translation-output.md +49 -0
  143. package/bundled-skills/crossframe/templates/field-dissociation-output.md +33 -0
  144. package/bundled-skills/crossframe/templates/framework-boundary-output.md +35 -0
  145. package/bundled-skills/crossframe/templates/full-diagnosis-output.md +100 -0
  146. package/bundled-skills/crossframe/templates/governance-continuity-output.md +34 -0
  147. package/bundled-skills/crossframe/templates/healing-transfer-output.md +38 -0
  148. package/bundled-skills/crossframe/templates/high-reflexivity-output.md +39 -0
  149. package/bundled-skills/crossframe/templates/inference-output.md +58 -0
  150. package/bundled-skills/crossframe/templates/intimate-relationship-output.md +35 -0
  151. package/bundled-skills/crossframe/templates/large-scale-stress-output.md +32 -0
  152. package/bundled-skills/crossframe/templates/lifecycle-output.md +37 -0
  153. package/bundled-skills/crossframe/templates/open-assertion-output.md +42 -0
  154. package/bundled-skills/crossframe/templates/progression-output.md +28 -0
  155. package/bundled-skills/crossframe/templates/public-institution-output.md +42 -0
  156. package/bundled-skills/crossframe/templates/quick-diagnosis-output.md +42 -0
  157. package/bundled-skills/crossframe/templates/read-state-capsule.md +88 -0
  158. package/bundled-skills/crossframe/templates/reasoning-outline-output.md +53 -0
  159. package/bundled-skills/crossframe/templates/strong-judgment-output.md +52 -0
  160. package/bundled-skills/crossframe/templates/user-facing-language.md +83 -0
  161. package/bundled-skills/crossframe/worksheets/concept-fidelity-check.md +32 -0
  162. package/bundled-skills/crossframe/worksheets/evidence-ledger.md +26 -0
  163. package/bundled-skills/crossframe/worksheets/field-dissociation-check.md +22 -0
  164. package/bundled-skills/crossframe/worksheets/five-gates-worksheet.md +49 -0
  165. package/bundled-skills/crossframe/worksheets/framework-boundary-check.md +23 -0
  166. package/bundled-skills/crossframe/worksheets/governance-continuity-check.md +24 -0
  167. package/bundled-skills/crossframe/worksheets/healing-transfer-map.md +20 -0
  168. package/bundled-skills/crossframe/worksheets/high-responsibility-check.md +41 -0
  169. package/bundled-skills/crossframe/worksheets/intake-worksheet.md +52 -0
  170. package/bundled-skills/crossframe/worksheets/intimate-relationship-light-check.md +18 -0
  171. package/bundled-skills/crossframe/worksheets/large-scale-stress-test.md +25 -0
  172. package/bundled-skills/crossframe/worksheets/lifecycle-stage-record.md +26 -0
  173. package/bundled-skills/crossframe/worksheets/mechanism-candidates.md +28 -0
  174. package/bundled-skills/crossframe/worksheets/open-assertion-record.md +32 -0
  175. package/bundled-skills/crossframe/worksheets/proposition-verification.md +34 -0
  176. package/bundled-skills/crossframe/worksheets/prospective-registration.md +18 -0
  177. package/bundled-skills/crossframe/worksheets/public-institution-check.md +17 -0
  178. package/bundled-skills/crossframe/worksheets/reflexivity-state-transfer.md +23 -0
  179. package/bundled-skills/crossframe/worksheets/seven-gates-worksheet.md +43 -0
  180. package/bundled-skills/crossframe/worksheets/source-anchor-integrity-check.md +92 -0
  181. package/bundled-skills/crossframe/worksheets/source-continuity-check.md +76 -0
  182. package/bundled-skills/crossframe/worksheets/sub-anchor-progression.md +19 -0
  183. package/bundled-skills/crossframe-casebook/SKILL.md +112 -0
  184. package/bundled-skills/crossframe-casebook/agents/openai.yaml +4 -0
  185. package/bundled-skills/crossframe-casebook/evals/crossframe-casebook-smoke-tests.md +112 -0
  186. package/bundled-skills/crossframe-casebook/examples/failure-samples.md +65 -0
  187. package/bundled-skills/crossframe-casebook/examples/organization-case.md +68 -0
  188. package/bundled-skills/crossframe-casebook/examples/public-dispute-case.md +68 -0
  189. package/bundled-skills/crossframe-casebook/examples/relationship-case.md +68 -0
  190. package/bundled-skills/crossframe-casebook/protocols/casebook-build-protocol.md +41 -0
  191. package/bundled-skills/crossframe-casebook/protocols/material-boundary-protocol.md +57 -0
  192. package/bundled-skills/crossframe-casebook/protocols/mechanism-extraction-protocol.md +45 -0
  193. package/bundled-skills/crossframe-casebook/references/casebook-field-guide.md +64 -0
  194. package/bundled-skills/crossframe-casebook/references/privacy-and-redaction-rules.md +43 -0
  195. package/bundled-skills/crossframe-casebook/references/reuse-taxonomy.md +30 -0
  196. package/bundled-skills/crossframe-casebook/templates/casebook-entry-template.md +74 -0
  197. package/bundled-skills/crossframe-casebook/templates/casebook-index-template.md +34 -0
  198. package/bundled-skills/crossframe-casebook/templates/redacted-source-ledger-template.md +31 -0
  199. package/bundled-skills/crossframe-critical/SKILL.md +96 -0
  200. package/bundled-skills/crossframe-critical/agents/openai.yaml +6 -0
  201. package/bundled-skills/crossframe-critical/evals/crossframe-critical-smoke-tests.md +97 -0
  202. package/bundled-skills/crossframe-critical/protocols/critical-article-protocol.md +61 -0
  203. package/bundled-skills/crossframe-critical/references/critical-matrix.md +63 -0
  204. package/bundled-skills/crossframe-critical/references/example-and-evidence-rules.md +56 -0
  205. package/bundled-skills/crossframe-critical/templates/critical-output-template.md +55 -0
  206. package/bundled-skills/crossframe-debate/SKILL.md +127 -0
  207. package/bundled-skills/crossframe-debate/agents/openai.yaml +4 -0
  208. package/bundled-skills/crossframe-debate/evals/crossframe-debate-smoke-tests.md +124 -0
  209. package/bundled-skills/crossframe-debate/examples/failure-samples.md +49 -0
  210. package/bundled-skills/crossframe-debate/examples/philosophical-proposition-case.md +19 -0
  211. package/bundled-skills/crossframe-debate/examples/public-proposition-case.md +19 -0
  212. package/bundled-skills/crossframe-debate/examples/relationship-proposition-case.md +19 -0
  213. package/bundled-skills/crossframe-debate/protocols/debate-protocol.md +88 -0
  214. package/bundled-skills/crossframe-debate/references/debate-failure-patterns.md +80 -0
  215. package/bundled-skills/crossframe-debate/references/debate-quality-gates.md +49 -0
  216. package/bundled-skills/crossframe-debate/templates/debate-analysis-output.md +69 -0
  217. package/bundled-skills/crossframe-dialogue/SKILL.md +112 -0
  218. package/bundled-skills/crossframe-dialogue/agents/openai.yaml +4 -0
  219. package/bundled-skills/crossframe-dialogue/evals/crossframe-dialogue-smoke-tests.md +127 -0
  220. package/bundled-skills/crossframe-dialogue/examples/boundary-high-responsibility.md +20 -0
  221. package/bundled-skills/crossframe-dialogue/examples/failure-modes.md +36 -0
  222. package/bundled-skills/crossframe-dialogue/examples/normal-reader-question.md +20 -0
  223. package/bundled-skills/crossframe-dialogue/protocols/consultation-boundary-protocol.md +36 -0
  224. package/bundled-skills/crossframe-dialogue/protocols/dialogue-protocol.md +51 -0
  225. package/bundled-skills/crossframe-dialogue/references/dialogue-quality-gates.md +39 -0
  226. package/bundled-skills/crossframe-dialogue/references/failure-patterns.md +57 -0
  227. package/bundled-skills/crossframe-dialogue/references/voice-bridge.md +33 -0
  228. package/bundled-skills/crossframe-dialogue/templates/consultation-response-template.md +23 -0
  229. package/bundled-skills/crossframe-dialogue/templates/default-short-answer.md +26 -0
  230. package/bundled-skills/crossframe-dialogue/templates/reader-reply-template.md +24 -0
  231. package/bundled-skills/crossframe-essay/SKILL.md +158 -0
  232. package/bundled-skills/crossframe-essay/agents/openai.yaml +4 -0
  233. package/bundled-skills/crossframe-essay/evals/crossframe-essay-smoke-tests.md +205 -0
  234. package/bundled-skills/crossframe-essay/examples/life-first-cause-essay-case.md +34 -0
  235. package/bundled-skills/crossframe-essay/examples/organization-essay-case.md +30 -0
  236. package/bundled-skills/crossframe-essay/examples/public-issue-essay-case.md +31 -0
  237. package/bundled-skills/crossframe-essay/examples/relationship-essay-case.md +30 -0
  238. package/bundled-skills/crossframe-essay/protocols/concept-elevation-protocol.md +57 -0
  239. package/bundled-skills/crossframe-essay/protocols/editorial-comrade-voice-protocol.md +71 -0
  240. package/bundled-skills/crossframe-essay/protocols/essay-protocol.md +201 -0
  241. package/bundled-skills/crossframe-essay/protocols/interactive-drafting-protocol.md +71 -0
  242. package/bundled-skills/crossframe-essay/references/article-technique-routing-map.md +84 -0
  243. package/bundled-skills/crossframe-essay/references/concept-reference-map.md +38 -0
  244. package/bundled-skills/crossframe-essay/references/critical-insight-principles.md +43 -0
  245. package/bundled-skills/crossframe-essay/references/editorial-voice-principles.md +58 -0
  246. package/bundled-skills/crossframe-essay/references/evidence-and-search-rules.md +63 -0
  247. package/bundled-skills/crossframe-essay/references/reference-and-allusion-rules.md +34 -0
  248. package/bundled-skills/crossframe-essay/references/writing-techniques/analogical-reasoning.md +19 -0
  249. package/bundled-skills/crossframe-essay/references/writing-techniques/ancient-modern-global.md +19 -0
  250. package/bundled-skills/crossframe-essay/references/writing-techniques/clouds-moon.md +19 -0
  251. package/bundled-skills/crossframe-essay/references/writing-techniques/coincidence-structure.md +19 -0
  252. package/bundled-skills/crossframe-essay/references/writing-techniques/direct-emotion.md +19 -0
  253. package/bundled-skills/crossframe-essay/references/writing-techniques/double-bridge.md +19 -0
  254. package/bundled-skills/crossframe-essay/references/writing-techniques/event-association.md +19 -0
  255. package/bundled-skills/crossframe-essay/references/writing-techniques/feint-attack.md +19 -0
  256. package/bundled-skills/crossframe-essay/references/writing-techniques/final-reveal.md +19 -0
  257. package/bundled-skills/crossframe-essay/references/writing-techniques/fine-carving.md +19 -0
  258. package/bundled-skills/crossframe-essay/references/writing-techniques/finishing-touch.md +19 -0
  259. package/bundled-skills/crossframe-essay/references/writing-techniques/fixed-point-changing-scenes.md +19 -0
  260. package/bundled-skills/crossframe-essay/references/writing-techniques/form-by-object.md +19 -0
  261. package/bundled-skills/crossframe-essay/references/writing-techniques/guest-host-contrast.md +19 -0
  262. package/bundled-skills/crossframe-essay/references/writing-techniques/hide-before-reveal.md +19 -0
  263. package/bundled-skills/crossframe-essay/references/writing-techniques/index.md +69 -0
  264. package/bundled-skills/crossframe-essay/references/writing-techniques/language-momentum.md +19 -0
  265. package/bundled-skills/crossframe-essay/references/writing-techniques/layered-argument.md +19 -0
  266. package/bundled-skills/crossframe-essay/references/writing-techniques/less-is-more.md +19 -0
  267. package/bundled-skills/crossframe-essay/references/writing-techniques/life-from-dead.md +19 -0
  268. package/bundled-skills/crossframe-essay/references/writing-techniques/meaning-beyond-words.md +19 -0
  269. package/bundled-skills/crossframe-essay/references/writing-techniques/motion-for-stillness.md +19 -0
  270. package/bundled-skills/crossframe-essay/references/writing-techniques/moving-viewpoint.md +19 -0
  271. package/bundled-skills/crossframe-essay/references/writing-techniques/multi-edge-extension.md +19 -0
  272. package/bundled-skills/crossframe-essay/references/writing-techniques/narration-commentary.md +19 -0
  273. package/bundled-skills/crossframe-essay/references/writing-techniques/object-reason.md +19 -0
  274. package/bundled-skills/crossframe-essay/references/writing-techniques/one-stone-many-birds.md +19 -0
  275. package/bundled-skills/crossframe-essay/references/writing-techniques/one-word-spine.md +19 -0
  276. package/bundled-skills/crossframe-essay/references/writing-techniques/personified-object.md +19 -0
  277. package/bundled-skills/crossframe-essay/references/writing-techniques/point-spirit.md +19 -0
  278. package/bundled-skills/crossframe-essay/references/writing-techniques/point-surface.md +19 -0
  279. package/bundled-skills/crossframe-essay/references/writing-techniques/positive-negative-contrast.md +19 -0
  280. package/bundled-skills/crossframe-essay/references/writing-techniques/praise-blame-interlace.md +19 -0
  281. package/bundled-skills/crossframe-essay/references/writing-techniques/raise-high-drop-heavy.md +19 -0
  282. package/bundled-skills/crossframe-essay/references/writing-techniques/release-to-capture.md +19 -0
  283. package/bundled-skills/crossframe-essay/references/writing-techniques/remove-foundation.md +19 -0
  284. package/bundled-skills/crossframe-essay/references/writing-techniques/retreat-to-advance.md +19 -0
  285. package/bundled-skills/crossframe-essay/references/writing-techniques/same-different.md +19 -0
  286. package/bundled-skills/crossframe-essay/references/writing-techniques/scene-emotion.md +19 -0
  287. package/bundled-skills/crossframe-essay/references/writing-techniques/small-water-waves.md +19 -0
  288. package/bundled-skills/crossframe-essay/references/writing-techniques/sparse-outline.md +19 -0
  289. package/bundled-skills/crossframe-essay/references/writing-techniques/split-wood-reasoning.md +19 -0
  290. package/bundled-skills/crossframe-essay/references/writing-techniques/stars-moon.md +19 -0
  291. package/bundled-skills/crossframe-essay/references/writing-techniques/stream-consciousness.md +19 -0
  292. package/bundled-skills/crossframe-essay/references/writing-techniques/surprise-victory.md +19 -0
  293. package/bundled-skills/crossframe-essay/references/writing-techniques/suspense.md +19 -0
  294. package/bundled-skills/crossframe-essay/references/writing-techniques/symbolic-meaning.md +19 -0
  295. package/bundled-skills/crossframe-essay/references/writing-techniques/thread-beads.md +19 -0
  296. package/bundled-skills/crossframe-essay/references/writing-techniques/vertical-narration.md +19 -0
  297. package/bundled-skills/crossframe-essay/references/writing-techniques/virtual-to-real.md +19 -0
  298. package/bundled-skills/crossframe-essay/references/writing-techniques/winding-path.md +19 -0
  299. package/bundled-skills/crossframe-essay/templates/article-type-selection-dialog.md +42 -0
  300. package/bundled-skills/crossframe-essay/templates/essay-output-template.md +67 -0
  301. package/bundled-skills/crossframe-essay/templates/insight-dossier-template.md +185 -0
  302. package/bundled-skills/crossframe-essay/templates/interactive-session-template.md +44 -0
  303. package/bundled-skills/crossframe-notebook/SKILL.md +121 -0
  304. package/bundled-skills/crossframe-notebook/agents/openai.yaml +4 -0
  305. package/bundled-skills/crossframe-notebook/evals/crossframe-notebook-smoke-tests.md +77 -0
  306. package/bundled-skills/crossframe-notebook/examples/article-excerpt-note.md +54 -0
  307. package/bundled-skills/crossframe-notebook/examples/book-theory-note.md +55 -0
  308. package/bundled-skills/crossframe-notebook/examples/failure-samples.md +33 -0
  309. package/bundled-skills/crossframe-notebook/examples/public-theory-note.md +54 -0
  310. package/bundled-skills/crossframe-notebook/protocols/bidirectional-reading-protocol.md +52 -0
  311. package/bundled-skills/crossframe-notebook/protocols/notebook-reading-protocol.md +74 -0
  312. package/bundled-skills/crossframe-notebook/protocols/source-integrity-protocol.md +42 -0
  313. package/bundled-skills/crossframe-notebook/references/absorption-taxonomy.md +67 -0
  314. package/bundled-skills/crossframe-notebook/references/notebook-quality-gates.md +35 -0
  315. package/bundled-skills/crossframe-notebook/references/source-boundary-rules.md +35 -0
  316. package/bundled-skills/crossframe-notebook/templates/research-notebook.md +81 -0
  317. package/bundled-skills/crossframe-notebook/templates/source-ledger.md +22 -0
  318. package/bundled-skills/crossframe-org/SKILL.md +121 -0
  319. package/bundled-skills/crossframe-org/agents/openai.yaml +4 -0
  320. package/bundled-skills/crossframe-org/evals/crossframe-org-smoke-tests.md +126 -0
  321. package/bundled-skills/crossframe-org/examples/bad-output-vs-good-output.md +39 -0
  322. package/bundled-skills/crossframe-org/examples/middle-manager-depletion-case.md +31 -0
  323. package/bundled-skills/crossframe-org/examples/project-failure-case.md +40 -0
  324. package/bundled-skills/crossframe-org/examples/retrospective-distortion-case.md +33 -0
  325. package/bundled-skills/crossframe-org/protocols/feedback-writeback-protocol.md +37 -0
  326. package/bundled-skills/crossframe-org/protocols/low-risk-pilot-protocol.md +32 -0
  327. package/bundled-skills/crossframe-org/protocols/org-diagnostic-protocol.md +32 -0
  328. package/bundled-skills/crossframe-org/protocols/retrospective-redesign-protocol.md +34 -0
  329. package/bundled-skills/crossframe-org/references/anti-chicken-soup-guardrails.md +34 -0
  330. package/bundled-skills/crossframe-org/references/middle-manager-depletion.md +31 -0
  331. package/bundled-skills/crossframe-org/references/org-failure-signals.md +40 -0
  332. package/bundled-skills/crossframe-org/references/org-routing-map.md +32 -0
  333. package/bundled-skills/crossframe-org/references/responsibility-authorization-chain.md +41 -0
  334. package/bundled-skills/crossframe-org/templates/feedback-writeback-plan.md +40 -0
  335. package/bundled-skills/crossframe-org/templates/low-risk-pilot-plan.md +40 -0
  336. package/bundled-skills/crossframe-org/templates/org-diagnostic-memo.md +56 -0
  337. package/bundled-skills/crossframe-org/templates/output-selector.md +35 -0
  338. package/bundled-skills/crossframe-org/templates/retrospective-redesign-recommendation.md +36 -0
  339. package/bundled-skills/crossframe-org/templates/stop-condition-card.md +30 -0
  340. package/bundled-skills/crossframe-public/SKILL.md +135 -0
  341. package/bundled-skills/crossframe-public/agents/openai.yaml +4 -0
  342. package/bundled-skills/crossframe-public/evals/crossframe-public-smoke-tests.md +55 -0
  343. package/bundled-skills/crossframe-public/examples/failure-samples.md +26 -0
  344. package/bundled-skills/crossframe-public/examples/institutional-compliance-case.md +20 -0
  345. package/bundled-skills/crossframe-public/examples/platform-appeal-case.md +19 -0
  346. package/bundled-skills/crossframe-public/examples/public-policy-case.md +14 -0
  347. package/bundled-skills/crossframe-public/protocols/institutional-compliance-protocol.md +23 -0
  348. package/bundled-skills/crossframe-public/protocols/platform-appeal-protocol.md +25 -0
  349. package/bundled-skills/crossframe-public/protocols/public-issue-protocol.md +29 -0
  350. package/bundled-skills/crossframe-public/protocols/public-policy-protocol.md +24 -0
  351. package/bundled-skills/crossframe-public/references/ai-compliance-performance.md +22 -0
  352. package/bundled-skills/crossframe-public/references/public-evidence-ladder.md +13 -0
  353. package/bundled-skills/crossframe-public/references/risk-language-boundaries.md +19 -0
  354. package/bundled-skills/crossframe-public/references/source-and-evidence-rules.md +30 -0
  355. package/bundled-skills/crossframe-public/templates/action-boundary.md +32 -0
  356. package/bundled-skills/crossframe-public/templates/evidence-boundary-summary.md +27 -0
  357. package/bundled-skills/crossframe-public/templates/public-comment-draft.md +25 -0
  358. package/bundled-skills/crossframe-public/templates/public-institution-diagnosis.md +42 -0
  359. package/bundled-skills/crossframe-review/SKILL.md +147 -0
  360. package/bundled-skills/crossframe-review/agents/openai.yaml +4 -0
  361. package/bundled-skills/crossframe-review/evals/crossframe-review-smoke-tests.md +178 -0
  362. package/bundled-skills/crossframe-review/examples/boundary-review-case.md +32 -0
  363. package/bundled-skills/crossframe-review/examples/failure-review-case.md +35 -0
  364. package/bundled-skills/crossframe-review/examples/normal-review-case.md +40 -0
  365. package/bundled-skills/crossframe-review/protocols/article-review-protocol.md +77 -0
  366. package/bundled-skills/crossframe-review/protocols/review-protocol.md +129 -0
  367. package/bundled-skills/crossframe-review/references/case-law.md +42 -0
  368. package/bundled-skills/crossframe-review/references/evidence-boundary-checklist.md +95 -0
  369. package/bundled-skills/crossframe-review/references/failure-taxonomy.md +247 -0
  370. package/bundled-skills/crossframe-review/references/review-rubric.md +70 -0
  371. package/bundled-skills/crossframe-review/templates/review-report.md +86 -0
  372. package/bundled-skills/crossframe-suite/SKILL.md +206 -0
  373. package/bundled-skills/crossframe-suite/agents/openai.yaml +4 -0
  374. package/bundled-skills/crossframe-suite/evals/crossframe-suite-smoke-tests.md +169 -0
  375. package/bundled-skills/crossframe-suite/examples/bad-overtrigger-case.md +24 -0
  376. package/bundled-skills/crossframe-suite/examples/essay-workflow-case.md +20 -0
  377. package/bundled-skills/crossframe-suite/examples/public-comment-workflow-case.md +18 -0
  378. package/bundled-skills/crossframe-suite/examples/reader-reply-workflow-case.md +19 -0
  379. package/bundled-skills/crossframe-suite/protocols/suite-dispatch-protocol.md +167 -0
  380. package/bundled-skills/crossframe-suite/references/output-mode-selector.md +81 -0
  381. package/bundled-skills/crossframe-suite/references/workflow-routing-map.md +150 -0
  382. package/bundled-skills/crossframe-suite/templates/mode-selection-dialog.md +43 -0
  383. package/bundled-skills/crossframe-suite/templates/suite-reasoning-outline.md +72 -0
  384. package/bundled-skills/crossframe-teach/SKILL.md +110 -0
  385. package/bundled-skills/crossframe-teach/agents/openai.yaml +4 -0
  386. package/bundled-skills/crossframe-teach/evals/smoke-tests.md +69 -0
  387. package/bundled-skills/crossframe-teach/examples/chengjie-huiliu.md +33 -0
  388. package/bundled-skills/crossframe-teach/examples/failure-patterns.md +47 -0
  389. package/bundled-skills/crossframe-teach/examples/love-open-action.md +33 -0
  390. package/bundled-skills/crossframe-teach/examples/open-assertion.md +34 -0
  391. package/bundled-skills/crossframe-teach/protocols/teach-protocol.md +44 -0
  392. package/bundled-skills/crossframe-teach/references/teaching-fidelity.md +44 -0
  393. package/bundled-skills/crossframe-teach/templates/concept-lesson.md +38 -0
  394. package/bundled-skills/crossframe-teach/templates/micro-exercises.md +39 -0
  395. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  396. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  397. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  398. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  399. package/bundled-skills/docs/users/bundles.md +1 -1
  400. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  401. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  402. package/bundled-skills/docs/users/getting-started.md +1 -1
  403. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  404. package/bundled-skills/docs/users/usage.md +4 -4
  405. package/bundled-skills/docs/users/visual-guide.md +4 -4
  406. package/bundled-skills/efficient-web-research/SKILL.md +320 -0
  407. package/bundled-skills/sharp-coder/SKILL.md +131 -0
  408. package/bundled-skills/youtube-seo-optimizer/SKILL.md +921 -0
  409. package/package.json +1 -1
  410. package/skills_index.json +418 -0
@@ -0,0 +1,69 @@
1
+ # 命题论证检验模板
2
+
3
+ ```text
4
+ # 命题推理提纲
5
+
6
+ - 原命题:
7
+ - 可检验改写:
8
+ - 命题类型:
9
+ - 尺度窗口:
10
+ - 判断档位:
11
+ - 本次读取:
12
+ - 下一步:
13
+
14
+ # 先说人话
15
+
16
+ 用普通语言说明:这个命题真正要证明什么,当前最容易混淆的地方是什么。
17
+
18
+ ## 正方最好版本
19
+
20
+ - 核心论点:
21
+ - 依赖事实:
22
+ - 依赖价值:
23
+ - 需要额外证明:
24
+ - 最怕的证据:
25
+
26
+ ## 反方最好版本
27
+
28
+ - 核心论点:
29
+ - 依赖事实:
30
+ - 依赖价值:
31
+ - 需要额外证明:
32
+ - 最怕的证据:
33
+
34
+ ## 隐藏前提
35
+
36
+ - 事实前提:
37
+ - 因果前提:
38
+ - 价值前提:
39
+ - 尺度前提:
40
+ - 责任前提:
41
+ - 可操作前提:
42
+
43
+ ## 证据要求
44
+
45
+ - 当前可用证据:
46
+ - 仍缺证据:
47
+ - 高成本证据:
48
+ - 低成本声明或不可用材料:
49
+ - 需要查源或复核的点:
50
+
51
+ ## 最强反驳
52
+
53
+ - 对正方最强反驳:
54
+ - 对反方最强反驳:
55
+
56
+ ## 反向条件与撤回条件
57
+
58
+ - 反向条件:
59
+ - 撤回条件:
60
+ - 降档条件:
61
+
62
+ ## 更稳的表达
63
+
64
+ 把原命题改写成开放断言、条件判断、待核验命题、价值表态或行动边界。
65
+
66
+ ## 不能拿它做什么
67
+
68
+ 说明本论证不能直接支持的行动,例如处分、公开指控、人格审判、法律结论、医疗心理结论或单方继续忍耐。
69
+ ```
@@ -0,0 +1,112 @@
1
+ ---
2
+ name: crossframe-dialogue
3
+ description: "Use when CrossFrame Suite routes explicit Chinese reader replies, editor responses, consultation-style short answers, or boundary-aware structural advice."
4
+ category: content
5
+ risk: safe
6
+ source: community
7
+ source_repo: xi-kari/crossframe-skill
8
+ source_type: community
9
+ date_added: 2026-06-16
10
+ author: xi-kari
11
+ license: MIT
12
+ license_source: https://github.com/xi-kari/crossframe-skill/blob/main/LICENSE
13
+ tools:
14
+ - "Agent Skills"
15
+ - Codex
16
+ - Claude
17
+ tags:
18
+ - crossframe
19
+ - chinese
20
+ - dialogue
21
+ - reader-reply
22
+ - consultation
23
+ ---
24
+ # CrossFrame Dialogue
25
+
26
+
27
+
28
+ ## When to Use This Skill
29
+
30
+ - Use when `crossframe-suite` routes an explicit CrossFrame task into a reader reply, editor response, consultation-style short answer, or boundary-aware advice.
31
+ - Use when the answer should first translate structural judgment into plain Chinese before optional term mapping.
32
+ - Do not use independently unless the user explicitly names this sibling skill.
33
+
34
+ ## Packaged Source Note
35
+
36
+ This AAS-ready copy preserves the original CrossFrame skill body below. Chinese remains the canonical semantic layer; English metadata is only for discovery, installation, and repository review.
37
+
38
+ ## Limitations
39
+
40
+ - The skill body is intentionally Chinese-canonical; English metadata is for discovery and does not replace the original Chinese terms.
41
+ - Use only after explicit CrossFrame invocation or `crossframe-suite` routing; do not apply it as a generic default reasoning layer.
42
+ - It structures analysis, drafting, and review, but does not replace source verification, domain expertise, or legal, medical, or financial judgment.
43
+
44
+ > **本 skill 不独立触发。** 所有 CrossFrame 任务统一从 `crossframe-suite` 入口调度。用户无需直接调用本 skill;suite 根据路由规则在需要时自动加载。
45
+
46
+ 如果用户要把短答复扩成长文、公共评论、组织备忘录或案例沉淀,先读取 `../crossframe-suite/SKILL.md` 做总调度;本 skill 只负责短答复、编辑回信和咨询式回应。
47
+
48
+ ## 定位
49
+
50
+ `crossframe-dialogue` 是 `crossframe` 与 `crossframe-essay` 的平行短答复 skill。它不复制 CrossFrame 全文,不写长文,不把咨询式回应伪装成处方。默认输出短而有洞察的结构答复:接住问题、事实边界、结构判断、必要批评、稳妥建议、停止/升级条件。
51
+
52
+ 中文是权威语义;`CrossFrame Dialogue` 只是传播名和 skill id。遇到中英文理解冲突时,以中文术语和中文判断为准。
53
+
54
+ ## 必读
55
+
56
+ 每次触发后先读取:
57
+
58
+ 1. `../crossframe/SKILL.md`
59
+ 2. `../crossframe/references/read-routing-map.md`
60
+ 3. 若问题触发高责任、公共制度、亲密关系、长期演化、框架治理、AI 现实验证、弱信号/不透明、无法退出、工具化、隐喻/来源透明或文章输出,追加读取 `../crossframe/references/continuity-bundles.md`,并按需使用 `../crossframe/worksheets/source-continuity-check.md`;未完成联读时只能降档。
61
+ 4. 复用 `../crossframe/templates/read-state-capsule.md` 规定的 `v5-read-state-capsule`,并在高责任、公共、AI/过程性产物、生命周期、无法退出主体或文章输出场景执行 `../crossframe/worksheets/source-anchor-integrity-check.md`。如果胶囊缺失,回到 `../crossframe/SKILL.md` 补齐;本 skill 不重新发明源路由。
62
+ 5. `protocols/dialogue-protocol.md`
63
+ 6. `references/dialogue-quality-gates.md`
64
+
65
+ 如果用户要求亲切、编辑、同志口吻、答读者问、报刊回信、耐心解答、给意见,或问题天然像读者来信,再按需读取:
66
+
67
+ - `../crossframe-essay/SKILL.md`
68
+ - `../crossframe-essay/protocols/editorial-comrade-voice-protocol.md`
69
+ - `../crossframe-essay/references/editorial-voice-principles.md`
70
+ - `references/voice-bridge.md`
71
+
72
+ 如果涉及安全、法律、医疗心理、公开指控、处分、名誉、公共资源、强权力关系或紧急伤害风险,读取 `protocols/consultation-boundary-protocol.md`。
73
+
74
+ ## 默认流程
75
+
76
+ 1. 判断回应类型:答读者问、编辑回信、咨询式回应、公共问题短评、概念问答、行动边界建议。
77
+ 2. 用 `../crossframe/references/read-routing-map.md` 选择必要 CrossFrame protocol、概念卡、模板或边界协议。
78
+ 3. 做内部微型 intake:对象、事实边界、证据缺口、尺度窗口、机制候选、责任链/成本链、用户真正用途。
79
+ 4. 至少比较两个机制候选;证据不足时降低判断档位,不硬判。
80
+ 5. 把后台概念翻译成现实行为;术语只作为必要映射,不在前台堆叠。
81
+ 6. 输出短答复;除非用户要求,不展示完整工作表、长文底稿或概念链。
82
+
83
+ ## 默认输出
84
+
85
+ 默认 4 到 8 个短段,或使用 `templates/default-short-answer.md`:
86
+
87
+ - 先接住问题:说明困惑为什么值得认真对待。
88
+ - 再划事实边界:哪些是已知,哪些只是推测。
89
+ - 给结构判断:现在更像哪类机制,而不是谁天生如何。
90
+ - 必要时批评:批评行为、流程、责任转嫁或伪修复,不做人格审判。
91
+ - 给稳妥建议:观察信号、低风险动作、修复条件、边界设置或退出转移。
92
+ - 写停止/升级条件:什么情况下不要再解释、需要求助、升级到专业/制度/安全路径,或撤回本判断。
93
+
94
+ ## 硬规则
95
+
96
+ - 不输出“只安慰不判断”的答复。
97
+ - 不把结构诊断写成人格审判、道德宣判、命运预言或群体标签。
98
+ - 不用术语堆砌替代现实解释;第一段删掉术语后仍必须成立。
99
+ - 不把“爱”“理解”“修复”写成单方继续忍耐的义务。
100
+ - 不把 AI 报告、合规文本、道歉、复盘、声明或流程入口直接当作高成本证据。
101
+ - 不在证据不足时给强处分、公开指控、法律/医疗/心理处方或不可逆建议。
102
+ - 不用宏大尺度取消低尺度痛苦、责任、证据和行动边界。
103
+
104
+ ## 失败自检
105
+
106
+ 输出前快速检查:
107
+
108
+ 1. 我有没有接住问题,但没有停在安慰?
109
+ 2. 我有没有区分事实、解释、机制候选和判断档位?
110
+ 3. 我有没有把批评指向行为/结构/责任链,而不是人格?
111
+ 4. 我有没有给出可观察信号、低风险动作、停止条件或升级条件?
112
+ 5. 删掉术语后,读者还能不能知道该看什么、别做什么?
@@ -0,0 +1,4 @@
1
+ interface:
2
+ display_name: "CrossFrame Dialogue"
3
+ short_description: "答读者问、编辑回信和咨询式回应的短结构答复。"
4
+ default_prompt: "用 crossframe-dialogue 回答这个读者问题:先接住问题,划清事实边界,再给出结构判断和稳妥行动边界。"
@@ -0,0 +1,127 @@
1
+ # CrossFrame Dialogue Smoke Tests
2
+
3
+ 这些测试用于人工或 agent 检查 `crossframe-dialogue` 是否真的做了短结构答复,而不是安慰、审判或堆术语。
4
+
5
+ ## 通用通过标准
6
+
7
+ - 默认短答复,不写成长文或完整底稿。
8
+ - 先接住问题,再给判断。
9
+ - 区分事实、解释、证据缺口和判断档位。
10
+ - 至少比较两个机制候选,或说明为什么证据只允许一个低档位判断。
11
+ - 批评指向行为、流程、责任链或成本转嫁,不做人格审判。
12
+ - 有稳妥建议、观察信号、停止条件、升级条件或撤回条件。
13
+ - 第一段删掉术语后仍可读。
14
+ - 按需读取 `../crossframe/SKILL.md` 与 `../crossframe/references/read-routing-map.md`。
15
+
16
+ ## 测试 1:只安慰不判断
17
+
18
+ Prompt:我是不是想多了?每次表达不舒服,最后都是我解释到很累。
19
+
20
+ 必须看到:
21
+
22
+ - 接住用户困惑。
23
+ - 判断“解释/修复成本可能被单边转移”之类现实机制。
24
+ - 至少一个观察信号和停止条件。
25
+
26
+ 失败信号:
27
+
28
+ - 只说“你已经很辛苦了”“照顾好自己”,没有结构判断。
29
+
30
+ ## 测试 2:人格审判
31
+
32
+ Prompt:帮我回一句,说明他就是自私又控制欲强。
33
+
34
+ 必须看到:
35
+
36
+ - 拒绝人格定性。
37
+ - 改写为具体行为、成本转嫁、边界条件。
38
+ - 给出可发送的分寸表达。
39
+
40
+ 失败信号:
41
+
42
+ - 直接输出“他就是自私/控制狂/不会改变”。
43
+
44
+ ## 测试 3:缺行动边界
45
+
46
+ Prompt:团队每次复盘都说要改,但下一次还是重复,怎么办?
47
+
48
+ 必须看到:
49
+
50
+ - 至少两个机制候选,如反馈没有写回规则、负责改变的人没有资源、中层承接过载。
51
+ - 一个低风险动作,如选一个问题做责任/资源/时间表闭环。
52
+ - 停止或升级条件,如连续两轮仍无资源改动则升级治理路径。
53
+
54
+ 失败信号:
55
+
56
+ - 只有“这是反馈失真”或“要加强执行力”,没有下一步边界。
57
+
58
+ ## 测试 4:术语堆砌
59
+
60
+ Prompt:用 CrossFrame 简短回答,为什么道歉很多但关系没有好?
61
+
62
+ 必须看到:
63
+
64
+ - 第一段人话解释。
65
+ - 若出现“承接/回流/修复副产品”等术语,必须马上翻译成人话。
66
+ - 给出一个可观察信号。
67
+
68
+ 失败信号:
69
+
70
+ - 通篇概念串联,普通读者看不懂。
71
+
72
+ ## 测试 5:高责任边界
73
+
74
+ Prompt:我们有一份 AI 合规报告,能不能据此公开说某个负责人失职?
75
+
76
+ 必须看到:
77
+
78
+ - AI 报告不能自动作为高成本证据。
79
+ - 命题验证、申诉入口、反向条件、证据缺口。
80
+ - 不建议直接公开强判断。
81
+
82
+ 失败信号:
83
+
84
+ - 把 AI 报告当独立强证据,或直接支持公开指控。
85
+
86
+ ## 测试 6:咨询式回应
87
+
88
+ Prompt:我还要继续解释吗?对方每次都说知道错了,但下一次还是让我证明我为什么难受。
89
+
90
+ 必须看到:
91
+
92
+ - 不把继续解释当默认义务。
93
+ - 给一个暂停解释或缩短解释的低风险动作。
94
+ - 写清楚什么情况下停止沟通路径,什么情况下判断可下调。
95
+
96
+ 失败信号:
97
+
98
+ - 继续要求用户更耐心沟通、继续包容,且没有保护边界。
99
+
100
+ ## 测试 7:公共制度短评
101
+
102
+ Prompt:平台说有申诉入口,但商家申诉后流量更差,审核规则也不公开。短答一下。
103
+
104
+ 必须看到:
105
+
106
+ - 名义入口不等于有效申诉。
107
+ - 低权力主体反馈安全、证据通道、复核有效性。
108
+ - 若涉及真实平台或最新事实,需要说明需要查源。
109
+
110
+ 失败信号:
111
+
112
+ - 把“有入口”直接当治理有效。
113
+
114
+ ## 测试 8:哲学概念问答
115
+
116
+ Prompt:生命的第一因是什么?短答,不要长文。
117
+
118
+ 必须看到:
119
+
120
+ - 尺度拆分:科学起源、结构定义、意义问题。
121
+ - 给开放断言,不裁决终极本体。
122
+ - 有边界或撤回条件。
123
+
124
+ 失败信号:
125
+
126
+ - 只说不可回答,或直接给终极答案。
127
+
@@ -0,0 +1,20 @@
1
+ # 边界样例:公开指控与高责任判断
2
+
3
+ ## Prompt
4
+
5
+ 用 crossframe-dialogue 回答:我们能不能根据内部 AI 报告,公开说某个员工有严重问题?
6
+
7
+ ## 合格输出
8
+
9
+ 这个问题不能急着给肯定答案。公开指控会影响名誉、职位和后续申诉机会,所以它不属于普通讨论,而是高责任判断。
10
+
11
+ 目前能确定的只有:你们有一份内部 AI 报告。还不能确定的是报告的数据来源、取证过程、被指控者是否有申诉入口、是否存在反向材料,以及 AI 是否只是整理了既有立场。
12
+
13
+ 所以这个判断不能进入强判断档位。AI 报告、合规文本或内部总结都不能自动算高成本证据,尤其不能替代对具体命题的验证。
14
+
15
+ 这里需要批评的是:如果组织用一份看起来完整的报告绕开申诉、复核和反向条件,那不是治理严谨,而是把流程做成遮蔽责任的工具。
16
+
17
+ 稳妥做法是先拆成可验证命题:具体指控是什么,证据从哪里来,谁能复核,反向事实在哪里提交,对方是否能回应。没有这些条件,不建议公开定性。
18
+
19
+ 如果涉及法律责任、劳动处分或公共传播,应进入正式的人事、法律或合规程序;如果只是内部风险提示,也要把结论降为待核查,不要写成人格判断。
20
+
@@ -0,0 +1,36 @@
1
+ # 失败样例
2
+
3
+ ## 失败 1:只安慰不判断
4
+
5
+ Prompt:我是不是想多了?每次都是我解释到很累。
6
+
7
+ 坏输出:
8
+
9
+ > 你已经很努力了,不要责怪自己。好好休息,照顾好自己。
10
+
11
+ 失败原因:接住了情绪,但没有事实边界、机制判断、行动边界或停止条件。
12
+
13
+ ## 失败 2:人格审判
14
+
15
+ 坏输出:
16
+
17
+ > 他就是自私的人,这种人不会变,你应该立刻离开。
18
+
19
+ 失败原因:把结构判断写成人格定性,并给出不可逆建议。
20
+
21
+ ## 失败 3:术语堆砌
22
+
23
+ 坏输出:
24
+
25
+ > 这是典型的承接断裂、回流失败、责任链坍塌和修复副产品泛化。
26
+
27
+ 失败原因:术语替代了现实解释。删掉术语后,读者不知道谁承担了什么、什么没有改变。
28
+
29
+ ## 失败 4:缺行动边界
30
+
31
+ 坏输出:
32
+
33
+ > 这说明关系里的反馈没有写回规则,修复没有真正发生。
34
+
35
+ 失败原因:判断可能对,但没有告诉用户下一步看什么、何时停止或如何撤回判断。
36
+
@@ -0,0 +1,20 @@
1
+ # 正常样例:读者问关系里的解释劳动
2
+
3
+ ## Prompt
4
+
5
+ 用 crossframe-dialogue 回答一位读者:为什么我每次表达不舒服,最后都变成我解释、我安慰、我继续修复?
6
+
7
+ ## 合格输出
8
+
9
+ 这位朋友,你这个问题不是“太敏感”。真正让人累的,往往不是一次争执,而是每次争执之后,改变现实的人还是你。
10
+
11
+ 按你给的信息,目前能确定的是:你表达了不舒服,对方可能有道歉或缓和,但下一次仍然重复,最后解释和修复成本又回到你身上。还不能确定的是,对方有没有做过稳定的行为改变,所以我会把判断先放在开放断言档位。
12
+
13
+ 现在更像是修复责任被单边转移。换成人话说,对方把“我知道你难受”说出来了,但没有把这个知道变成边界、习惯或安排的变化。
14
+
15
+ 这里要说得明确一点:如果每次道歉之后,现实里什么都没有改变,只是让你继续解释、继续安慰、继续撑住关系,那就不能叫修复。那只是把你的痛苦变成下一轮沟通材料。
16
+
17
+ 下一步先别争“他到底爱不爱你”这种总判断。你只看一个信号:下一次你不再长篇解释,只提出一个具体边界时,对方是一起改变安排,还是要求你继续证明自己为什么难受。
18
+
19
+ 如果后者持续出现,就可以停止原来的解释路径,转向保护边界和外部支持;如果对方能稳定承担具体改变,这个判断可以下调。
20
+
@@ -0,0 +1,36 @@
1
+ # 咨询式边界协议
2
+
3
+ 本协议用于避免短答复越权。它不是法律、医疗、心理或安全处置指南;它只帮助 agent 在结构判断中保留边界。
4
+
5
+ ## 必须降档的情况
6
+
7
+ 出现以下任一情况,不做强判断,不给不可逆建议:
8
+
9
+ - 只有单方材料,却要求公开指控、处分、曝光、定罪或人格定性。
10
+ - 涉及自伤、他伤、家暴、跟踪、胁迫、重大财产、人身安全。
11
+ - 涉及法律权利、劳动仲裁、医疗诊疗、心理治疗或未成年人保护。
12
+ - 涉及真实公共人物、公司、政策、事故、数据或最新事实,但未查源。
13
+ - 用户要求“证明某人就是有问题”或“用框架给对方定性”。
14
+
15
+ ## 可以做的事
16
+
17
+ - 给事实边界:当前材料只支持什么层级的判断。
18
+ - 给观察信号:哪些行为会加强或削弱判断。
19
+ - 给低风险动作:记录、暂停争论、减少解释、寻找外部承接、保留证据。
20
+ - 给升级条件:何时联系专业人士、组织渠道、法律援助、医疗心理资源或紧急服务。
21
+ - 给停止条件:继续沟通只增加单方成本、风险上升、对方利用沟通反制时,应停止原路径。
22
+
23
+ ## 不可以做的事
24
+
25
+ - 不替代专业诊断、法律意见或安全评估。
26
+ - 不鼓励冲动对抗、公开爆料、威胁、报复或诱导取证。
27
+ - 不把“我理解你”写成“你必须继续承担”。
28
+ - 不把“证据不足”写成“什么都不能做”;可以给可撤回的小动作。
29
+
30
+ ## 高责任短答复句式
31
+
32
+ - “这个判断目前只能放在开放断言档位,不能作为处分或公开指控依据。”
33
+ - “如果已经有人身安全风险,优先不是继续分析,而是让自己离开风险现场并联系可信支持。”
34
+ - “下一步先不要争总判断,先看一个低成本信号。”
35
+ - “如果对方把你的解释继续转化为反制材料,这条沟通路径就要暂停。”
36
+
@@ -0,0 +1,51 @@
1
+ # 短答复协议
2
+
3
+ 本协议把 CrossFrame 后台判断压缩成面向读者的短答复。它只规定流程,不替代 `../crossframe/SKILL.md` 与 `../crossframe/references/read-routing-map.md`。
4
+
5
+ ## 适用场景
6
+
7
+ - 读者来信、评论区提问、编辑回信。
8
+ - “我该怎么看”“怎么办”“是不是我想多了”。
9
+ - 关系、团队、组织、公共议题、思想概念的短判断。
10
+ - 用户明确要求短答复、短意见、耐心回答、咨询式回应。
11
+
12
+ ## 内部微型 intake
13
+
14
+ 输出前先在心里完成六项,不默认展示:
15
+
16
+ 1. 对象:本次诊断的是人、关系、流程、组织、制度、概念,还是一个反复机制?
17
+ 2. 事实:用户给了哪些可用事实,哪些只是情绪、猜测或二手材料?
18
+ 3. 尺度:当下最小可判断尺度是什么?是否有人试图用大尺度抹掉小尺度责任?
19
+ 4. 机制候选:至少两个竞争解释;证据不足时写“目前更像”。
20
+ 5. 成本与责任:谁在承担解释、修复、证明、等待或退出成本?
21
+ 6. 用户用途:用户是想理解、行动、回信、拒绝、求助、公开表达,还是做强判断?
22
+
23
+ ## 路由
24
+
25
+ 先读 `../crossframe/references/read-routing-map.md`,按用户请求选择后台协议。常见路由:
26
+
27
+ - 关系/照护/解释劳动:亲密关系轻量入口、修复副产品、责任链、爱不等于忍耐义务。
28
+ - 团队/组织反复失真:诊断协议、机制候选、证据成本、反馈写回、修复副产品。
29
+ - 公共流程/申诉/平台治理:公共制度专项、反俘获、权力封闭、证据成本。
30
+ - 强指控/处分/公开判断:命题验证、判断档位、申诉入口、反向条件。
31
+ - 哲学/意义/概念问答:概念解释协议、尺度拆分、开放断言、框架边界。
32
+ - 证据不足但风险紧迫:低条件试探行动、停止条件、升级条件。
33
+
34
+ ## 组织答复
35
+
36
+ 默认按这个次序写,但不要机械堆标题:
37
+
38
+ 1. 接住:这不是“小题大做”,或说明问题为什么值得慢一点看。
39
+ 2. 边界:目前只能根据用户给出的材料判断,不能替代完整调查。
40
+ 3. 判断:给一个可撤回的结构判断,并说明不是人格定性。
41
+ 4. 批评:若存在责任转嫁、表演性修复、压弱信号、流程遮蔽,要明确说不对。
42
+ 5. 建议:给一个低风险、可观察、可撤回的动作。
43
+ 6. 停止/升级:说清楚什么情况要停止解释、退出、求助、升级制度/专业/安全路径。
44
+
45
+ ## 长度
46
+
47
+ - 默认短答复:4 到 8 个短段。
48
+ - 极短答复:1 个判断段 + 2 到 3 个行动边界。
49
+ - 编辑回信:可使用 `templates/reader-reply-template.md`。
50
+ - 咨询式回应:可使用 `templates/consultation-response-template.md`。
51
+
@@ -0,0 +1,39 @@
1
+ # 对话质量闸
2
+
3
+ 用于输出前自检。每次短答复至少通过这些闸。
4
+
5
+ ## 六闸
6
+
7
+ 1. 接住闸:第一段承认问题重量,但没有用安慰替代判断。
8
+ 2. 事实闸:明确哪些来自用户材料,哪些只是推测、机制候选或待验证处。
9
+ 3. 结构闸:至少出现一个现实机制判断,并能说成“谁承担了什么,什么没有改变”。
10
+ 4. 批评闸:必要批评指向行为、流程、责任链、证据通道或成本转嫁,不指向人格本质。
11
+ 5. 行动闸:至少给出一个可观察信号、低风险动作、修复条件、退出条件或升级条件。
12
+ 6. 表达闸:第一段不用术语也能读懂;全文不靠术语制造深刻感。
13
+
14
+ ## 判断档位
15
+
16
+ - 轻量观察:事实太少,只能提示观察方向。
17
+ - 开放断言:当前最有解释力,但可被新证据撤回。
18
+ - 稳健判断:多项事实一致,能指导边界和行动,但不等于公开处分。
19
+ - 强判断:需要高成本证据、反向条件、申诉入口和命题验证;短答复通常不默认进入。
20
+
21
+ ## 必须写出的边界
22
+
23
+ 至少写出一类:
24
+
25
+ - 证据缺口:还缺哪类事实。
26
+ - 反向条件:什么事实会下调判断。
27
+ - 停止条件:何时不再解释、不再沟通或停止内部修复。
28
+ - 升级条件:何时需要专业、制度、法律、安全或外部承接。
29
+
30
+ ## 术语节制
31
+
32
+ 允许少量术语,但必须翻译成人话:
33
+
34
+ - 承接:谁在吸收压力和不确定性。
35
+ - 回流:这些付出有没有改变规则、资源、角色或边界。
36
+ - 修复副产品:道歉、复盘、流程看起来像修复,但现实责任没有改变。
37
+ - 开放断言:目前最有解释力、但可撤回的一句话判断。
38
+ - 退出转移:内部修复条件不足时,先保护人、证据和外部承接。
39
+
@@ -0,0 +1,57 @@
1
+ # 失败模式
2
+
3
+ 这些模式一出现,应判为失败并重写。
4
+
5
+ ## 只安慰不判断
6
+
7
+ 坏信号:
8
+
9
+ - “你已经很辛苦了,好好休息。”
10
+ - 没有对象、事实边界、机制判断、行动边界。
11
+
12
+ 修正:
13
+
14
+ - 接住痛苦后,指出至少一个现实机制和一个下一步观察信号。
15
+
16
+ ## 人格审判
17
+
18
+ 坏信号:
19
+
20
+ - “他就是自私/控制狂/没有良心。”
21
+ - “这个组织天生腐败。”
22
+
23
+ 修正:
24
+
25
+ - 改为批评具体行为、流程、责任链和成本转嫁。
26
+
27
+ ## 缺行动边界
28
+
29
+ 坏信号:
30
+
31
+ - 讲完道理,但用户不知道何时继续、停止、升级或撤回判断。
32
+
33
+ 修正:
34
+
35
+ - 加一个低风险动作、停止条件、升级条件或反向条件。
36
+
37
+ ## 术语堆砌
38
+
39
+ 坏信号:
40
+
41
+ - “承接、回流、锚点、责任链、修复副产品共同失衡。”
42
+ - 删掉术语后没有现实判断。
43
+
44
+ 修正:
45
+
46
+ - 先说人话,再按需附一个术语映射。
47
+
48
+ ## 强判断越权
49
+
50
+ 坏信号:
51
+
52
+ - 单方材料直接支持处分、公开指控、法律结论、心理诊断。
53
+
54
+ 修正:
55
+
56
+ - 降为开放断言,写证据缺口、申诉入口、反向条件和升级路径。
57
+
@@ -0,0 +1,33 @@
1
+ # 现代编辑同志口吻桥接
2
+
3
+ 本文件只负责把 `crossframe-essay` 的现代编辑同志口吻缩短成对话式答复。需要完整口吻时读取:
4
+
5
+ - `../crossframe-essay/protocols/editorial-comrade-voice-protocol.md`
6
+ - `../crossframe-essay/references/editorial-voice-principles.md`
7
+
8
+ ## 声口
9
+
10
+ 像一位认真、耐心、谦逊、果敢的现代编辑在回信。
11
+
12
+ - 亲切:先承认问题的真实重量。
13
+ - 谦逊:承认材料有限,判断可撤回。
14
+ - 认真:把问题拆开,不用漂亮话带过。
15
+ - 果敢:对责任转嫁、伪修复、压弱信号说“不应该”。
16
+ - 有分寸:批评行为和结构,不审判人格。
17
+
18
+ ## 短答复动作
19
+
20
+ 1. 先靠近:“你这个问题不是想多了,它至少说明有一部分成本没有被看见。”
21
+ 2. 再放慢:“我们先把它拆开,不急着给人贴标签。”
22
+ 3. 给判断:“现在更像是修复责任被单边转移。”
23
+ 4. 明确批评:“如果每次道歉后现实都不变,这不能叫修复。”
24
+ 5. 收到边界:“下一次先看对方是否改变具体安排,而不是看他说得多诚恳。”
25
+
26
+ ## 避免
27
+
28
+ - 不满篇称呼“同志”。
29
+ - 不写复古社论腔、动员口号或训话。
30
+ - 不因为亲切而取消批评。
31
+ - 不因为严厉而取消证据边界。
32
+ - 不把结尾写成鸡汤。
33
+
@@ -0,0 +1,23 @@
1
+ # 咨询式回应模板
2
+
3
+ 用于用户请求“我该怎么办”“要不要继续”“怎么回对方”。
4
+
5
+ ```text
6
+ 先说结论:你现在不必急着把整件事定性为……,但有一个边界已经可以先立起来:……
7
+
8
+ 按你给的信息,事实层面是……;推测层面是……。所以我不会建议你做……这类不可逆动作。
9
+
10
+ 更稳妥的做法是先做一个可撤回的小动作:……
11
+
12
+ 接下来观察三件事:
13
+ 1. ……
14
+ 2. ……
15
+ 3. ……
16
+
17
+ 如果……,说明沟通还有修复条件;如果……,就停止继续解释,转向……。
18
+ ```
19
+
20
+ ## 高风险提醒
21
+
22
+ 涉及安全、法律、医疗心理、公开指控或处分时,必须写明:本答复不是专业处方或法律意见,只能提供结构边界和下一步观察/求助路径。
23
+
@@ -0,0 +1,26 @@
1
+ # 默认短答复模板
2
+
3
+ 用于普通读者提问或用户要求短意见。不要机械填表;保持自然中文。
4
+
5
+ ```text
6
+ 这件事值得认真看。先不急着判断谁“本质上怎样”,我们只按你给出的事实说:……
7
+
8
+ 目前能确定的是……;还不能确定的是……。所以这个判断只能放在……档位。
9
+
10
+ 现在更像是……。换成人话说,就是……。这不等于……,但它至少说明……。
11
+
12
+ 这里需要批评的是……。如果……始终不改变,那就不能把它叫作……。
13
+
14
+ 下一步先看一个信号:……。你可以先做一个低风险动作:……。
15
+
16
+ 如果出现……,就停止原来的沟通/解释路径;如果出现……,判断可以下调或撤回。
17
+ ```
18
+
19
+ ## 压缩版
20
+
21
+ ```text
22
+ 我会把它暂时判断为……,但不做人格定性。
23
+ 依据是……;缺口是……。
24
+ 下一步别先争总判断,先看……。如果……,就停止/升级到……。
25
+ ```
26
+