My personal agent skills.
npx skills add umit/skills --skill <skill-name>| Skill | What it does |
|---|---|
async-profiler |
JVM profiling with async-profiler: CPU, allocation, lock, wall-clock, hardware counters. Flame graphs and JFR. |
jmh |
Trustworthy Java microbenchmarks with JMH — DCE/constant-folding pre-flight checker, Maven & Gradle setup, mode/state/profiler guidance, jmh.morethan.io analysis. |
skills/<name>/
├── SKILL.md # loaded into agent context: triggers, workflow, index
├── references/ # read on demand by the agent
│ └── *.md
└── scripts/ # optional executable helpers
└── *.sh
Short SKILL.md up front, deep references on demand — keeps context cost low.
MIT