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,54 @@
1
+ # Article Excerpt Example
2
+
3
+ ## 输入
4
+
5
+ 用户摘录一篇文章中的段落:
6
+
7
+ > 平台说自己已经建立了透明申诉流程,但用户真正收到的是自动回复、重复工单和无法定位责任人的模板化说明。文章认为,透明不等于可抵达。
8
+
9
+ ## 合格输出片段
10
+
11
+ # CrossFrame 研究笔记
12
+
13
+ ## 阅读对象与来源边界
14
+
15
+ - 对象:用户提供的文章摘录。
16
+ - 类型:文章摘录。
17
+ - 来源层级:A,但只覆盖本段摘录。
18
+ - 不可确认内容:文章全文、作者其他论证、平台真实流程。
19
+
20
+ ## 原文本自己的问题意识
21
+
22
+ 这段摘录区分“制度宣称的透明”和“用户实际能否抵达责任接口”。它的重点不是平台有没有流程,而是流程是否让受影响者找到可回应、可纠错、可追踪的对象。
23
+
24
+ ## 与 CrossFrame 的关联
25
+
26
+ - 关联到公共制度专项、证据成本、责任链和 AI 合规材料风险。
27
+ - “自动回复、重复工单、无法定位责任人”是责任链断裂的现实信号。
28
+ - “透明不等于可抵达”可以映射为:公开说明不能替代可承接反馈的接口。
29
+
30
+ ## 与 CrossFrame 的不同
31
+
32
+ - 摘录是一句公共表达,强调修辞上的区分。
33
+ - CrossFrame 需要继续追问事实边界:自动回复频率、工单循环证据、责任接口设计、申诉结果样本。
34
+
35
+ ## 冲突与张力
36
+
37
+ 摘录本身倾向批判平台,但 CrossFrame 不能直接据此强判断平台失职;它只能把这段作为待核验的弱到中等信号,要求补证据。
38
+
39
+ ## 可吸收处
40
+
41
+ | 洞察 | 吸收档位 | 进入位置 | 需要改写的地方 |
42
+ | --- | --- | --- | --- |
43
+ | 透明不等于可抵达 | 直接吸收或边界吸收 | 公共制度协议、表达翻译表 | 改写为“公开性不能替代反馈接口可达性” |
44
+
45
+ ## 不可吸收处
46
+
47
+ | 内容 | 不可吸收原因 | 保留方式 |
48
+ | --- | --- | --- |
49
+ | 对平台整体治理质量的强结论 | 单段摘录证据不足 | 待核验 |
50
+
51
+ ## 反馈给 CrossFrame 的问题
52
+
53
+ 1. 公共制度专项是否应增加“透明性 / 可抵达性”区分?
54
+ 2. 申诉接口的可达性应如何进入证据成本评估?
@@ -0,0 +1,55 @@
1
+ # Book Theory Example
2
+
3
+ ## 输入
4
+
5
+ 用户给出一段书籍理论摘要:
6
+
7
+ > 某本关于制度生成的书认为,制度并不是少数设计者一次性规划出来的,而是在长期交换、冲突、执行成本和信任安排中逐渐稳定下来。摘要未提供原书页码和直接引文。
8
+
9
+ ## 合格输出片段
10
+
11
+ # CrossFrame 研究笔记
12
+
13
+ ## 阅读对象与来源边界
14
+
15
+ - 对象:关于制度生成的书籍理论摘要。
16
+ - 类型:书籍理论,用户摘要。
17
+ - 来源层级:B。
18
+ - 已核验内容:用户提供的摘要观点。
19
+ - 不可确认内容:作者原句、章节位置、页码、反例处理。
20
+
21
+ ## 原文本自己的问题意识
22
+
23
+ 这段摘要关心的是“制度如何从长期互动中稳定下来”,重点不在一次性设计,而在交换、冲突、执行成本和信任安排如何反复塑造规则。
24
+
25
+ ## 与 CrossFrame 的关联
26
+
27
+ - 关联到 CrossFrame 的治理连续性、责任链、证据成本和机制候选。
28
+ - 制度不是单点命令,而是多轮反馈后的稳定形态,这与 CrossFrame 对“回流”和“承接者生成”的问题相接。
29
+
30
+ ## 与 CrossFrame 的不同
31
+
32
+ - 原书理论偏制度生成的历史解释,CrossFrame 偏具体对象的结构诊断协议。
33
+ - 原书可能允许长周期宏观叙述,CrossFrame 还要保留事实闸、责任闸和判断档位。
34
+
35
+ ## 冲突与张力
36
+
37
+ 如果把“长期生成”理解成“责任自然稀释”,就会与 CrossFrame 的责任链保护冲突。长周期解释不能洗掉具体阶段谁拥有改变条件、谁承担执行成本。
38
+
39
+ ## 可吸收处
40
+
41
+ | 洞察 | 吸收档位 | 进入位置 | 需要改写的地方 |
42
+ | --- | --- | --- | --- |
43
+ | 制度稳定来自多轮成本、信任和冲突的沉积 | 改写吸收 | 治理连续性协议或理论后台 | 改写为可观察机制链,而不是宏观结论 |
44
+
45
+ ## 不可吸收处
46
+
47
+ | 内容 | 不可吸收原因 | 保留方式 |
48
+ | --- | --- | --- |
49
+ | 未核验的作者原意和页码 | 来源不足 | 待核验 |
50
+ | 可能把制度生成写成自然化过程 | 会稀释责任链 | 边界提醒 |
51
+
52
+ ## 反馈给 CrossFrame 的问题
53
+
54
+ 1. 治理连续性协议是否需要更明确地区分“制度生成解释”和“责任链诊断”?
55
+ 2. 当制度来自长期沉积时,如何标注不同阶段的责任可见度?
@@ -0,0 +1,33 @@
1
+ # Failure Samples
2
+
3
+ 这些样例用于提醒 `$crossframe-notebook` 的硬失败。它们不是合格输出。
4
+
5
+ ## 失败 1:只做读书摘要
6
+
7
+ > 这本书主要讲制度如何形成,作者认为制度来自长期互动、冲突和信任。第一部分讲历史背景,第二部分讲制度变化,第三部分讲现实意义。
8
+
9
+ 失败原因:没有关联、不同、冲突、可吸收、不可吸收和反馈问题。
10
+
11
+ ## 失败 2:只拿 CrossFrame 套文本
12
+
13
+ > 这本书本质上就是承接、回流、尺度转移和治理连续性,所以说明 CrossFrame 完全正确。
14
+
15
+ 失败原因:原文本自己的问题意识消失;把关联写成相同;没有不同和不可吸收处。
16
+
17
+ ## 失败 3:伪造引用
18
+
19
+ > 作者在第 23 页明确说:“所有公共领域问题都是责任链断裂。”
20
+
21
+ 失败原因:没有版本、页码和原文来源,且把 CrossFrame 术语伪装成作者原话。
22
+
23
+ ## 失败 4:没有关联与不同
24
+
25
+ > 这篇文章很有启发,值得吸收进 CrossFrame。它说明平台流程很重要。
26
+
27
+ 失败原因:没有说明与 CrossFrame 的关联在哪里,也没有说明不同在哪里;“值得吸收”没有吸收路径。
28
+
29
+ ## 失败 5:全盘收编
30
+
31
+ > 这个理论已经被 CrossFrame 包含,所以不需要保留它自己的体系。
32
+
33
+ 失败原因:双向阅读失败;不可吸收处和外部边界被抹掉。
@@ -0,0 +1,54 @@
1
+ # Public Theory Example
2
+
3
+ ## 输入
4
+
5
+ 用户要求:用 `$crossframe-notebook` 比较“公共领域”这类公共理论和 CrossFrame。用户没有要求直接引用,也没有提供具体文本版本。
6
+
7
+ ## 合格输出片段
8
+
9
+ # CrossFrame 研究笔记
10
+
11
+ ## 阅读对象与来源边界
12
+
13
+ - 对象:公共领域理论的公共概念层面对照。
14
+ - 类型:公共理论样例。
15
+ - 来源层级:C。
16
+ - 已核验内容:无具体原文版本;本样例只做公共概念层面的互读。
17
+ - 不可确认内容:特定作者原句、版本差异、页码和完整论证。
18
+
19
+ ## 原文本自己的问题意识
20
+
21
+ 公共领域理论通常关心公共讨论如何形成、谁能进入讨论、话语是否被权力、资本或制度条件扭曲,以及公共意见如何影响制度安排。
22
+
23
+ ## 与 CrossFrame 的关联
24
+
25
+ - 关联到公共制度、观测反身性、权力封闭、表达翻译和公共承诺。
26
+ - 它提醒 CrossFrame:公共讨论不是中性容器,讨论场本身会改变证据、身份、声誉和行动边界。
27
+
28
+ ## 与 CrossFrame 的不同
29
+
30
+ - 公共领域理论更像规范性和社会理论问题,关心公共讨论条件。
31
+ - CrossFrame 是结构诊断协议,更强调对象闸、证据闸、尺度闸、责任闸和可撤回判断。
32
+ - 公共领域理论可能优先讨论公共性条件,CrossFrame 要继续追问具体机制候选和责任链。
33
+
34
+ ## 冲突与张力
35
+
36
+ 公共理论可能倾向从公共讨论的理想条件出发;CrossFrame 会要求把理想条件降落到可观察接口、资源分配、申诉路径和证据成本。两者的张力在于:规范理想不能直接替代事实诊断。
37
+
38
+ ## 可吸收处
39
+
40
+ | 洞察 | 吸收档位 | 进入位置 | 需要改写的地方 |
41
+ | --- | --- | --- | --- |
42
+ | 讨论场本身会改变参与者和证据 | 改写吸收 | 观测反身性、公共制度协议 | 改写为被观察对象、观察者和传播场之间的状态转移 |
43
+
44
+ ## 不可吸收处
45
+
46
+ | 内容 | 不可吸收原因 | 保留方式 |
47
+ | --- | --- | --- |
48
+ | 对公共讨论理想条件的完整规范理论 | CrossFrame 不替代政治/社会理论 | 外部参照 |
49
+ | 未指定版本的作者观点 | 来源不足 | 待核验 |
50
+
51
+ ## 反馈给 CrossFrame 的问题
52
+
53
+ 1. 公共制度协议是否需要更明确处理“讨论场改变证据和身份”的机制?
54
+ 2. 表达闸是否需要增加“公共发言会重塑对象”的提示?
@@ -0,0 +1,52 @@
1
+ # Bidirectional Reading Protocol
2
+
3
+ 双向阅读的目标是让原文本和 CrossFrame 互相照亮,而不是让一方吞掉另一方。
4
+
5
+ ## A. 原文本先行
6
+
7
+ 先回答“这份材料自己在说什么”:
8
+
9
+ - 它的中心问题是什么。
10
+ - 它把因果、责任、行动、制度、主体或历史过程放在哪个尺度。
11
+ - 它的关键概念如何工作。
12
+ - 它如何处理反例、边界和失败。
13
+
14
+ 如果这一步没有完成,不允许进入 CrossFrame 概念映射。
15
+
16
+ ## B. CrossFrame 读取原文本
17
+
18
+ 再回答“CrossFrame 从这里能看见什么”:
19
+
20
+ - 关联:原文本与哪些 CrossFrame 问题相接。
21
+ - 不同:原文本的对象、尺度、语义或方法哪里不同。
22
+ - 冲突:原文本是否会与 CrossFrame 的证据边界、责任链、开放断言、反俘获或表达闸发生张力。
23
+ - 可吸收:哪些洞察可以进入概念卡、协议、案例、术语保真或表达翻译。
24
+ - 不可吸收:哪些部分不能吸收,或者只能作为外部参照。
25
+
26
+ ## C. 原文本反问 CrossFrame
27
+
28
+ 最后回答“这份材料要求 CrossFrame 反思什么”:
29
+
30
+ - 是否暴露了 CrossFrame 过度强调结构、忽略主体经验或历史语境的风险。
31
+ - 是否暴露了 CrossFrame 对某类证据、尺度或制度形式的处理不足。
32
+ - 是否提出了新的反例、边界条件或概念命名压力。
33
+ - 是否要求把某个概念降档、拆分、改名或新增保护规则。
34
+
35
+ ## D. 吸收必须有分层
36
+
37
+ 不要把“有启发”直接写成“已吸收”。吸收至少分四档:
38
+
39
+ - 直接吸收:可加入现有规则或概念卡,语义兼容。
40
+ - 改写吸收:需翻译为 CrossFrame 的结构问题后才能吸收。
41
+ - 边界吸收:只能作为误用防线、反例或不可越界规则。
42
+ - 暂不吸收:证据不足、语义冲突、领域专属性太强,或会破坏框架边界。
43
+
44
+ ## E. 互读检查
45
+
46
+ 输出前检查:
47
+
48
+ - 原文本是否仍然可被识别为它自己,而不是 CrossFrame 术语集合。
49
+ - CrossFrame 是否被认真使用,而不是在摘要后贴标签。
50
+ - 关联和不同是否都出现。
51
+ - 可吸收和不可吸收是否都出现。
52
+ - 是否提出了至少一个真正反馈给框架的问题。
@@ -0,0 +1,74 @@
1
+ # Notebook Reading Protocol
2
+
3
+ 本协议用于把书籍、理论、文章、摘录或用户读书笔记整理为 CrossFrame 双向研究笔记。
4
+
5
+ ## 1. 判断材料类型
6
+
7
+ 先判定输入属于哪一种:
8
+
9
+ - 书籍或书中理论:书名、作者、章节、版本是否已给出。
10
+ - 学术理论或公共理论:理论名称、主要命题和用户关心点是否已给出。
11
+ - 文章或报道:标题、作者、链接、日期、摘录是否已给出。
12
+ - 用户摘录:哪些是原句,哪些是用户概括,哪些是模型需要推断的。
13
+ - 只有主题或记忆:不能当作已读文本,只能做预读提纲或询问缺口。
14
+
15
+ ## 2. 建立来源边界
16
+
17
+ 输出前必须分清:
18
+
19
+ - 已提供原文或摘录。
20
+ - 用户转述或摘要。
21
+ - 可核验出处。
22
+ - 模型根据常识或框架做出的解释。
23
+ - 缺失但影响判断的信息。
24
+
25
+ 没有原文时,不写直接引文;没有版本和页码时,不写页码;没有核验时,不把作者观点写成确定事实。
26
+
27
+ ## 3. 先还原原文本
28
+
29
+ 在进入 CrossFrame 前,先写出:
30
+
31
+ - 原文本要解决什么问题。
32
+ - 它用哪些核心概念组织问题。
33
+ - 它的论证链如何从前提走到结论。
34
+ - 它默认什么尺度、对象和责任关系。
35
+ - 它最强的洞察和最脆弱的假设分别是什么。
36
+
37
+ 这一段要尽量使用原文本自己的语言,不急着翻译成 CrossFrame 术语。
38
+
39
+ ## 4. 再做 CrossFrame 对照
40
+
41
+ 读取 `../crossframe/references/read-routing-map.md` 后,按文本主题选择必要的 CrossFrame 概念或协议。只在概念承担判断作用时追加读取对应概念卡。
42
+
43
+ 对照至少回答:
44
+
45
+ - 哪些问题与 CrossFrame 的事实闸、尺度闸、责任闸、观测闸或机制候选有关。
46
+ - 原文本在哪些地方补强了 CrossFrame。
47
+ - 原文本在哪些地方挑战了 CrossFrame。
48
+ - CrossFrame 不能把原文本简单收编的原因是什么。
49
+
50
+ ## 5. 形成研究笔记
51
+
52
+ 默认使用 `../crossframe-notebook/templates/research-notebook.md`,并保留以下顺序:
53
+
54
+ 1. 阅读对象与来源边界。
55
+ 2. 原文本自己的问题意识。
56
+ 3. 论证链摘要。
57
+ 4. 与 CrossFrame 的关联。
58
+ 5. 与 CrossFrame 的不同。
59
+ 6. 冲突与张力。
60
+ 7. 可吸收处。
61
+ 8. 不可吸收处。
62
+ 9. 反馈给 CrossFrame 的问题。
63
+ 10. 后续阅读或核验计划。
64
+
65
+ ## 6. 降档与询问
66
+
67
+ 如果材料不足,不要硬写完整笔记。可降档为:
68
+
69
+ - 预读提纲。
70
+ - 摘录整理。
71
+ - 来源核验清单。
72
+ - 需要用户补充的问题。
73
+
74
+ 降档输出也要说明为什么不能进入完整互读。
@@ -0,0 +1,42 @@
1
+ # Source Integrity Protocol
2
+
3
+ 研究笔记必须保护来源边界。没有来源边界的理论比较很容易变成伪读书、伪引用或框架投射。
4
+
5
+ ## 引用规则
6
+
7
+ - 只有用户提供了原句,或已经核验到原文时,才写直接引文。
8
+ - 不确定原句时,写“转述”“概括”“据用户摘要”或“待核验”,不要加引号。
9
+ - 没有版本、页码或段落定位时,不写页码。
10
+ - 不把搜索摘要、书评、AI 生成材料或二手介绍当作原文。
11
+ - 不为了让 CrossFrame 显得有依据而补造作者观点。
12
+
13
+ ## 来源分层
14
+
15
+ 每份笔记至少标明来源分层:
16
+
17
+ - A:用户提供原文摘录或已核验原文。
18
+ - B:用户提供明确摘要或读书笔记,但未核验原文。
19
+ - C:公共常识层面的理论介绍,缺少具体版本。
20
+ - D:只有题名、概念名或模糊记忆。
21
+
22
+ A 可以做较细文本分析;B 只能做条件性互读;C 适合公共理论对照;D 只能做预读提纲或询问。
23
+
24
+ ## 事实与解释分开
25
+
26
+ 输出中要区分:
27
+
28
+ - 文本事实:原文或摘录中出现的说法。
29
+ - 理论解释:对文本内部论证的概括。
30
+ - CrossFrame 映射:把文本问题转成结构诊断语言。
31
+ - 框架反馈:文本对 CrossFrame 的反向要求。
32
+ - 待核验项:需要查证的出处、语境、版本、反例。
33
+
34
+ ## 高风险信号
35
+
36
+ 出现以下内容时必须降档或纠偏:
37
+
38
+ - “作者在第 X 页说过”但没有来源。
39
+ - “这本书证明 CrossFrame 是对的”但没有差异和冲突。
40
+ - “这个理论本质就是承接/回流/尺度转移”但没有原理论证。
41
+ - 把现实人物、组织或公共事件直接从理论比较转成强判断。
42
+ - 用理论名词为现实处置、污名、处分或公共记忆背书。
@@ -0,0 +1,67 @@
1
+ # Absorption Taxonomy
2
+
3
+ 本分类用于判断外部文本或理论如何进入 CrossFrame。吸收不是收编;不可吸收也不是否定。
4
+
5
+ ## 关联
6
+
7
+ 关联指原文本和 CrossFrame 处理相邻问题,例如:
8
+
9
+ - 都关心尺度变化。
10
+ - 都关心行动如何被制度或环境约束。
11
+ - 都关心责任、反馈、公共承诺或证据成本。
12
+ - 都关心观察者、命名和被观察对象之间的互相改变。
13
+
14
+ 关联只能说明“可以互读”,不能说明“已经相同”。
15
+
16
+ ## 不同
17
+
18
+ 不同指原文本与 CrossFrame 的对象、尺度、语义、方法或价值重心不同,例如:
19
+
20
+ - 原文本是历史叙述,CrossFrame 是结构诊断协议。
21
+ - 原文本重解释传统,CrossFrame 重事实闸和判断档位。
22
+ - 原文本给出规范理想,CrossFrame 要求可观察机制和责任链。
23
+ - 原文本使用宏观理论,CrossFrame 还要保护低尺度痛苦和证据边界。
24
+
25
+ ## 冲突
26
+
27
+ 冲突指两者不能直接兼容的地方:
28
+
29
+ - 原文本允许强规范判断,但 CrossFrame 要求命题验证。
30
+ - 原文本重总体叙事,可能覆盖个体层面的责任链。
31
+ - 原文本把主体意志放在中心,CrossFrame 更强调结构条件。
32
+ - 原文本把理论概念当解释终点,CrossFrame 要求机制候选和反向条件。
33
+
34
+ ## 可吸收处
35
+
36
+ 可吸收内容通常进入:
37
+
38
+ - 概念卡的边界说明。
39
+ - 协议中的一个检查问题。
40
+ - 失败样例或反误用规则。
41
+ - 表达翻译表。
42
+ - 案例库复用标签。
43
+ - 理论后台的假设或反例。
44
+
45
+ 写可吸收处时必须说明吸收路径,而不是只说“值得吸收”。
46
+
47
+ ## 不可吸收处
48
+
49
+ 不可吸收包括:
50
+
51
+ - 领域专属性太强,不能变成通用结构规则。
52
+ - 证据不足,不能进入框架判断。
53
+ - 语义冲突,吸收后会改变 CrossFrame 核心边界。
54
+ - 规范主张太强,会变成道德授权或专业替代。
55
+ - 历史语境不可拆离,抽象后会失真。
56
+
57
+ 不可吸收内容可以作为外部参照、边界提醒或后续研究问题。
58
+
59
+ ## 反馈问题
60
+
61
+ 反馈给框架的问题应当是可继续研究的问题,例如:
62
+
63
+ - 是否需要新增一个证据成本区分。
64
+ - 某个概念是否需要增加反例或误用防线。
65
+ - 某个协议是否忽略了文本指出的尺度。
66
+ - 某类公共理论是否要求更强的来源边界。
67
+ - 某个表达是否容易被误读成收编、审判或万能解释。
@@ -0,0 +1,35 @@
1
+ # Notebook Quality Gates
2
+
3
+ 输出前用本清单自检。
4
+
5
+ ## 必过项
6
+
7
+ - 是否先还原原文本自己的中心问题。
8
+ - 是否说明来源边界和核验程度。
9
+ - 是否同时写出关联与不同。
10
+ - 是否写出冲突或说明暂未发现冲突。
11
+ - 是否同时写出可吸收处与不可吸收处。
12
+ - 是否提出至少一个反馈给 CrossFrame 的问题。
13
+ - 是否避免伪造引用、页码、版本和作者观点。
14
+ - 是否避免把理论比较变成现实强判断。
15
+
16
+ ## 失败项
17
+
18
+ 出现以下任一项,输出不合格:
19
+
20
+ - 摘要很完整,但没有 CrossFrame 互读。
21
+ - CrossFrame 术语很多,但原文本自己的论证消失。
22
+ - 把“相似”写成“相同”。
23
+ - 把“可吸收”写成“这个理论被 CrossFrame 包含”。
24
+ - 没有不可吸收处。
25
+ - 没有反馈问题。
26
+ - 直接引文无来源。
27
+ - 现实诊断、处分建议或人格定性借理论比较越界出现。
28
+
29
+ ## 优秀信号
30
+
31
+ - 能保留原文本最强处,而不是只挑它服务 CrossFrame 的部分。
32
+ - 能指出 CrossFrame 被原文本挑战的地方。
33
+ - 能把吸收路径写成具体文件或模块方向,例如概念卡、协议、表达闸、案例库。
34
+ - 能把不可吸收处写成边界保护,而不是轻率否定。
35
+ - 能列出后续核验计划和降档条件。
@@ -0,0 +1,35 @@
1
+ # Source Boundary Rules
2
+
3
+ ## 来源可用性
4
+
5
+ 来源越弱,判断越轻:
6
+
7
+ | 来源层级 | 可做工作 | 不可做工作 |
8
+ | --- | --- | --- |
9
+ | 原文摘录 | 文本细读、概念对照、局部冲突分析 | 未给出处时补页码 |
10
+ | 用户摘要 | 条件性互读、问题整理、后续核验计划 | 写成作者原意 |
11
+ | 公共理论常识 | 公共概念对照、预读框架 | 细读章节或引用原句 |
12
+ | 只有题名 | 阅读计划、询问缺口 | 完整研究笔记 |
13
+
14
+ ## 表述标签
15
+
16
+ 需要主动使用这些标签:
17
+
18
+ - “据用户摘录”
19
+ - “据用户摘要”
20
+ - “未核验原文”
21
+ - “公共理论层面”
22
+ - “待核验”
23
+ - “这是 CrossFrame 映射,不是作者原话”
24
+
25
+ ## 禁止表述
26
+
27
+ - “作者明确说过”但没有原文。
28
+ - “第 X 页写道”但没有版本和页码来源。
29
+ - “这证明 CrossFrame 完全覆盖该理论”。
30
+ - “这个理论本质就是 CrossFrame 的某概念”。
31
+ - “因此可以判断某现实对象是某种人格或应被处置”。
32
+
33
+ ## 浏览或查源边界
34
+
35
+ 如果用户要求精确出处、最新文章版本、直接引文、页码或真实公共事件事实,必须核验来源。若无法核验,就把输出降档为待核验笔记,不写确定引用。
@@ -0,0 +1,81 @@
1
+ # CrossFrame Research Notebook Template
2
+
3
+ ```markdown
4
+ # CrossFrame 研究笔记
5
+
6
+ ## 阅读对象与来源边界
7
+
8
+ - 对象:
9
+ - 类型:书籍 / 文章 / 理论 / 摘录 / 用户摘要 / 预读主题
10
+ - 来源层级:A / B / C / D
11
+ - 已核验内容:
12
+ - 不可确认内容:
13
+ - 本次用途:
14
+
15
+ ## 原文本自己的问题意识
16
+
17
+ - 它要解决的问题:
18
+ - 它默认的对象和尺度:
19
+ - 它使用的关键概念:
20
+ - 它的论证链:
21
+ - 它最强的洞察:
22
+ - 它最脆弱的假设:
23
+
24
+ ## 与 CrossFrame 的关联
25
+
26
+ - 相接的问题:
27
+ - 可对应的 CrossFrame 闸门、概念或协议:
28
+ - 关联成立的文本依据:
29
+
30
+ ## 与 CrossFrame 的不同
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
+ ## 反馈给 CrossFrame 的问题
56
+
57
+ 1.
58
+ 2.
59
+ 3.
60
+
61
+ ## 后续阅读或核验计划
62
+
63
+ - 需要补的原文:
64
+ - 需要核验的出处:
65
+ - 需要比较的反例:
66
+ - 可写回的候选文件或模块:
67
+ ```
68
+
69
+ ## 极简输出
70
+
71
+ ```markdown
72
+ 结论:这是一次条件性互读,不是完整原文细读。
73
+
74
+ - 原文本问题:
75
+ - 与 CrossFrame 的关联:
76
+ - 与 CrossFrame 的不同:
77
+ - 可吸收:
78
+ - 不可吸收:
79
+ - 反馈问题:
80
+ - 来源边界:
81
+ ```
@@ -0,0 +1,22 @@
1
+ # Source Ledger Template
2
+
3
+ ```markdown
4
+ # 来源台账
5
+
6
+ | 编号 | 材料 | 类型 | 来源层级 | 可引用范围 | 不可引用范围 | 待核验 |
7
+ | --- | --- | --- | --- | --- | --- | --- |
8
+ | S1 | | 原文 / 摘录 / 用户摘要 / 二手介绍 / 公共常识 | A / B / C / D | | | |
9
+
10
+ ## 引用边界
11
+
12
+ - 可直接引用的原句:
13
+ - 只能转述的内容:
14
+ - 不能使用的内容:
15
+ - 可能影响判断的版本差异:
16
+
17
+ ## 核验计划
18
+
19
+ 1.
20
+ 2.
21
+ 3.
22
+ ```