Skip to main content
jhlee0409
GitHub creator profile

jhlee0409

Repository-level view of 98 collected skills across 9 GitHub repositories.

skills collected
98
repositories
9
updated
2026-07-22
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
all-for-claudecode
31 skills ยท 2026-03-27
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsComputer & Information Systems ManagersData ScientistsInformation Security Analysts
7 occupation categories ยท 100% classified
32%share
#02
omni-harness-kit
18 skills ยท 2026-07-22
Software DevelopersSoftware Quality Assurance Analysts & TestersDatabase ArchitectsWeb & Digital Interface Designers
4 occupation categories ยท 100% classified
18%share
#03
sidedish
15 skills ยท 2025-12-25
Software DevelopersDatabase ArchitectsWeb DevelopersInformation Security AnalystsSoftware Quality Assurance Analysts & TestersWriters & Authors
6 occupation categories ยท 100% classified
15%share
#04
claude-plugins
11 skills ยท 2026-01-19
Software DevelopersNetwork & Computer Systems Administrators
2 occupation categories ยท 100% classified
11%share
#05
zcode-glm-fleet
9 skills ยท 2026-07-06
Software DevelopersWeb & Digital Interface DesignersComputer Occupations, All OtherSoftware Quality Assurance Analysts & Testers
4 occupation categories ยท 100% classified
9.2%share
#06
eureka
7 skills ยท 2025-12-21
Software DevelopersWeb DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & Testers
4 occupation categories ยท 100% classified
7.1%share
#07
visual-layout-builder
5 skills ยท 2025-12-27
Software DevelopersSoftware Quality Assurance Analysts & TestersWeb Developers
3 occupation categories ยท 100% classified
5.1%share
#08
proc-janitor
1 skills ยท 2026-02-05
Software Quality Assurance Analysts & Testers
1 occupation categories ยท 100% classified
1.0%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

Showing top 8 of 31 collected skills in this repository.
assess
software-developers

Read-only maintainability audit of a whole codebase โ€” ranks the files most likely to cause maintenance pain (size ร— churn hotspots, test gaps, lint debt) and proposes discrete fixes, each as its own PR. Use before a cleanup/refactor pass, when inheriting a codebase, or when the user says "์œ ์ง€๋ณด์ˆ˜์„ฑ ์ ๊ฒ€", "์–ด๋””๋ถ€ํ„ฐ ๋ฆฌํŒฉํ† ๋ง", "์ฝ”๋“œ๋ฒ ์ด์Šค ์ƒํƒœ ๋ด์ค˜", "where is the tech debt?", "what should we clean up first?". Produces a findings table + top-3 fix proposals; it edits nothing and stores no grade.

2026-07-22
introspect
software-developers

Scan a repository's tech stack and generate a tailored Claude Code harness for it โ€” a thin .claude/CLAUDE.md spine, stack-specific architect agent(s), and specs/ADR scaffolding โ€” fitting the generic harness-kit engine to this repo. Use when setting up the harness in a new or existing repo, or when the user says "set up the harness here", "introspect this repo", "tailor claude config", "scaffold .claude for this project".

2026-07-22
blast-radius
software-developers

Enumerate the full impact set of a symbol before or during a change โ€” every reference, caller, implementation/subtype, and reverse import โ€” plus an explicit list of what could NOT be resolved (dynamic dispatch, reflection, generated code). Use before touching a shared / exported / widely-imported symbol, before an interface or signature change, or when the user asks "what breaks if I change this?", "์–ด๋””๊นŒ์ง€ ์˜ํ–ฅ ๊ฐ€?", "๋ˆ„๋ฝ ์—†์ด ์ฐพ์•„์ค˜", "์ „๋ถ€ ์ฐพ์•˜์–ด?". Produces an evidence table + an "enumeration complete?" checklist; read-only.

2026-07-22
localize
software-developers

Resolve a change request into an EXACT edit target before touching code, then gate the edit on tests โ€” the localize โ†’ edit โ†’ validate loop. Use for a bug fix, an issue, or a feature change where the right files/symbols are not already obvious, or when the user says "์ด๊ฑฐ ๊ณ ์ณ์ค˜", "์–ด๋””๋ฅผ ๊ณ ์ณ์•ผ ํ•ด?", "fix this issue", "where does this live?". Produces a localization artifact (targets + evidence + uncertainty) first; edits only after it, validates with a focused test then a regression run.

2026-07-22
adr
software-developers

Record an architecture / cross-cutting decision as the next numbered ADR under docs/adr/. Use when a non-obvious or hard-to-reverse decision is made (a module boundary, a trade-off, a tech choice), or when the user says "record an ADR", "ADR ๋‚จ๊ฒจ", "์ด ๊ฒฐ์ • ๊ธฐ๋ก", "document this decision".

2026-07-21
new-spec
software-developers

Scaffold a spec triplet (spec.md / plan.md / context.md) under specs/YYYYMMDD-<name>/ before starting a non-trivial piece of work. Use when a task spans multiple modules / several commits / a new ADR, or when the user says "new spec", "์ŠคํŽ™ ๋งŒ๋“ค์–ด", "plan this out", "spec this", "๊ธฐํš๋ถ€ํ„ฐ".

2026-07-21
pickup
software-developers

Re-enter in-flight work in a fresh session by reading a resume block a previous session left (the read half of the handoff/pickup loop). Use at the start of a fresh session, or when the user says "pickup", "resume", "์ด์–ด์„œ", "์žฌ๊ฐœ", "์–ด๋””๊นŒ์ง€ ํ–ˆ์ง€", "continue where we left off".

2026-07-21
worktree
software-developers

Create an isolated git worktree for a code-change task (../<repo>-<slug> on its own branch), keeping the main checkout clean. Use in a repo that opted into the worktree-per-task workflow, or when the user says "new worktree", "์›ŒํฌํŠธ๋ฆฌ ๋งŒ๋“ค์–ด", "isolate this task", "task๋ณ„ worktree".

2026-07-21
Showing top 8 of 18 collected skills in this repository.
custom-hook
software-developers

Creates custom React hooks for SideDish. Use when the user asks to create a new hook, extract shared logic into a hook, or refactor component logic into reusable hooks. Includes TypeScript interfaces, memoization patterns, and index.ts export.

2025-12-25
api-architecture
software-developers

API ์•„ํ‚คํ…์ฒ˜ ์„ค๊ณ„ ์›์น™๊ณผ ํŒจํ„ด์„ ์ ์šฉํ•ฉ๋‹ˆ๋‹ค. RESTful API ์„ค๊ณ„, ๋ฒ„์ €๋‹, ์‘๋‹ต ํ‘œ์ค€ํ™”, ๋ฏธ๋“ค์›จ์–ด ํŒจํ„ด ๊ตฌํ˜„ ์‹œ ์‚ฌ์šฉํ•˜์„ธ์š”. Next.js App Router ๊ธฐ๋ฐ˜ ์„œ๋ฒ„๋ฆฌ์Šค ์•„ํ‚คํ…์ฒ˜์— ์ตœ์ ํ™”๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.

2025-12-21
api-endpoint
software-developers

Creates Next.js API routes with Firebase. Use when adding GET/POST/PATCH/DELETE endpoints, implementing pagination, adding auth checks, or handling file uploads. Includes route templates and error handling.

2025-12-21
create-component
web-developers

Creates React components for SideDish. Use when adding new UI components, modals, forms, or interactive elements. Includes TypeScript interfaces, styling patterns, and security considerations.

2025-12-21
data-modeling
database-architects

Firestore ๋ฐ์ดํ„ฐ ๋ชจ๋ธ๋ง๊ณผ ์Šคํ‚ค๋งˆ ์„ค๊ณ„ ํŒจํ„ด์„ ์ ์šฉํ•ฉ๋‹ˆ๋‹ค. ์ƒˆ ์ปฌ๋ ‰์…˜ ์ถ”๊ฐ€, ๊ด€๊ณ„ ์„ค๊ณ„, ์ธ๋ฑ์Šค ์ตœ์ ํ™”, ๋ฐ์ดํ„ฐ ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ์‹œ ์‚ฌ์šฉํ•˜์„ธ์š”. NoSQL ํŠน์„ฑ์— ๋งž๋Š” ๋น„์ •๊ทœํ™” ์ „๋žต์„ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค.

2025-12-21
debugging
software-developers

Debugs common issues in SideDish. Use when fixing errors, investigating bugs, troubleshooting API failures, or resolving build issues. Includes common error patterns, logging strategies, and debugging tools.

2025-12-21
error-handling
software-developers

์ผ๊ด€๋œ ์—๋Ÿฌ ์ฒ˜๋ฆฌ์™€ ๋กœ๊น… ํŒจํ„ด์„ ๊ตฌํ˜„ํ•ฉ๋‹ˆ๋‹ค. API ์—๋Ÿฌ ์‘๋‹ต, ์˜ˆ์™ธ ์ฒ˜๋ฆฌ, ์—๋Ÿฌ ๋ฐ”์šด๋”๋ฆฌ, ์‚ฌ์šฉ์ž ์นœํ™”์  ๋ฉ”์‹œ์ง€ ์ž‘์„ฑ ์‹œ ์‚ฌ์šฉํ•˜์„ธ์š”. ์„œ๋ฒ„์™€ ํด๋ผ์ด์–ธํŠธ ์–‘์ชฝ์˜ ์—๋Ÿฌ ์ฒ˜๋ฆฌ ์ „๋žต์„ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค.

2025-12-21
firebase-operations
database-architects

Performs Firebase Firestore operations. Use when querying collections, creating/updating/deleting documents, using batch writes, or working with Timestamps. Includes pagination, transactions, and security rules patterns.

2025-12-21
Showing top 8 of 15 collected skills in this repository.
Showing top 8 of 11 collected skills in this repository.
work-pattern-memory
computer-occupations-all-other

The knowledge layer for the learning loop. Explains how to read and act on the work-pattern snapshot that glm-learning-loop injects at SessionStart โ€” what the verification ratio means, what tool over-reliance signals, how to adapt behavior based on past-session telemetry. ROUTE BY INTENT โ€” load when the model receives a work-pattern snapshot and needs to interpret it, when the user asks "how do I work?" / "๋‚ด ์ž‘์—… ํŒจํ„ด ๋ญ์•ผ" / "am I verifying enough?", or when adapting this session based on past behavior. Also load when the user wants to inspect or clear the telemetry that drives the loop. NOT a stats viewer (that's /session-stats) โ€” this is the interpretive layer that turns numbers into behavioral change.

2026-07-06
stack-detect
software-developers

Detect the current repo's tech stack from its manifest files and recommend which ZCode skills, MCP servers, and plugins fit. Reads package.json (Node: React/Next.js/Vue/Svelte/Express/Nest), pyproject.toml + requirements.txt (Python: FastAPI/Django/Flask), go.mod (Go: echo/gin/fiber), Cargo.toml (Rust: axum/actix/tokio), pom.xml + build.gradle (Java: Spring/Maven/Gradle), composer.json (PHP: Laravel/Symfony), Gemfile (Ruby: Rails/Sinatra). ROUTE BY INTENT, NOT KEYWORDS โ€” load when the user starts a new project ("์ด ๋ ˆํฌ ์Šคํƒ ๋ญ์•ผ", "what stack is this", "์–ด๋–ค ๊ธฐ์ˆ  ์“ฐ์ง€", "set up for this repo"), asks for tooling recommendations, or when a fresh session needs to orient on an unfamiliar repo. Also load proactively at session start on an unfamiliar repo โ€” orienting on the stack is step zero. Returns a stack fingerprint (language + framework + package manager + test runner + notable deps) + a recommendation table (skill/MCP/plugin โ†’ why it fits โ†’ install hint). Does NOT auto-enable anything โ€” it recommends, the user decides.

2026-07-06
design-craft-rubric
web-and-digital-interface-designers

JUDGE whether an already-rendered UI surface is good enough to ship โ€” quality evaluation of something that EXISTS, not creation of something new. GLM-5.2 has no vision, so judgment runs on Playwright-MCP computed-style probes (getComputedStyle JSON: fontSize / color / padding / gap / contrast), not on eyeballing pixels. Scores 7 dimensions PASS/FAIL (visual hierarchy / spacing-rhythm / alignment / contrast+WCAG / density / design-token conformance / DESIGN.md-tone) + runs a 13-tell "AI-slop" gate (warm-cream hero, near-black+neon, Inter-only, white+purple, uniform sizing, vague headlines, scattered motionโ€ฆ). ROUTE BY INTENT, NOT KEYWORDS โ€” load this whenever the intent is to evaluate quality of a built surface, including indirect signals: a shared screenshot the user reacts to with dissatisfaction, hesitation, or silence; "์ด๊ฑฐ ์ด์ƒํ•˜์ง€ ์•Š์•„?", "๊ดœ์ฐฎ์•„?", "์–ด๋•Œ"; a ship/no-ship decision moment ("์ถœ์‹œํ•ด๋„ ๋ผ?", "์ด๋Œ€๋กœ ๊ฐˆ๊นŒ?"); any qualitative complaint about a rendered screen ("AI์Šค๋Ÿฌ์›Œ", "์˜ฌ๋“œํ•ด", "ํŠธ๋ Œ๋””ํ•˜์ง€ ์•Š์•„", "์ดํƒˆํ•˜๊ณ  ์‹ถ์–ด์ ธ"); explicit revie

2026-07-06
ui-iterate
web-and-digital-interface-designers

CONVERGE an EXISTING rendered UI surface to good craft through a closed measured loop โ€” judge โ†’ fix-list โ†’ edit code โ†’ HMR re-render โ†’ re-judge โ†’ repeat until PROCEED or a 3-round cap. Probe-driven (Playwright-MCP computed-style JSON), not eyeballing, because GLM-5.2 has no vision. Inlines the 7-dim rubric + 13-tell slop gate so a surface can be converged in-loop. ROUTE BY INTENT, NOT KEYWORDS โ€” load this whenever the intent is to REPEATEDLY IMPROVE a built surface until it is good, including indirect signals: "์ด๊ฑฐ ๊ณ„์† ๋น„์Šทํ•ด" (a prior one-shot fix did not land), "์“ฐ๋ ˆ๊ธฐ UI ๊ณ ์ณ", "UI ๋‹ค๋“ฌ์–ด", "๊ฐœ์„  ๋ฃจํ”„ ๋Œ๋ ค", "craft ์˜ฌ๋ ค", "make this converge", any vibe that one-shot review is not enough and the user wants to iterate to satisfaction. NOT for designing a new screen from JTBD (that is ux-design-baseline). NOT for a single quality verdict (that is design-craft-rubric โ€” judge once). NOT for runtime mechanics.

2026-07-06
ux-design-baseline
web-and-digital-interface-designers

PRODUCE the design intent for a UI feature that does not yet exist โ€” the design thinking BEFORE code. Frames the job-to-be-done (what user behavior change, measured how), grounds in the repo's DESIGN.md + FLOWMAP, audits the current-state surfaces with a severity-scored findings table + cognitive walkthrough, DECIDES craft forks with conviction (north-star default shown โ€” never dumps an a/b menu on the user), and produces a durable design.md (9-section template, slim/full tier). Repo-agnostic: each repo's DESIGN.md owns tone, each repo's FLOWMAP owns the flow map. ROUTE BY INTENT, NOT KEYWORDS โ€” load this whenever the intent is to FIGURE OUT the design for something to be built, including indirect signals: a feature request that needs design thinking before code ("์ด ๊ธฐ๋Šฅ ๋งŒ๋“ค์–ด์ค˜", "์ด ํ™”๋ฉด ์ถ”๊ฐ€ํ•˜์ž"), a "how should this work?" question about user flow, a request for a wireframe or design doc, any moment where the user wants to decide what to build before building it. NOT for judging an already-rendered surface (that is d

2026-07-06
verify-before-claim
software-quality-assurance-analysts-and-testers

Enforce the "no premature done" discipline. Before claiming a task is complete, the model MUST produce real evidence โ€” a test run with passing output, a real DB query result, a rendered screenshot, a build that compiles, a command's actual stdout. "200 OK" alone, fake fixtures (fake JWT, synthetic audio), or code-inference without execution are NOT evidence. ROUTE BY INTENT, NOT KEYWORDS โ€” load this whenever the model is about to say "done", "complete", "fixed", "finished", "์™„๋ฃŒ", "๊ตฌํ˜„ ์™„๋ฃŒ", or any completion claim, OR when the user asks "did it work?", "are you sure?", "์ง„์งœ์•ผ?", or expresses doubt about a claim. Also load when a conclusion lacks a quantitative basis (test count, response time, measured value). Returns either evidence (command + output / test result) or an explicit "ํ™•์ธ ๋ถˆ๊ฐ€" (cannot verify) verdict with the missing evidence named. NOT a code editor โ€” it produces or demands evidence, never edits code.

2026-07-06
adr-template
software-developers

Architecture Decision Record template + when to write one. An ADR is a short markdown record of a significant architectural decision, its context, and its consequences โ€” durable history that answers "why is it like this?" months later. ROUTE BY INTENT โ€” load when making a non-obvious architectural decision ("์ด๊ฑธ ์™œ ์ด๋ ‡๊ฒŒ ํ–ˆ์ง€?" later, "should we use X or Y for..."), when a decision is hard to reverse, or when you need to look up why a past choice was made. NOT for implementation details (that's code comments) or ephemeral task notes (that's a spec).

2026-07-06
skill-authoring
computer-occupations-all-other

How to author a ZCode SKILL.md that triggers reliably and stays lean. The format, the description discipline (route-by-intent, not keywords), progressive disclosure (metadata โ†’ body โ†’ bundled files), and the anti-over-build stance (delete guidance that isn't pulling its weight). ROUTE BY INTENT โ€” load when writing a new skill, revising an existing one, turning a repeated workflow into a skill, or debugging why a skill doesn't trigger. NOT for authoring plugins/hooks (those are separate).

2026-07-06
Showing top 8 of 9 collected skills in this repository.
domain-constants-config
software-developers

Manage centralized domain constants and configuration in the project. Use when adding new status types, modifying UI labels, updating color schemes, or creating configuration objects for domain entities.

2025-12-21
figma-design-parser
software-developers

Parse Figma design files into structured screen hierarchies. Use when working with Figma API, extracting text/labels from design nodes, traversing node trees, detecting cover frames, or parsing screen IDs (AUTO_0001, PSET_0002, etc.).

2025-12-21
gemini-ai-integration
software-developers

Integrate Google Gemini API for AI-powered QA checklist generation and structured output. Use when working with Gemini API calls, generating QA checklists from design specs, parsing AI responses, or implementing structured output with JSON schema.

2025-12-21
nextjs-localstorage-persistence
web-developers

Implement localStorage persistence in Next.js 14 App Router with SSR-safe patterns. Use when storing data in localStorage, handling hydration errors, implementing state persistence, or creating type-safe storage utilities.

2025-12-21
portal-dropdown-components
web-developers

Build React Portal-based dropdown, modal, and overlay components. Use when creating dropdown menus, select components, modals, tooltips, or any UI that needs to escape overflow containers. Includes positioning, scroll handling, keyboard navigation, and accessibility patterns.

2025-12-21
qa-workflow-manager
software-quality-assurance-analysts-and-testers

Manage QA test case workflows, status transitions, and verification checklists. Use when working with QA status states (Reviewing, DevError, ProdError, DevDone, ProdDone, Hold, Rejected, Duplicate), progress tracking (Waiting, Checking, Working, DevDeployed, ProdDeployed), activity logging, or test case management.

2025-12-21
wbs-gantt-management
project-management-specialists

Implement WBS (Work Breakdown Structure) and Gantt chart functionality. Use when working with task scheduling, date range calculations, drag-and-drop timeline interactions, or project planning features.

2025-12-21
Showing 9 of 9 repositories
All repositories loaded