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
FileNotFoundExceptionorCould not locate ... on classpatherrorsjava.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)