← All plugins
criterium
v0.5.0Skill for using criterium benchmarking library
Claude Code1 skill
1.2kupdated 1 month ago
Source
git clone https://github.com/hugoduncan/criteriumClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
criterium/
├── .claude-plugin/plugin.json└── skills/criterium/SKILL.md
Skills1
criteriumskills/criterium/SKILL.md
Use this skill when users ask about benchmarking Clojure code, measuring performance, profiling execution time, or using the criterium library. Covers the 0.5.x API including bench macro, bench plans, viewers, domain analysis, and argument generation.
Manifests1
.claude-plugin/plugin.json
{
"name": "criterium",
"description": "Skill for using criterium benchmarking library",
"version": "0.5.0",
"skills": [
"./skills/criterium"
]
}