Plugin Claude Code
Personal Agent Skills Collection.
Plugin Claude Code
Personal Agent Skills Collection.
Settings file Claude Code
Agent settings configuring enabledPlugins.
Plugin Claude Code
Generate beautiful dark-themed system architecture diagrams as standalone HTML/SVG files.
Skill Claude CodeCodex
Create polished dark-themed architecture diagrams as self-contained HTML+SVG files. Use when the user asks for system, infrastructure, cloud, security, or network topology diagrams.
Plugin Claude Code
Interactively distill a valuable session into a bilingual (zh + en) technical blog post and stage it as a draft in the lyeh-infra Hugo blog.
Skill Claude CodeCodex
Turn a valuable working session into a polished, bilingual (zh-TW + en) public technical blog post and stage it as a draft in the lyeh-infra Hugo blog. Manually triggered with /blog when the user feels the current session produced an insight worth publishing. Use when the user says "/blog", "write this up", "blog…
Plugin Claude Code
Explain complex code or concepts in simple, plain language.
Skill Claude CodeCodex
Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Plugin Claude Code
Save and restore session context across token resets and machine switches.
Skill Claude CodeCodex
Save current session state to a private checkpoints repo so work resumes seamlessly after a Pro quota reset, context window limit, or machine switch. Use when approaching usage limits, switching machines, or when the user says "checkpoint", "save state", "save progress", or "I need to switch".
Plugin Claude Code
Scan all staged/unstaged changes, combine with session context and plan, generate an ordered conventional-commit plan within a token budget.
Skill Claude CodeCodex
Scan all staged/unstaged changes, combine with session context and plan, generate an ordered conventional-commit plan within a token budget. Use when the user says "split commits", "commit plan", wants to organize changes into separate commits before a PR, asks how to structure pending work into git history, or…
Plugin Claude Code
Diagnose bugs and issues by systematically gathering context and forming hypotheses.
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Plugin Claude Code
Heavyweight grilling that records the decision tree as a live graph — rejected branches, re-assumptions, back-references — then converges it into a spec.
Skill Claude CodeCodex
Relentless one-question-at-a-time design grilling — the same interrogation core as grill-me — that also preserves the decision's evolution as a graph: rejected branches and why, back-references to earlier decisions, and re-assumptions. Each resolved decision is held in context, then the whole graph is written and…
Plugin Claude Code
Interview the user relentlessly about a plan or design until reaching shared understanding.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Plugin Claude Code
Interview the user about a codebase using its documentation as the primary source.
Skill Claude CodeCodex
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Plugin Claude Code
Prepare a clear handoff summary of current work and context.
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
Plugin Claude Code
Analyze and suggest improvements to the codebase architecture.
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.