From cheshire
Use when working with Cheshire - the fast Clojure JSON (and SMILE/CBOR) encoding/decoding library. Activate when the user asks about generate-string, parse-string, encode, decode, custom encoders, add-encoder, JSONable protocol, factory options, lazy parsing, SMILE, CBOR, key-fn, date encoding, or pretty-printing JSON in Clojure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cheshire:cheshireThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cheshire is a fast JSON encoding/decoding library for Clojure built on Jackson. It supports JSON, SMILE, and CBOR formats, lazy decoding, custom encoders via the `JSONable` protocol, and configurable Jackson factories.
Cheshire is a fast JSON encoding/decoding library for Clojure built on Jackson. It supports JSON, SMILE, and CBOR formats, lazy decoding, custom encoders via the JSONable protocol, and configurable Jackson factories.
The primary namespace is cheshire.core. Require it as:
(ns my.ns
(:require [cheshire.core :as json]))
Current version: [cheshire "6.2.0"] (Jackson 2.21.1).
| Task | Go to |
|---|---|
| Encode Clojure data to JSON string, stream, SMILE, or CBOR; pretty-printing; date formats; key-fn; escape options | encoding.md |
| Decode JSON string, stream, or SMILE to Clojure data; keyword keys; lazy parsing; BigDecimal; array-coerce-fn | decoding.md |
Add or remove custom encoders for arbitrary Java/Clojure types; JSONable protocol; encode-* helpers | custom-encoders.md |
| Configure Jackson factories; non-numeric numbers; comments; max sizes; SMILE/CBOR factories; dynamic binding | factory.md |
| Something is encoding/decoding incorrectly, throwing, or producing unexpected output | anti-patterns.md |
generate-string (alias: encode).parse-string (alias: decode).:date-format, :pretty, :key-fn, :escape-non-ascii) apply at call time, not globally.factory/*json-factory*.add-encoder and removed with remove-encoder.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub stoating/clojure-cheshire-skill --plugin cheshire