Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub shihyuho/skills --plugin skillsOn-point grill of any doc, plan, or rough idea with the grill-with-docs skill — only high-value findings reach me.
Save a reverie before the wipe — optionally describe what the next loop should focus on
Replay the reverie — optionally name where the narrative resumes
Record and consult Architecture Decision Records (ADRs) — short Markdown notes in `docs/adr/` capturing *that* a hard-to-reverse decision was made and *why*. Use whenever a real architectural trade-off is being made or has just been settled (tech choice with lock-in, context boundaries, integration patterns, a deliberate deviation from the obvious path, a constraint invisible in the code), when a decision is being reversed or superseded, when the user mentions ADR / architecture decision record / decision log, or before changing code in an area so you read and respect prior decisions rather than re-litigating them. Trigger even when the user doesn't say "ADR" but describes locking in a decision they'll want future engineers to understand.
Replay the reverie — recover memory from the previous loop
Find branch coverage gaps in changed code and fix them by writing missing tests. Two analysis layers: Source ↔ Test (logic branches vs test cases) and Spec ↔ Test (requirement scenarios vs test cases, when a spec file is provided). Use when verifying test completeness after implementing a feature or fixing a bug, when auditing whether tests match a spec, or when suspecting untested branches.
Rewrite a piece of text down to its core message, dropping whatever is peripheral to it — the result is the text itself rewritten shorter, not a summary written about it. Use when the user explicitly asks to distil, cut to the essentials, trim the fat, or strip a passage, document, or draft down to what matters, and is willing to lose secondary detail. Do not trigger as unprompted cleanup of text the user has not asked to change; when the user wants the text shorter but every point kept, use the tighten skill instead.
Decode Zhuyin (Bopomofo) text typed with English keyboard keys into Chinese characters. ALWAYS try this skill when encountering unrecognized short letter/number sequences mixed with Chinese text that don't look like real English words or acronyms - e.g. "e04", "cl3", "su3", "cp3". Also use when user explicitly mentions 注音文, or asks what a cryptic alphanumeric fragment means in a Chinese context.
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
JDTLS with Lombok support for Java projects
Shihyu's curated collection of agent skills.
docs/adr/ notes capturing that a hard-to-reverse decision was made and why. Covers the full lifecycle: read before changing code, a three-gate test for whether a decision deserves an ADR, a minimal format, and superseding rather than rewriting.AGENTS.md and CLAUDE.md so they keep only minimal, high-signal global constraints..claude/settings.local.json into the global ~/.claude/settings.json./clear and /compact — so your host remembers the previous loop after a wipe. /skills:pause before the wipe, /skills:wake after.sdk-is-a-shell-function gotcha, and ships hooks that nudge toward the project's default JDK and flag Java version-mismatch build failures.explain opens up a single subject whole-picture-first, then drills into the parts you pick; tutor runs a full guided curriculum — consultative diagnosis → custom syllabus → unit-by-unit guided lessons → dynamic adjustment from an accumulating learner profile.tighten rewrites it shorter with every point kept, distil cuts it down to its core message. Readability: humanize strips the telltale AI tics so it reads like a person wrote it, plain strips jargon so a non-specialist can follow. All act only on a passage you ask them to.lgtm re-reads from disk every file you had under review before Claude takes the next step — so your mid-review edits are never silently dropped. kickoff re-reads a reviewed SPEC/PLAN, then builds it while keeping a running implementation-notes file of design decisions, deviations, tradeoffs, and open questions./skills:grill-on-point) that runs the external grill-with-docs skill over any doc, plan, or rough idea, but holds a high bar for interrupting you — it settles what it can itself and surfaces only what's truly on point for you to weigh in on. Requires the grill-with-docs skill to be available.Everything ships as a single plugin — install once and all skills above are available:
/plugin marketplace add shihyuho/skills
/plugin install skills@shihyuho-skills
npx skills add shihyuho/skills -g
MIT