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 직업 분류 기준
| 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.
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.