Skip to main content
GitHub repository

zcode-glm-fleet

zcode-glm-fleet contains 9 collected skills from jhlee0409, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
0
updated
2026-07-06
Forks
0
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

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
spec-workflow
software-developers

When a task needs a spec (and when it doesn't), the slim/full tier scaffold, and the spec lifecycle. A spec is a durable record of WHAT was built and WHY โ€” it survives compaction and session boundaries. ROUTE BY INTENT โ€” load when starting a multi-step task ("์ด๊ฑฐspec ๋งŒ๋“ค์ž", "spec for this feature", starting work that will span multiple commits/sessions), when deciding whether a task is big enough to spec, or when resuming work from a prior spec. NOT for tiny one-off fixes (a spec on a 1-line typo fix is net-negative ceremony).

2026-07-06