Skip to main content
mizchi
GitHub クリエイタープロフィール

mizchi

23 件の GitHub リポジトリにある 121 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
121
リポジトリ
23
更新
2026年8月31日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
skills
68 件の skills · 2026年7月14日
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者情報セキュリティアナリストテクニカルライター
7 件の職業カテゴリ · 100% 分類済み
56%比率
#02
vlmkit
15 件の skills · 2026年8月18日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 87% 分類済み
12%比率
#03
luna.mbt
6 件の skills · 2026年7月9日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
5%比率
#04
similarity
5 件の skills · 2026年4月16日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.1%比率
#05
flaker
5 件の skills · 2026年5月1日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.1%比率
#06
actrun
3 件の skills · 2026年3月16日
ネットワーク・コンピュータシステム管理者
1 件の職業カテゴリ · 100% 分類済み
2.5%比率
#07
vibe-lang
2 件の skills · 2026年8月6日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.7%比率
#08
ts.mbt
2 件の skills · 2026年5月4日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.7%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

moonbit-practice
ソフトウェア開発者

MoonBit code generation and packaging best practices. Use when writing MoonBit code to avoid common AI mistakes with syntax, tests, and benchmarks, or when defining and publishing a Wasm executable with SKILL.md for the MoonBit Skills Marketplace.

2026年7月14日
formal-methods-drift-guard
ソフトウェア開発者

Use after a formal model or verifier check already exists and the user wants to maintain it over time. Helps Codex compare specs/docs, implementation code/tests/config/logs, and formal models or CI checks for drift; classify whether the drift is in the spec,…

2026年7月3日
formal-methods-reconciler
ソフトウェア開発者

Use when reconciling software specs, docs, tests, configs, code, logs, or incidents with formal methods. Helps Codex extract claims, decide whether docs or implementation are the source of truth, choose an appropriate tool such as Z3, Alloy, TLA+, P, Dafny,…

2026年7月3日
skill-selector
その他コンピュータ職

Meta-skill for picking project skills via APM. Invoke ONLY when the user explicitly asks to set up apm.yml, choose which skills a project needs, or evaluate a catalog match — do NOT auto-invoke on routine project-init or apm-management tasks. Two-phase: pick…

2026年7月3日
review-image
ソフトウェア開発者

Review screenshots or other images with OpenRouter vision models via bundled Deno scripts. Use for quick VRT sanity checks, invalid-image screening, or CI gates. `scripts/review-image.ts` returns freeform feedback; `scripts/review-image-ci.ts` returns strict…

2026年6月22日
vlmkit
ソフトウェア品質保証アナリスト・テスター

Entry-point for the `@mizchi/vlmkit` toolkit — VLM-driven frontend kit covering visual regression (snapshot / diff / regression-watch), markup synthesis from screenshots, design-token / theme / a11y / i18n audits, and a 2-stage VLM + LLM CSS auto-repair loop.…

2026年6月22日
aws-ecs-codedeploy-blue-green
ネットワーク・コンピュータシステム管理者

ECS blue/green deployment patterns. Recommends ALB-native weighted target groups as the simpler default; covers CodeDeploy as a reference for teams that already use it or need pipeline-integrated rollback. Use when choosing or debugging ECS blue/green…

2026年6月22日
aws-ecs-service-connect-ipv6
ネットワーク・コンピュータシステム管理者

Use when ECS Service Connect の DNS alias が IPv6 アドレスを返し、 IPv4-only の Fargate task から `network is unreachable` / `EAI_AGAIN` 等で接続できない問題に遭遇したとき。 OTel Collector → Tempo の OTLP gRPC、 Fargate → Service Connect の HTTP/gRPC 通信が突然失敗する症状が典型。 ECS / Fargate / Service…

2026年6月22日
収集済み skill 68 件中 8 件を表示しています。
vlmkit
未分類

Automatic frontend quality router. Use automatically whenever the user asks to create, edit, debug, validate, test, compare, migrate, or repair a frontend UI, HTML/CSS, screenshot implementation, responsive or interactive behavior, Playwright/VRT, or a visual…

2026年8月18日
markup-assist
未分類

General-purpose deterministic verification for any HTML/CSS work — no API key, no reference design required, no project setup. Route by task; run the matching vlmkit gate (integrity / copy / layout / breakpoints / scroll / handlers / interactions / verify…

2026年8月15日
component-vrt
ソフトウェア品質保証アナリスト・テスター

Focus visual regression testing on ONE component instead of a whole page, so the diff is small enough to read and to hand to a model. Mounts a story from a Playwright component-testing gallery and screenshots only that component (`vlmkit check story`), then…

2026年8月7日
markup-decompose
ソフトウェア開発者

Plan and sequence a whole-screen markup problem by decomposing it into components first, then routing each phase to the loop that fits it — outline extraction from a reference, per-component construction, and the handoff where a converged component is frozen…

2026年8月7日
auto-markup
ウェブ開発者

End-to-end automatic markup — recreate a page or component as HTML/CSS from a target screenshot (or UI Contract IR), driven by deterministic signal tools with an optional VLM assist. Pipeline; scaffold the landmark skeleton (contract scaffold), converge…

2026年8月6日
dynamic-markup
ウェブ開発者

Markup with dynamic behavior — recreate a page whose requirements include responsive breakpoints, scrollable panels, and CSS animations from target screenshots plus a short motion brief, then prove the behavior with the deterministic dynamic-gate suite (check…

2026年8月6日
spec-to-playwright
ソフトウェア品質保証アナリスト・テスター

Turn a natural-language spec into Playwright tests with deterministic, reproducible VRT and a self-healing loop. Uses the official init-agents planner/generator to explore the app and generate tests, a determinism layer to keep screenshots byte-stable, and…

2026年8月4日
vrt-css-fix-loop
ソフトウェア開発者

Closed-loop CSS auto-repair. Given a fixture with a known regression (one CSS property or one selector block removed), iterate with a VLM that proposes the missing fix from the diff screenshot, apply it, and re-run until the diff falls below a threshold.…

2026年8月4日
収集済み skill 15 件中 8 件を表示しています。
creating-luna-app
ソフトウェア開発者

Use when scaffolding a new standalone CSR app that uses luna (@luna_ui/luna) outside the luna.mbt monorepo — running `npx @luna_ui/luna new`, choosing TSX vs MoonBit, or fixing a broken `--mbt` scaffold (moon build `_bench` import error, or vite `failed to…

2026年7月9日
sol-bootstrap
ソフトウェア開発者

Use when running `sol new` for the first time, when `sol <subcommand>` fails with `failed to resolve path mizchi/sol/cmd/sol_js` / `Run this command inside a MoonBit project that depends on mizchi/sol.`, or when moving from `sol dev` to `sol build` / `sol…

2026年5月15日
astra-ssg
ソフトウェア開発者

Page description for <meta>

2026年5月15日
luna
ソフトウェア開発者

Use whenever working with `mizchi/luna` in the luna.mbt repo — writing CSR examples, fixing reactivity bugs (effects re-running on unrelated signal changes), adding new luna features, or onboarding to luna's mental model. This is the unified entry point; pick…

2026年5月10日
playwright-pnpm-workspace
ソフトウェア品質保証アナリスト・テスター

Use when running Playwright tests in this repo (luna.mbt) and either the test fails to discover specs ("did not expect test.describe()" / "two different versions of @playwright/test") or you're adding a new playwright config under astra/ or sol/. Captures the…

2026年5月10日
sol-cloudflare-deploy
ネットワーク・コンピュータシステム管理者

Use when deploying sol_app (or any sol-built MoonBit SSR worker) to Cloudflare Workers, debugging error 10021, or extending sol/examples/sol_app/scripts/patch-cloudflare-globals.mjs. Captures the global-scope I/O traps in MoonBit core + sol's generated bundle…

2026年5月10日
flaker-add-adapter
ソフトウェア開発者

Add a new test-result adapter to flaker (parses an external report format into TestCaseResult[]). Use when the user asks to "add a flaker adapter for <X>", "make flaker import <some format>", "support <some test runner> in flaker import", or otherwise extends…

2026年5月1日
flaker-manual-release
ソフトウェア開発者

Cut a flaker patch/minor release manually — branch → bump 3 version sites → CHANGELOG → PR → merge → tag → GitHub release → publish.yml OIDC publish. Use when the user asks to "release flaker N.N.N", "bump flaker", "publish flaker", or runs the equivalent in…

2026年5月1日
flaker-management
ソフトウェア品質保証アナリスト・テスター

Operate @mizchi/flaker after setup. Use when the user asks how to run flaker day-to-day, review sampling and flaky metrics, design advisory vs required CI gates, promote or demote Playwright E2E or VRT checks, tune PR time budgets, run nightly triage, or…

2026年4月19日
flaker-setup
ソフトウェア開発者

Set up @mizchi/flaker on a new repository. Use when the user asks to introduce flaker, configure flaker.toml, integrate flaker into GitHub Actions, or "start using flaker on this project". Encodes the declarative apply-based onboarding flow for @mizchi/flaker…

2026年4月19日
bitflow-dependency-analysis-example
ソフトウェア開発者

Use this skill when adding or updating the dependency-analysis example in this repository, including workflow.star design, changed-path target selection, and executable validation with moon run.

2026年4月1日
23 件中 12 件のリポジトリを表示