clojure-syntax-rescue
Protocol to recover from Clojure/Script syntax errors, specifically bracket mismatches and EOF errors.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Protocol to recover from Clojure/Script syntax errors, specifically bracket mismatches and EOF errors.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Create new pm2-clj ecosystem configuration files from scratch or templates for PM2 process management
SOC 직업 분류 기준
| name | clojure-syntax-rescue |
| description | Protocol to recover from Clojure/Script syntax errors, specifically bracket mismatches and EOF errors. |
To efficiently fix "Unmatched delimiter", "Unexpected EOF", and "Invalid token" errors in Clojure files without falling into a guessing loop.
Unmatched delimiter ), Unexpected EOF, or reading string.->, ->>).shadow-cljs-debug instead).pnpm lint or clj-kondo --lint <file> to get the exact line/column of the mismatch.->, ->>) implicitly insert arguments. Ensure you aren't double-nesting.case, cond, and let require exact pairing. Check those first.) or brace } somewhere above, rarely at the actual end.[] and Maps {} are common culprits. Check them first.Check the Skill Graph for the full workflow.