clojure-programmer

clojure-programmer is a skill for Claude Code from Pyroxin/opinionated-claude-skills. It costs 53 tokens per session (8,418 once invoked), scanned A, original, EPL-2.0.

A Clojure programming guide focused on the language’s data-oriented style, runtime checks, interactive REPL work, and keeping designs simple.

In plain words
What is it for?
Use it when writing, reviewing, or designing Clojure code, especially when choosing data structures, validation, or REPL-based workflows.
Why use it?
It helps you make decisions that fit Clojure instead of applying habits from other programming languages.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the opinionated-lisp-development plugin — 2 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pyroxin/opinionated-claude-skills/clojure-programmer
Any agent
npx skills add Pyroxin/opinionated-claude-skills --skill clojure-programmer
Clone the repo
git clone --depth 1 https://github.com/Pyroxin/opinionated-claude-skills

Made for: Claude Code.

Or install opinionated-lisp-development, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clojure-programmer

README.md
[![agentmods](https://agentmods.dev/badge/skills/pyroxin/opinionated-claude-skills/clojure-programmer.svg)](https://agentmods.dev/skills/pyroxin/opinionated-claude-skills/clojure-programmer)
Your own site
<a href="https://agentmods.dev/skills/pyroxin/opinionated-claude-skills/clojure-programmer"><img src="https://agentmods.dev/badge/skills/pyroxin/opinionated-claude-skills/clojure-programmer.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,418 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.08418
Opus 5 $0.00026 $0.04209
Sonnet 5 $0.00011 $0.01684
Haiku 4.5 $0.00005 $0.00842

Measured 6d ago against content hash 6a7592024350, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

clojure-programmer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

opinionated-lisp-development/skills/clojure-programmer/SKILL.md · 1,166 lines

The source is not reproduced here

Licensed EPL-2.0

The repository is licensed EPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 1,166 lines · 53 tokens per session scan A 6a7592024350

Subscribe to this mod's changes

clojure-programmer is a skill published in the GitHub repository Pyroxin/opinionated-claude-skills (9 stars, last pushed 5d ago), licensed EPL-2.0. It adds 53 tokens to every session and 8,418 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

phx-deps-audit

Audit Hex deps for supply-chain security risk — bidi chars, compile-time exec, maintainer changes, typosquats, CVEs. Use after mix deps.update, when checking if a package upgrade is safe, or reviewing mix.lock PR diffs.

oliver-kriska/claude-elixir-phoenix · 58 tokens

phx-plan

Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.

oliver-kriska/claude-elixir-phoenix · 44 tokens

deps-update

Bump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, split reviewable PRs (patches bundled, majors solo). Use to upgrade/bump Elixir dependencies or when versions fall behind. NOT for deps.get failures (/phx:investigate).

oliver-kriska/claude-elixir-phoenix · 60 tokens

phx-deps-update

Bump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, split reviewable PRs (patches bundled, majors solo). Use to upgrade/bump Elixir dependencies or when versions fall behind. NOT for deps.get failures (phx-investigate).

oliver-kriska/claude-elixir-phoenix · 62 tokens

phx-full

Run a portable sequential plan-work-verify-review-compound lifecycle. Use optional generic workers only when Amp makes them available.

oliver-kriska/claude-elixir-phoenix · 28 tokens

phx-investigate

Investigate Elixir/Phoenix bugs root-cause first. Reproduce failures, cite evidence, and use optional Amp subagents only when useful.

oliver-kriska/claude-elixir-phoenix · 35 tokens