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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-06-15T02:32:44.805Z",
3
+ "updatedAt": "2026-06-17T02:33:08.008Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
@@ -14,6 +14,7 @@
14
14
  "accesslint-audit",
15
15
  "accesslint-diff",
16
16
  "accesslint-scan",
17
+ "accint-solve",
17
18
  "active-directory-attacks",
18
19
  "activecampaign-automation",
19
20
  "ad-creative",
@@ -74,6 +75,7 @@
74
75
  "analytics-tracking",
75
76
  "analyze-project",
76
77
  "andrej-karpathy",
78
+ "android-cli",
77
79
  "android-dev",
78
80
  "android-jetpack-compose-expert",
79
81
  "android_ui_verification",
@@ -304,6 +306,7 @@
304
306
  "brand-guidelines-anthropic",
305
307
  "brand-guidelines-community",
306
308
  "brand-perception-psychologist",
309
+ "brave-man",
307
310
  "brevo-automation",
308
311
  "broken-authentication",
309
312
  "brooks-lint",
@@ -389,6 +392,7 @@
389
392
  "codebase-cleanup-refactor-clean",
390
393
  "codebase-cleanup-tech-debt",
391
394
  "codebase-to-wordpress-converter",
395
+ "codex-fable5",
392
396
  "codex-review",
393
397
  "cold-email",
394
398
  "comfyui-gateway",
@@ -443,6 +447,18 @@
443
447
  "create-pr",
444
448
  "cred-omega",
445
449
  "crewai",
450
+ "crossframe",
451
+ "crossframe-casebook",
452
+ "crossframe-critical",
453
+ "crossframe-debate",
454
+ "crossframe-dialogue",
455
+ "crossframe-essay",
456
+ "crossframe-notebook",
457
+ "crossframe-org",
458
+ "crossframe-public",
459
+ "crossframe-review",
460
+ "crossframe-suite",
461
+ "crossframe-teach",
446
462
  "crypto-bd-agent",
447
463
  "csharp-pro",
448
464
  "customer-psychographic-profiler",
@@ -533,6 +549,7 @@
533
549
  "e2e-testing-patterns",
534
550
  "earllm-build",
535
551
  "ecl-harness-engineer",
552
+ "efficient-web-research",
536
553
  "ejentum-reasoning-harness",
537
554
  "electron-development",
538
555
  "elixir-pro",
@@ -1270,6 +1287,7 @@
1270
1287
  "sexual-health-analyzer",
1271
1288
  "shadcn",
1272
1289
  "shader-programming-glsl",
1290
+ "sharp-coder",
1273
1291
  "sharp-edges",
1274
1292
  "shellcheck-configuration",
1275
1293
  "shodan-reconnaissance",
@@ -1544,6 +1562,7 @@
1544
1562
  "yield-intelligence",
1545
1563
  "youtube-automation",
1546
1564
  "youtube-full",
1565
+ "youtube-seo-optimizer",
1547
1566
  "youtube-summarizer",
1548
1567
  "zapier-make-patterns",
1549
1568
  "zendesk-automation",
@@ -38,7 +38,7 @@ A valid hypothesis includes:
38
38
 
39
39
  ---
40
40
 
41
- ### 3️⃣ Hypothesis Lock (Hard Gate)
41
+ ## 3️⃣ Hypothesis Lock (Hard Gate)
42
42
 
43
43
  Before designing variants or metrics, you MUST:
44
44
 
@@ -57,7 +57,7 @@ Ask explicitly:
57
57
 
58
58
  ---
59
59
 
60
- ### 4️⃣ Assumptions & Validity Check (Mandatory)
60
+ ## 4️⃣ Assumptions & Validity Check (Mandatory)
61
61
 
62
62
  Explicitly list assumptions about:
63
63
 
@@ -74,7 +74,7 @@ If assumptions are weak or violated:
74
74
 
75
75
  ---
76
76
 
77
- ### 5️⃣ Test Type Selection
77
+ ## 5️⃣ Test Type Selection
78
78
 
79
79
  Choose the simplest valid test:
80
80
 
@@ -87,7 +87,7 @@ Default to **A/B** unless there is a clear reason otherwise.
87
87
 
88
88
  ---
89
89
 
90
- ### 6️⃣ Metrics Definition
90
+ ## 6️⃣ Metrics Definition
91
91
 
92
92
  #### Primary Metric (Mandatory)
93
93
 
@@ -109,7 +109,7 @@ Default to **A/B** unless there is a clear reason otherwise.
109
109
 
110
110
  ---
111
111
 
112
- ### 7️⃣ Sample Size & Duration
112
+ ## 7️⃣ Sample Size & Duration
113
113
 
114
114
  Define upfront:
115
115
 
@@ -127,7 +127,7 @@ Estimate:
127
127
 
128
128
  ---
129
129
 
130
- ### 8️⃣ Execution Readiness Gate (Hard Stop)
130
+ ## 8️⃣ Execution Readiness Gate (Hard Stop)
131
131
 
132
132
  You may proceed to implementation **only if all are true**:
133
133
 
@@ -0,0 +1,205 @@
1
+ ---
2
+ name: accint-solve
3
+ description: "Route agent work through AccInt's MCP memory loop: retrieve prior outcomes, resolve frames, and close commitments with evidence."
4
+ category: ai-agents
5
+ risk: safe
6
+ source: community
7
+ source_repo: maxbaluev/accreted-intelligence
8
+ source_type: community
9
+ date_added: "2026-06-15"
10
+ author: maxbaluev
11
+ tags: [mcp, memory, ai-agents, coding-agents, workflow]
12
+ tools: [claude, codex, cursor, gemini, opencode]
13
+ license: "Apache-2.0"
14
+ license_source: "https://github.com/maxbaluev/accreted-intelligence/blob/main/LICENSE-APACHE-2.0.txt"
15
+ ---
16
+
17
+ # AccInt Solve
18
+
19
+ ## Overview
20
+
21
+ AccInt is a local-first MCP memory server for coding agents. It keeps a scored
22
+ record of retrieved experience, open commitments, continuation frames, and
23
+ outcome feedback so the next agent run can build on what actually worked.
24
+
25
+ Use this skill when AccInt is already configured in the host as an MCP server.
26
+ The skill adapts AccInt's public `solve` Claude skill into a host-agnostic
27
+ workflow for Claude Code, Codex CLI, Cursor, Gemini CLI, OpenCode, and other
28
+ agent runtimes that can call MCP tools.
29
+
30
+ ## When to Use This Skill
31
+
32
+ - Use when starting non-trivial coding-agent work where prior decisions,
33
+ debugging history, repo-specific habits, or maintainer feedback may matter.
34
+ - Use when a task may require multiple attempts and you want an explicit
35
+ commitment ID that can later receive a real outcome.
36
+ - Use when AccInt returns a continuation frame and the agent must reason locally
37
+ before submitting a proposal back to the memory loop.
38
+ - Use after verification, merge, deployment, maintainer response, or other
39
+ reality signal to close the commitment with an honest outcome.
40
+ - Do not use when the host has no AccInt MCP tools configured; first install or
41
+ configure AccInt, then rerun the workflow.
42
+
43
+ ## How It Works
44
+
45
+ ### Step 1: Confirm the AccInt MCP tools exist
46
+
47
+ Use the host's available MCP/tool list to confirm an AccInt server exposes the
48
+ two verbs:
49
+
50
+ ```text
51
+ acc_retrieve(query)
52
+ acc_act(runtime, input)
53
+ ```
54
+
55
+ If the host names the tools with a namespace prefix, use the equivalent
56
+ AccInt MCP verbs. If neither verb is available, stop and ask the user to
57
+ configure AccInt rather than inventing memory results.
58
+
59
+ ### Step 2: Retrieve before planning
60
+
61
+ Before a non-trivial step, retrieve relevant prior work:
62
+
63
+ ```json
64
+ {"query": "the concrete task or subtask you are about to perform"}
65
+ ```
66
+
67
+ Read the returned memories and cite the `[ids]` you actually build on. Treat
68
+ retrieved memories as evidence to consider, not as a substitute for inspecting
69
+ the current repository, running tests, or checking live external state.
70
+
71
+ ### Step 3: Route the goal through `solve`
72
+
73
+ Open an AccInt commitment for the concrete goal:
74
+
75
+ ```json
76
+ {"runtime": "solve", "input": "the concrete goal to accomplish"}
77
+ ```
78
+
79
+ If the response is final, use the answer, commitment ID, and cited memory IDs.
80
+ If the response is a `brain_frame`, keep the reasoning in the current session:
81
+ inspect the frame, resolve the missing judgment or knowledge from the workspace,
82
+ then submit a concise proposal through `continue`.
83
+
84
+ ### Step 4: Resolve continuation frames
85
+
86
+ For a returned frame, submit only the frame ID and your proposal text unless the
87
+ host explicitly manages tokens for you:
88
+
89
+ ```json
90
+ {
91
+ "runtime": "continue",
92
+ "input": {
93
+ "frame_id": "bf_...",
94
+ "proposal_text": "reasoned answer, plan, or decision grounded in the current evidence"
95
+ }
96
+ }
97
+ ```
98
+
99
+ Do not leave a received frame unresolved. If the frame expires, close or rerun
100
+ the bound commitment rather than pretending the continuation succeeded.
101
+
102
+ ### Step 5: Execute and verify outside AccInt
103
+
104
+ Do the actual work in the repository, browser, shell, issue tracker, or other
105
+ real environment. Verify with the strongest relevant evidence available: tests,
106
+ builds, linters, link checks, PR state, screenshots, maintainer replies, or
107
+ production telemetry.
108
+
109
+ AccInt stores the learning loop; it does not replace the work or the evidence.
110
+
111
+ ### Step 6: Close the commitment with an outcome
112
+
113
+ When reality answers, record the result:
114
+
115
+ ```json
116
+ {
117
+ "runtime": "outcome",
118
+ "input": {
119
+ "ref": "solved:...",
120
+ "good": true,
121
+ "note": "brief evidence: tests passed, PR merged, deploy succeeded, reviewer accepted, or exact failure reason"
122
+ }
123
+ }
124
+ ```
125
+
126
+ Use `good: false` when the approach failed. Do not tag an outcome as external
127
+ or owner-validated unless a real external system or the owner actually supplied
128
+ that verdict.
129
+
130
+ ## Examples
131
+
132
+ ### Example 1: Start a repository fix with memory
133
+
134
+ ```text
135
+ 1. acc_retrieve({"query":"fix failing parser tests in this repo"})
136
+ 2. Read the returned memories; cite only the relevant [ids].
137
+ 3. acc_act(runtime="solve", input="Fix the failing parser tests and verify them")
138
+ 4. Inspect the repo, edit files, run the parser tests.
139
+ 5. acc_act(runtime="outcome", input={"ref":"solved:...", "good":true, "note":"parser test command passed"})
140
+ ```
141
+
142
+ ### Example 2: Handle a continuation frame
143
+
144
+ ```text
145
+ AccInt returns frame bf_123 asking for a judgment about whether to patch the
146
+ schema or the caller.
147
+
148
+ 1. Inspect the schema and caller in the current repo.
149
+ 2. Decide from code evidence, not memory alone.
150
+ 3. acc_act(runtime="continue", input={"frame_id":"bf_123", "proposal_text":"Patch the caller because..."})
151
+ 4. Continue implementation and verification.
152
+ ```
153
+
154
+ ## Best Practices
155
+
156
+ - Cite retrieved `[ids]` whenever they shape your plan or answer.
157
+ - Keep owner-held facts owner-held: ask instead of fabricating preferences,
158
+ credentials, identity, or history the repository cannot prove.
159
+ - Use small, concrete solve goals; open a new solve for materially different
160
+ subproblems instead of overloading one commitment.
161
+ - Close commitments promptly when reality answers, including failures.
162
+ - Record evidence in outcome notes, not confidence.
163
+ - Preserve privacy: do not store secrets, raw credentials, or unnecessary
164
+ sensitive user data in outcome notes.
165
+
166
+ ## Limitations
167
+
168
+ - Requires an installed and configured AccInt MCP server exposing
169
+ `acc_retrieve` and `acc_act`.
170
+ - Does not replace repository inspection, tests, review, or live-state checks.
171
+ - Retrieved memory can be stale or wrong; current evidence wins.
172
+ - Outcome credit is only as strong as the evidence tier. Self-graded outcomes
173
+ are weaker than runtime, external, or owner-validated outcomes.
174
+ - AccInt is local-first; a different machine or database may not have the same
175
+ memories unless the user intentionally shares the AccInt database.
176
+
177
+ ## Security & Safety Notes
178
+
179
+ - This skill does not require shell commands, network fetches, or credentials.
180
+ - AccInt MCP calls can write to the configured local AccInt database by opening
181
+ commitments, continuations, and outcomes. Treat those writes as project
182
+ memory, and avoid recording sensitive data that does not need to persist.
183
+ - If a task involves production systems, payments, private accounts, legal or
184
+ medical facts, or secrets, get the required authorization and verify against
185
+ the appropriate external source before recording an outcome.
186
+
187
+ ## Common Pitfalls
188
+
189
+ - **Problem:** Using retrieved memory as if it were guaranteed current.
190
+ **Solution:** Use it to guide investigation, then verify in the current
191
+ workspace or live system.
192
+ - **Problem:** Leaving a `brain_frame` open because implementation work started.
193
+ **Solution:** Submit a `continue` proposal first, or close/rerun the bound
194
+ commitment if the frame expires.
195
+ - **Problem:** Marking an outcome good before tests, checks, or external state
196
+ prove it.
197
+ **Solution:** Wait for real evidence, then record the outcome with the exact
198
+ command, PR state, deploy state, or reviewer signal.
199
+
200
+ ## Related Skills
201
+
202
+ - `@agent-memory-mcp` - Use when you need a broader overview of MCP-backed
203
+ agent memory systems.
204
+ - `@verification-before-completion` - Use before claiming work is complete.
205
+ - `@lint-and-validate` - Use to select and run repository validation commands.
@@ -0,0 +1,239 @@
1
+ ---
2
+ name: android-cli
3
+ description: Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
4
+ category: tools
5
+ risk: safe
6
+ source: self
7
+ source_type: self
8
+ date_added: "2026-06-15"
9
+ author: Owais
10
+ tags: [android, cli, adb, mobile, build, emulator]
11
+ tools: [claude, cursor, gemini, antigravity]
12
+ ---
13
+
14
+ <!-- security-allowlist: curl-pipe-bash -->
15
+
16
+ # Android CLI Specialist
17
+
18
+ This skill provides instructions for using the `android` CLI tool. The tool includes various commands for creating projects, running applications, interacting with devices, and managing the CLI environment.
19
+
20
+ ## When to Use
21
+
22
+ - Use when you need to create, configure, or analyze Android projects from the command line.
23
+ - Use when interacting with, deploying to, or taking screenshots of running Android devices.
24
+ - Use when managing Android SDK components, versions, or virtual devices (emulators).
25
+ - Use when inspecting UI layouts or running XML-specified journey tests.
26
+
27
+ ## Installation
28
+
29
+ If the `android` tool is not in the path, install it. To install, run the following command:
30
+
31
+ - **Linux:** `curl -fsSL https://dl.google.com/android/cli/latest/linux_x86_64/install.sh | bash`
32
+ - **macOS:** `curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash`
33
+ - **Windows:** `curl.exe -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/install.cmd -o "%TEMP%\i.cmd" && "%TEMP%\i.cmd"`
34
+
35
+ ## SDK Management
36
+
37
+ To manage the installation of Android SDKs and tools, use the `sdk` command. For example:
38
+
39
+ - `android sdk install <package>[@<version>]...`: Install specific packages. Multiple packages can be specified, separated by spaces. `<version>` defaults to latest. For example: `android sdk install platforms/android-30@2 platforms/android-34`
40
+ - `android sdk update [<pkg-name>]`: Update a specific package or all packages to the latest version.
41
+ - `android sdk remove <pkg-name>`: Remove a package from the local SDK.
42
+ - `android sdk list --all`: List installed and available SDK packages.
43
+
44
+ ## Project Creation
45
+
46
+ Create projects from templates using the `create` command.
47
+
48
+ For example:
49
+ ```bash
50
+ android create empty-activity --name="My App" --output=./my-app
51
+ ```
52
+
53
+ ## Interacting with Devices
54
+
55
+ For more information on interacting with running devices, see [here](references/interact.md).
56
+
57
+ ## Running Journey Tests
58
+
59
+ For more information on running journeys, see [here](references/journeys.md).
60
+
61
+ ## Doc Searching
62
+
63
+ The `docs` command searches authoritative, high-quality Android developer documentation in the Android Knowledge Base.
64
+ By providing a few keywords, this tool will return high quality articles that contain examples or guidance on how to use Android APIs or libraries.
65
+ Use this tool to obtain additional information on how to achieve Android-specific tasks or to know more about Android APIs, surfaces, libraries, or devices.
66
+
67
+ Always use this tool to get the most up-to-date information about Android concepts. Typical good use cases are:
68
+ - Finding migration guides for APIs.
69
+ - Finding examples for APIs.
70
+ - Finding up-to-date information about Android APIs.
71
+ - Finding best practices for Android concepts.
72
+
73
+ ## Running APKs
74
+
75
+ Use the `run` command to run Android apps.
76
+
77
+ ## Managing Emulators
78
+
79
+ Manage Android Virtual Devices (AVDs) using the `android emulator` command.
80
+
81
+ ## Capturing Screenshots
82
+
83
+ Capture an image of the current screen of a connected Android device and output it to a file using the `android screen capture -o <file path>` command.
84
+
85
+ ## Managing Skills
86
+
87
+ Manage antigravity agent skills for Android using the `android skills` command.
88
+
89
+ ## Inspecting UI Layouts
90
+
91
+ Use the `android layout` command to inspect the UI layout of an Android application. It returns the layout tree of an Android application in JSON format. When debugging UI errors, this is often a much faster approach than taking a screenshot.
92
+
93
+ ## Updating the CLI
94
+
95
+ Update the Android CLI using the `android update` command.
96
+
97
+ ## Limitations
98
+
99
+ - The `android` CLI must be installed and available on `PATH`; otherwise install it first or use the platform-specific setup guidance above.
100
+ - Device, emulator, SDK, and documentation commands can depend on local Android SDK state, network access, and attached hardware.
101
+ - Treat generated commands as environment-sensitive: inspect paths, package names, device serials, and install/update targets before running them.
102
+
103
+ ## Android Help Output
104
+
105
+ ```text
106
+ Usage: android [-hV] [--sdk=PARAM] [COMMAND]
107
+ -h, --help Show this help message and exit.
108
+ --sdk=PARAM Path to the Android SDK
109
+ -V, --version Print version information and exit.
110
+ Commands:
111
+ create Create a new Android project
112
+ describe Analyzes an Android project to generate descriptive metadata.
113
+ docs Android documentation commands
114
+ emulator Emulator commands
115
+ help Shows the help of all commands
116
+ info Print environment information (SDK Location, etc.)
117
+ init Initializes the environment (eg. skills) for Android CLI.
118
+ layout Returns the layout tree of an application
119
+ run Deploy an Android Application
120
+ screen Commands to view the device
121
+ sdk Download and list SDK packages
122
+ skills Manage skills
123
+ update Update the Android CLI
124
+
125
+ create
126
+ Usage: android create [-h] [--verbose] [--list] [--minSdk=api]
127
+ --name=applicationName [-o=dest-path] [template-name]
128
+ Create a new Android project
129
+ [template-name] The template name
130
+ -h, --help Show this help message and exit.
131
+ --minSdk=api The 'minSdk' supported by the application (default
132
+ is defined in the template)
133
+ --name=applicationName
134
+ The name of the application (e.g. 'My Application')
135
+ -o, --output=dest-path The destination project directory path (default is
136
+ '.')
137
+ --verbose Enables verbose output
138
+ --list List all available templates
139
+
140
+ describe
141
+ Usage: android describe [-hV] [--project_dir=PARAM]
142
+ Analyzes an Android project to generate descriptive metadata.
143
+ This command identifies and outputs the paths to JSON files that detail the
144
+ project's structure, including build targets and their corresponding output
145
+ artifact locations (e.g., APKs). This information enables other tools and
146
+ commands to locate build artifacts efficiently.
147
+ -h, --help Show this help message and exit.
148
+ --project_dir=PARAM The project directory to describe
149
+ -V, --version Print version information and exit.
150
+
151
+ docs
152
+ Usage: android docs [-h] [COMMAND]
153
+ Android documentation commands
154
+ -h, --help Show this help message and exit.
155
+ Commands:
156
+ search Search Android documentation
157
+ fetch Fetch Android documentation
158
+
159
+ emulator
160
+ Usage: android emulator [-h] [COMMAND]
161
+ Emulator commands
162
+ -h, --help Show this help message and exit.
163
+ Commands:
164
+ create Creates a virtual device
165
+ start Launches the specified virtual device. This command will return when
166
+ the emulator is fully started and ready to use.
167
+ stop Stops the specified virtual device
168
+ list Lists available virtual devices
169
+ remove Delete a virtual device
170
+
171
+ help
172
+ Usage: android help [COMMAND]
173
+ Shows the help of all commands
174
+ [COMMAND] The command to show help for
175
+
176
+ info
177
+ Usage: android info <field>
178
+ Print environment information (SDK Location, etc.)
179
+ <field> The specific field to print the value of. If omitted print all.
180
+
181
+ init
182
+ Usage: android init
183
+ Initializes the environment (eg. skills) for Android CLI.
184
+
185
+ layout
186
+ Usage: android layout [-dhp] [--device=PARAM] [-o=PARAM]
187
+ Returns the layout tree of an application
188
+ -d, --diff Returns a flat list of the layout elements that have
189
+ changed since the last invocation of ui-dump
190
+ --device=PARAM The device serial number
191
+ -h, --help Show this help message and exit.
192
+ -o, --output=PARAM Writes the layout tree to the specified file or
193
+ directory. If omitted, prints the tree to standard
194
+ output
195
+ -p, --pretty Pretty-prints the returned JSON
196
+
197
+ run
198
+ Usage: android run [-h] [--debug] [--activity=PARAM] [--device=PARAM]
199
+ [--type=PARAM] [--apks=PARAM[,PARAM...]]...
200
+ Deploy an Android Application
201
+ --activity=PARAM The activity name
202
+ --apks=PARAM[,PARAM...]
203
+ The paths to the APKs
204
+ --debug Run in debug mode
205
+ --device=PARAM The device serial number
206
+ -h, --help Show this help message and exit.
207
+ --type=PARAM The component type (ACTIVITY, SERVICE, etc.)
208
+
209
+ screen
210
+ Usage: android screen [-h] [COMMAND]
211
+ Commands to view the device
212
+ -h, --help Show this help message and exit.
213
+ Commands:
214
+ capture Outputs the device screen to a PNG
215
+ resolve Target UI elements visually
216
+
217
+ sdk
218
+ Usage: android sdk [COMMAND]
219
+ Download and list SDK packages
220
+ Commands:
221
+ install Install SDK packages
222
+ update Update one or all packages to the latest version
223
+ remove Remove a package from the SDK
224
+ list List installed and available SDK packages
225
+
226
+ skills
227
+ Usage: android skills [COMMAND]
228
+ Manage skills
229
+ Commands:
230
+ add Install a skill
231
+ remove Remove a skill
232
+ list List available skills
233
+ find Find skills by keyword
234
+
235
+ update
236
+ Usage: android update [--url=PARAM]
237
+ Update the Android CLI
238
+ --url=PARAM The URL to download the update from
239
+ ```
@@ -0,0 +1,83 @@
1
+ # Tools
2
+ Run `android layout --help` and `android screen --help`.
3
+
4
+ ## UI Dump
5
+ `android layout` returns a flat JSON list of the UI elements on screen.
6
+ `android layout --diff` returns a flat JSON list of the UI elements that have changed since the last call to `layout` or `layout --diff`
7
+
8
+ Each JSON object represents a UI element in the Android app. The following properties may be present:
9
+ - `text` - any literal text the element contains
10
+ - `resourceId` - the Android resource id used to refer to the element
11
+ - `contentDesc` - a description of a UI element for use by accessibility tools
12
+ - `interactions` - the set of user interactions the element supports. May contain one or more of: `checkable`, `clickable`, `focusable`, `scrollable`, `long-clickable`, `password`
13
+ - `state` - the set of states the element is in. May contain one or more of `checked`, `focused`, `selected`
14
+ - `bounds` - the screen coordinates of the bounding rectangle of the element, in the format `[min X,min Y][max X, max Y]`
15
+ - `center` - the screen coordinates of the center of the element, in the format `[x,y]`
16
+ - `off-screen` - if true, the element is in the UI hierarchy but not visible; it may require scrolling to view.
17
+
18
+ Use `layout` as a primary means of examining an Android app. Use `layout --diff` to focus on changes and to keep your context small.
19
+ Example: When entering digits into a calculator, use `layout --diff` to output only the digit readout element.
20
+
21
+ `layout` may fail due to the app displaying a WebView or animation; in these cases, use `android screen --annotate` to inspect the app.
22
+ This failure will likely resolve after navigating away from the current screen.
23
+
24
+ ## Screenshot
25
+ `android screen capture -o <file path>` saves a PNG of the current device screen to `<file path>`
26
+
27
+ Use `screen capture` as a secondary means of examining an Android app
28
+ Examples:
29
+ - Understanding the content of an on-screen image
30
+ - Looking at a `WebView` (web content does not always appear in the ui dump)
31
+ - Trying to find a UI element by its visual appearance
32
+
33
+ **IMPORTANT**: Always *VISUALLY* examine the PNG image returned from `android screen` BEFORE doing anything else.
34
+
35
+ ## Annotated Screenshot
36
+ `android screen capture --annotate -o <file path>`
37
+ `android screen resolve --screen <path> --string <string>`
38
+
39
+ The `--annotate` command adds numerical labels and bounding boxes around UI elements. Use this command to locate UI elements that cannot
40
+ be located in the `layout` output.
41
+
42
+ **IMPORTANT**: When using `android –-annotate`, always *VISUALLY* examine the resulting PNG file.
43
+
44
+ To refer to these labels in input commands, use `screen resolve` to convert labels into coordinates:
45
+
46
+ `android screen resolve --screen <file path> --string "#3"` returns `<x coord of region 3> <y coord of region 3>`
47
+
48
+ To save turns, you can combine shell commands:
49
+
50
+ `adb shell input $(android screen resolve --screen screen.png --string "tap #34")`
51
+
52
+ This command taps on region #34 from `screen.png`
53
+
54
+ ## Input
55
+ Use `adb shell input` for interacting with Android devices.
56
+ Refer to the `"interactions"` property of an element for what interactions can be performed on a particular element.
57
+
58
+ Interact with UI elements with their `center` coordinate or their `bounds` coordinates:
59
+ ```json
60
+ {
61
+ "key": -248568265,
62
+ "class": "android.widget.Button",
63
+ "bounds": "[138,9][167,38]",
64
+ "center": "[152,23]"
65
+ }
66
+ ```
67
+ To tap on this button, you would execute `adb shell input tap 152 23`. This taps the center.
68
+
69
+ ```json
70
+ {
71
+ "key": 12487234,
72
+ "class": "com.example.ui.ScrollableList",
73
+ "bounds": "[100,200][400,600]",
74
+ "center": "[250,400]"
75
+ }
76
+ ```
77
+ To scroll down on this list, you would execute `adb shell input swipe 250 400 250 200 500`. This swipes from the center to the top over 500ms.
78
+
79
+ # Android Interaction Rules
80
+ 1. Always ensure text input fields have `"focused"` in their `"state"` list before entering text
81
+ 2. If an element has `"scrollable"` in its `"interactions"` list, try scrolling it when looking for missing UI elements
82
+ 3. Always scroll slowly when executing scroll inputs. In `adb shell input swipe <x1> <y1> <x2> <y2> [duration(ms)]`, the duration is the optional 5th parameter after `swipe` (the 6th argument to the `input` utility).
83
+ 4. Content may take time to load; if a `layout` is missing information after you take an action, wait a few seconds, then perform `layout --diff` to see if anything changes.