clojure-namespace-architect

Installation
SKILL.md

Skill: Clojure Namespace Architect

Goal

Resolve errors related to Clojure file paths, namespace declarations, and classpath mismatches. Agents often confuse the mapping between kebab-case namespaces and snake_case file paths. This skill provides the ground truth.

Use This Skill When

  • FileNotFoundException or Could not locate ... on classpath errors
  • java.lang.Exception: No namespace: ... errors
  • "Namespace mismatch" errors appear
  • Creating new Clojure files or refactoring directory structures
  • Renaming or moving Clojure source files

Do Not Use This Skill When

  • The error is unrelated to namespace/classpath issues
  • Working with non-Clojure files
  • The issue is a runtime code error (logic bugs, not loading errors)

Key Rules (The "Agent Confusion" Fix)

Installs
10
GitHub Stars
6
First Seen
Mar 18, 2026
clojure-namespace-architect — open-hax/opencode-skills