opencode-reconstituter
Run the reconstitute CLI to index, search, and reconstruct project context from OpenCode sessions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the reconstitute CLI to index, search, and reconstruct project context from OpenCode sessions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill guides agents and developers through the Kanban workflow defined in `orgs/riatzukiza/promethean/docs/agile/process.md`.
Protocol to stop apology loops and focus on verified fixes.
Protocol to break out of repetitive, failing edit loops by forcing analysis over action.
Resolves Clojure namespace-path mismatches and classpath errors with definitive path conversion
Auto-fix Clojure delimiters and validate syntax with OpenCode tools.
Protocol to recover from Clojure/Script syntax errors, specifically bracket mismatches and EOF errors.
| name | opencode-reconstituter |
| description | Run the reconstitute CLI to index, search, and reconstruct project context from OpenCode sessions |
Use the reconstitute CLI to index OpenCode sessions into Chroma, search for relevant context, and generate reconstruction notes for a target path.
.reconstitute/output artifacts for a target repo.reconstitute loop with search and tool-assisted notes.opencode-session-search).opencode-extract-diffs).run command)search command)context_messages payload.reconstitute run <path> command..reconstitute/output.context_messages for Ollama..reconstitute/output.pnpm -C packages/reconstituter reconstitute index
pnpm -C packages/reconstituter reconstitute search "orgs/octave-commons/cephalon-clj websocket rpc"
pnpm -C packages/reconstituter reconstitute run orgs/octave-commons/cephalon-clj
LEVEL_DIR defaults to .reconstitute/level.OUTPUT_DIR defaults to .reconstitute/output.CHROMA_COLLECTION_SESSIONS defaults to opencode_messages_v1 (model suffix appended).MAX_PATHS and MAX_PATH_EXTRACTION_PASSES to limit traversal.packages/reconstituter/src/reconstitute.tspackages/reconstituter/src/opencode-sessions.tsCheck the Skill Graph for the full workflow.