
Shihyuho Skills
- Updated July 15, 2026
- shihyuho/skills
shihyuho skills is a Claude Code plugin marketplace that bundles curated agent skills so developers can install testing, docs, and workflow helpers in one step.
About
shihyuho-skills is a Claude Code marketplace plugin that ships Shihyu’s curated agent skills as a single install—covering AGENTS.md and CLAUDE.md pruning, branch-coverage test gaps, SDKMAN JDK selection, TL;DR summaries, prose rephrase variants, and spec folder conventions. Use it when you want a maintained bundle of small, high-signal skills instead of copying individual SKILL.md files. The same repo also supports installing via the Skills CLI with npx skills add.
- writing-agents-md and artifact-anatomy for repo guidance
- cover-branches for missing branch coverage tests
- sdkman JDK switching with mismatch hooks
- Session pause/wake skills across /clear and /compact
Shihyuho Skills by the numbers
- Data as of Jul 16, 2026 (Skillselion catalog sync)
/plugin marketplace add shihyuho/skillsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | July 15, 2026 |
|---|---|
| Repository | shihyuho/skills ↗ |
How do you install a coherent set of agent skills for docs, tests, and settings without maintaining each skill separately?
One plugin install bundles skills for AGENTS.md hygiene, branch coverage tests, JDK switching, review LGTM, and spec directory conventions.
Who is it for?
Claude Code users who want Shihyu’s maintained skill bundle for repo hygiene, coverage, and session continuity.
Skip if: Teams that need only one unrelated skill with zero overlap to this collection’s Java, testing, or AGENTS.md focus.
What you get
Repo docs, tests, JDK env, or prose artifacts update per the invoked skill’s documented behavior.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do I install everything at once?
Add marketplace shihyuho/skills and install skills@Shihyuho Skills, or use npx skills add shihyuho/skills -g.
What does cover-branches do?
It finds branch coverage gaps in changed code and writes missing tests with optional scenario analysis.
What is artifact-anatomy for?
It defines where spec-driven artifacts live under docs/specs/<id>-<slug>/ and governs naming, not content.