Skip to main content
Run any Skill in Manus
with one click
GitHub repository

skills

skills contains 66 collected skills from mizchi, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
66
Stars
293
updated
2026-06-25
Forks
3
Occupation coverage
7 occupation categories ยท 98% classified
repository explorer

Skills in this repository

moonbit-practice
unclassified

MoonBit code generation best practices. Use when writing MoonBit code to avoid common AI mistakes with syntax, tests, and benchmarks.

2026-06-25
review-image
software-developers

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 `pass|fail` JSON and exits non-zero on fail.

2026-06-22
vlmkit
software-quality-assurance-analysts-and-testers

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. Use when a coding agent has edited HTML/CSS and needs to know whether the visible output changed, where it changed, and which CSS properties drove the change โ€” or when the task is markup-from-image / token / theme audit / fix-loop driven by VLM. This skill orients you to the 5 detailed sub-skills (vrt-visual-diff / vrt-migration-eval / vrt-markup-synth / vrt-regression-watch / vrt-css-fix-loop) and the verb-group CLI; pick the matching sub-skill once the task shape is clear.

2026-06-22
aws-ecs-codedeploy-blue-green
network-and-computer-systems-administrators

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 infrastructure.

2026-06-22
aws-ecs-service-connect-ipv6
network-and-computer-systems-administrators

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 Connect / OTLP / IPv6 dual-stack ้–ข้€ฃใฎๆŽฅ็ถš้šœๅฎณใ‹ใ‚‰่ตทๅ‹•ใ—ใฆ่‰ฏใ„ (user ใŒๅŽŸๅ› ใ‚’ IPv6 ใจ็‰นๅฎšใ—ใฆใ„ใชใใฆใ‚‚ OK)ใ€‚

2026-06-22
aws-github-oidc-scoped-role
software-developers

OpenTofu/Terraform pattern for GitHub Actions OIDC trust with AWS IAM. Covers the non-obvious `job_workflow_ref` condition (vs just `sub` for repo+branch), the Bedrock inference profile ARN patterns, required `aws-marketplace` permissions alongside Bedrock, and the ReadOnlyAccess + explicit Deny pattern for AI agent roles. Use when wiring GitHub Actions to AWS via OIDC.

2026-06-22
aws-vault-mfa-iam
network-and-computer-systems-administrators

Use when AWS account ใฎ IAM API ใŒ MFA ๅฟ…้ ˆ policy ใงๅผพใ‹ใ‚Œใฆใ€ `sts:GetCallerIdentity` ใฏ้€šใ‚‹ใฎใซ `iam:*` ใŒ `InvalidClientTokenId` ใงๆ‹’ๅฆใ•ใ‚Œใ‚‹ใจใใ€ ใพใŸใฏ FIDO2 passkey ใง MFA ใŒ CLI ใ‹ใ‚‰ไฝฟใˆใชใ„ใจใใ€‚ aws-vault / aws-cli / MFA / passkey ้–ข้€ฃใงใ€Œใ‚ขใ‚ฏใ‚ปใ‚นๆ‹’ๅฆใ€ ใ€Œtoken expiredใ€ ใ€ŒIAM ๆ“ไฝœใฎใฟๅคฑๆ•—ใ€ ็ญ‰ใฎ็—‡็Šถใ‹ใ‚‰่ตทๅ‹• (user ใŒ aws-vault ใ‚’ๅๆŒ‡ใ—ใงใชใใฆใ‚‚ OK)ใ€‚

2026-06-22
cloudflare-access-app-setup
software-developers

One-shot Cloudflare Access self-hosted application provisioning via the API โ€” app + email allowlist policy + service token. Use when you want to gate a Worker behind Access without a full Pulumi stack.

2026-06-22
cloudflare-deploy
software-developers

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

2026-06-22
cloudflare-mbt-worker-bundle
software-developers

Bundle a Cloudflare Worker that combines MoonBit core code with a TypeScript entry. Use when wrangler must ship a moon-built JS module alongside hand-written TS, with FFI rewrites and a post-build bundle check.

2026-06-22
cloudflare-workers-otel-utels
software-developers

Cloudflare Worker telemetry at the fetch boundary โ€” OTLP traces / metrics / logs + utels error tracking + D1 Proxy that emits slow-query warnings. Use when adding observability to a Worker without touching handler code.

2026-06-22
actions-ci-tuning
software-developers

Use when auditing or improving GitHub Actions workflows for a project. Covers cache setup (npm/pnpm/yarn), job parallelism, shard-based test splitting, artifact handling pitfalls, and Playwright-specific patterns. Trigger on: slow CI, cache miss, flaky shard jobs, merge-reports failures, or an explicit 'tune CI' request.

2026-06-22
flaker-storage-cache-on-ci
software-developers

Persist flaker's DuckDB storage across GitHub Actions runs and feed it from multiple sources (vitest reports, custom adapter reports, etc.). Use when wiring `@mizchi/flaker` into a new repo's CI, adding a new ingest source to an existing flaker setup, or debugging why `flaker apply` / `flaker run --gate ...` "lost its history" between runs. Encodes the cache key shape, fetch-depth requirements, `--changed` derivation, and the import-step placement that internal flaker users converged on.

2026-06-22
gh-fix-ci
software-developers

Use when GitHub Actions PR checks are failing on a pull request and need to be diagnosed or fixed. Inspects checks / logs via `gh`, drafts a fix plan, and implements only after explicit approval. Trigger on red checks, failing workflow runs, `pr is failing CI` reports โ€” even if the user does not name a specific check. Out of scope: external CI (e.g. Buildkite) โ€” report only the details URL.

2026-06-22
opentelemetry
software-developers

Platform-agnostic OpenTelemetry reference โ€” signal selection (traces/metrics/logs), span design, context propagation (W3C TraceContext), sampling strategies, and OTLP exporter config. Use before writing any OTel instrumentation to get design decisions right. Platform-specific skills (devops/otel-node, cloudflare/workers-otel-utels) layer on top of this.

2026-06-22
otel-node
software-developers

Node.js OpenTelemetry setup โ€” SDK init, auto-instrumentation packages, and the esbuild ESM silent-failure gotcha (instrumentation-* packages produce no spans when bundled with esbuild --format=esm). Use when adding OTel to a Node.js/Hono/Express service or debugging missing spans after bundling. See devops/opentelemetry for signal design decisions.

2026-06-22
cloudflare-workers-cd-rollback
software-developers

GitHub Actions CD for a Cloudflare Worker with auto-rollback on smoke failure. Use when you want push-to-deploy with safety: capture pre-deploy version, deploy, smoke, rollback if smoke fails.

2026-06-22
frontend-review-ci
software-developers

Use when CI is slow (>10 min), flaky, or the user asks to optimize GitHub Actions for a frontend project. Analyzes `gh run list` history, identifies bottleneck steps, proposes sharding / cache / concurrency improvements. Runs `scripts/audit-ci.sh`.

2026-06-22
frontend-review-deps
software-developers

Use when auditing dependency health โ€” outdated packages, CVE triage with attack-vector weighting, deprecated/declining library detection (trend-watch). Runs `audit-deps.sh` and `audit-trend-watch.sh`. Pairs with `frontend-review-security` for the full security picture.

2026-06-22
frontend-review-hygiene
software-developers

Use when assessing code quality hygiene โ€” TypeScript strictness, lint violations, dead code, and duplication. Runs `audit-typescript.sh`, `audit-lint.sh`, `audit-similarity.sh`. Does NOT cover dependency freshness or CVE audit โ€” use `frontend-review-deps` for that.

2026-06-22
frontend-review-performance
software-developers

Use when reviewing React rendering performance โ€” profiler-first diagnosis, memo/useCallback/useMemo correctness, virtual scroll, useTransition/useDeferredValue, and canvas/WebGL separation for data-heavy UIs. Covers checklist 24-rendering-performance.md.

2026-06-22
frontend-expert
software-developers

Frontend architect perspective for the weekly review. Focuses on component design, state management, DOM usage, developer experience, and build configuration. Reads raw JSON from other audit scripts and produces an opinionated perspective report.

2026-06-22
frontend-ops-expert
software-developers

Frontend Ops specialist perspective for the weekly review. Focuses on CI/CD, Scheduler, KPI ratchet, release process, Renovate / Dependabot health.

2026-06-22
performance-expert
software-developers

Performance specialist perspective for the weekly review. Focuses on bundle size, LCP / CLS / INP, avoidable re-work, image and font optimization. Reads audit-bundle and audit-lighthouse raw output when available.

2026-06-22
react-expert
software-developers

React specialist perspective for the weekly review. Focuses on hooks discipline, re-rendering, Suspense / RSC, and Context design. Opinionated on React idioms.

2026-06-22
security-expert
information-security-analysts

Security specialist perspective for the weekly review. Focuses on XSS/CSRF, authorization boundaries, input validation, secrets handling, and dependency CVEs.

2026-06-22
frontend-review-security
information-security-analysts

Use when conducting a frontend security review โ€” static analysis (risky HTML patterns, env var exposure), authentication/authorization audit (token storage, route guards, logout), and AI self-penetration testing. Runs `scripts/audit-security.sh`. For CVE triage and deprecated library detection, use `frontend-review-deps`.

2026-06-22
frontend-review-state
software-developers

Use when reviewing state management architecture โ€” classifying state types (server/URL/form/UI), checking for over-globalization, Jotai/Zustand/Redux patterns, derived state, and logout/cache invalidation. Covers checklist 23-state-management.md.

2026-06-22
frontend-review-testing
software-quality-assurance-analysts-and-testers

Use when auditing test infrastructure โ€” vitest coverage, playwright configuration, VRT setup, coverage merging. Produces recommendations for Week 2 testing phase. Runs `scripts/audit-coverage.sh`.

2026-06-22
frontend-review-triage
software-developers

Use when starting a frontend review engagement or when the user asks for an initial assessment ("triage", "day 0", "what's the state of this repo"). Reads package.json, README, gh issues, and produces a scorecard covering lockfiles, TypeScript strictness, testing, CI, and known issues. Runs `scripts/audit-triage.sh`.

2026-06-22
frontend-review-weekly
software-quality-assurance-analysts-and-testers

Use for the weekly AI review. Orchestrates all frontend-review-* skills in order, dispatches the 5 perspective sub-skills in parallel, diffs against last week's KPIs, and produces a weekly report that feeds the ratchet.

2026-06-22
k8s-crd-from-typed-schema
software-developers

Use when generating Kubernetes CustomResourceDefinitions from a typed schema source (zod / TypeBox / Valibot / json-schema). Covers the Structural Schema dialect's restrictions, the /status subresource trap, the metadata-prohibition rule, and plural inflection โ€” the four pitfalls that bite on first attempt.

2026-06-22
gleam-practice
software-developers

Use when writing or reviewing Gleam code on the Erlang target โ€” especially Wisp + Mist HTTP services, OTP-based processes (gen_server / supervisor analogues), justfile workflows, gleeunit testing, `gleam format`, GitHub Actions CI, and performance measurement. Trigger on `gleam.toml`, `.gleam` files, or Erlang/BEAM-related symptoms even if the user does not say "Gleam" by name.

2026-06-22
moonbit-js-binding
software-developers

Write MoonBit bindings to JavaScript with `extern "js"`. Use for FFI declarations against browser/Node/Deno APIs or npm packages, wrapping JS objects in opaque types, bridging Promises (`async fn` / `Promise::wait()`), `moon.pkg` exports (esm/cjs/iife), and null/undefined at the JS boundary.

2026-06-22
translate-programming-language
software-developers

Plan and execute language-to-language server or application migrations with behavior parity. Use when porting modules, services, APIs, or runtimes between programming languages; generating source-runtime oracles and fixtures; generating migrated parity tests; detecting runtime, standard-library, serialization, numeric, encoding, time, regex, or protocol differences; building temporary compatibility layers; accumulating migration knowledge; benchmarking; shadow testing; canarying; or planning cutover and rollback.

2026-06-22
ts2moonbit-migration
software-developers

Migrate a TypeScript codebase to MoonBit on the `js` target while keeping the same JavaScript API contract, using mizchi/js (JS/Web/Node bindings), mizchi/x (cross-target async backend: process/fs/http/ws), and mizchi/npm_typed (npm bindings). Use when porting a TS library, Node service, npm package, or Cloudflare Worker to MoonBit and the existing JS/TS consumers, `.d.ts`, and tests must keep working unchanged.

2026-06-22
empirical-prompt-tuning
computer-occupations-all-other

Methodology for iteratively improving agent-facing instructions (skills / slash commands / CLAUDE.md / code-gen prompts) via bias-free executor + two-sided evaluation (self-report + instruction-side metrics). Meta-skill, invoke ONLY when the user explicitly asks for an "empirical" eval of a prompt or skill, or for the Iter-0 description / body consistency check. Do NOT auto-invoke after every skill edit; this loop is operator-triggered by name.

2026-06-22
extract-glossary
software-developers

ๆŒ‡ๅฎšใ•ใ‚ŒใŸใƒชใƒใ‚ธใƒˆใƒชใ€่ค‡ๆ•ฐใƒชใƒใ‚ธใƒˆใƒชใ€ใพใŸใฏ GitHub organization ใ‹ใ‚‰ใ€ใƒ‰ใƒกใ‚คใƒณๅ›บๆœ‰ใฎๅฐ‚้–€็”จ่ชžใ€ๆฅญ็•Œ็”จ่ชžใ€็คพๅ†…ใƒปใƒ—ใƒญใƒ€ใ‚ฏใƒˆ็”จ่ชžใ€ใƒชใƒใ‚ธใƒˆใƒชๅฎŸ่ฃ…ใƒžใƒƒใƒ—ใ€ๆŠ€่ก“ๆง‹ๆˆใ€ใ‚ชใƒณใƒœใƒผใƒ‡ใ‚ฃใƒณใ‚ฐๅ‘ใ‘ Mermaid ๆง‹ๆˆๅ›ณใ‚’ๆŠฝๅ‡บใƒป็”Ÿๆˆใ™ใ‚‹ใจใใซไฝฟใ†ใ€‚ใƒฆใƒผใ‚ถใƒผใŒใ€Œ็”จ่ชž้›†ใ‚’ไฝœใ‚‹ใ€ใ€Œใƒ‰ใƒกใ‚คใƒณ่พžๆ›ธใ‚’ไฝœใ‚‹ใ€ใ€Œใ‚ชใƒณใƒœใƒผใƒ‡ใ‚ฃใƒณใ‚ฐ่ณ‡ๆ–™ใซใ™ใ‚‹ใ€ใ€Œrepo/org ใ‚’่ฆ‹ใฆๅฐ‚้–€็”จ่ชžใ‚’ใพใจใ‚ใ‚‹ใ€ใ€ŒAI ใŒๅ†็ขบ่ชใ—ใชใใฆใ‚ˆใ„็Ÿฅ่ญ˜ใƒ™ใƒผใ‚นใ‚’ไฝœใ‚‹ใ€ใจไพ้ ผใ—ใŸใ‚‰่ตทๅ‹•ใ™ใ‚‹ใ€‚

2026-06-22
mizchi-blog-style
technical-writers

Japanese-language style guide and AI-tone detection rubric for mizchi-authored blog posts (zenn / dev.to). Includes a subagent dispatch procedure that scores a draft on two axes โ€” looks-like-mizchi vs sounds-AI-generated. Use after drafting an article during the style-matching revision loop.

2026-06-22
optimizing-descriptions
computer-occupations-all-other

Meta-skill for auditing and rewriting SKILL.md `description` fields per the agentskills.io optimizing-descriptions framework, layered with mizchi's two-track trigger policy (Meta = explicit-invoke-only, Project = pushy auto-trigger). Invoke ONLY when the user explicitly asks to "optimize a skill description," "audit descriptions," or "rewrite descriptions per agentskills." Do NOT auto-invoke after every SKILL.md edit; description tuning is a deliberate batch, not a per-edit reflex.

2026-06-22
Showing top 40 of 66 collected skills in this repository.
skills Agent Skills on GitHub | SkillsMP