Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
mazrean
GitHub 创作者资料

mazrean

按仓库查看 9 个 GitHub 仓库中的 61 个已收集 skills,并展示近似职业覆盖。

已收集 skills
61
仓库
9
职业领域
2
更新
2026-05-09
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
agent-skills
25 个 skills00更新于 2026-05-09
占该创作者 41%
using-grafana-mcp
网络与计算机系统管理员

Operate the official grafana/mcp-grafana server from an agent. Use when the conversation has Grafana MCP tools available and you need to query Prometheus/Loki/Pyroscope, search or edit dashboards, manage alert rules, or generate Grafana deeplinks. Covers tool selection, parameter conventions (datasource UID, time ranges, limits, query types), and context-saving patterns for dashboard work.

2026-05-09
designing-isucon-architecture
软件开发工程师

Analyzes an existing ISUCON-style application, designs an optimal infrastructure and architecture redesign that respects every ISUCON rule, and emits the proposal as a self-contained Agent Skill that another Claude session can read and execute. Use when starting an ISUCON contest or practice, drafting a contest-day architecture plan before touching code, or when the user asks to "design the architecture", "plan the topology", or "produce an implementation skill" for an ISUCON problem.

2026-05-09
writing-isucon-arch-subagent-tasks
软件开发工程师

Decomposes the apply-skill produced by designing-isucon-architecture into atomic tasks, materializes one Claude Code subagent per task, and emits a dispatcher slash command that fires the subagents in dependency order (parallel where the graph allows). Use when an applying-isucon-arch-<slug> skill exists and the team wants the architecture rollout to run as orchestrated subagent jobs rather than a single linear human-driven session, or when the user asks to "create subagents for this ISUCON design", "wire the ISUCON apply-skill into Claude Code agents", or "split the rollout into parallel agent tasks".

2026-05-09
checking-wsh-vrt
软件质量保证分析师与测试员

Runs Visual Regression Testing (VRT) locally to prevent disqualification in Web Speed Hackathon. Captures screenshots, compares against baselines, updates snapshots, and validates visual integrity after performance optimizations. Use when optimizing WSH apps, running VRT checks, updating VRT baselines, or investigating VRT failures.

2026-05-09
planning-wsh-improvements
软件开发工程师

Analyzes a Web Speed Hackathon project, researches each improvement topic in depth, stores research as Agent Skills, and generates executable Claude Code commands for each optimization. Use when starting WSH optimization, creating an optimization roadmap, or generating executable improvement commands.

2026-05-09
porting-isucon-rust-to-go
软件开发工程师

Ports an ISUCON-style Rust reference implementation to Go (Echo) using parallel subagents. Use when the contest provides a Rust reference but the team wants to compete in Go, or when the user asks to migrate a Rust web app to Go Echo endpoint by endpoint. Preserves API URI, request/response shape, frontend static files, the isuwari reboot/retest daemon, and the isuadmin account exactly as distributed (changing them = disqualification).

2026-05-09
winning-isucon
软件开发工程师

Optimizes web applications for ISUCON (Iikanji ni Speed Up Contest), a Japanese 8-hour performance tuning competition. Use when participating in ISUCON, practicing past problems (private-isu, isucon-workshop), or aggressively tuning a Go/Node.js/Ruby/PHP web app with MySQL behind nginx. Covers regulation, measurement tools (alp, pt-query-digest, pprof), N+1 elimination, indexing, caching, multi-server topology, and reboot-test pitfalls.

2026-05-09
winning-web-speed-hackathon
软件开发工程师

Optimizes deliberately slow web applications for maximum Lighthouse scores in Web Speed Hackathon (CyberAgent). Use when participating in WSH or performing aggressive frontend performance optimization on React/Node.js apps with SQLite backends. Covers bundle reduction, image optimization, Core Web Vitals, server tuning, and known competition traps.

2026-05-09
当前展示该仓库 Top 8 / 25 个已收集 skills。
#002
wsh2026
18 个 skills00更新于 2026-03-21
占该创作者 30%
wsh-crok-render-optimization
网页开发工程师

Crok AI chat rendering optimization — SSE debouncing, ChatMessage memoization, Markdown re-render prevention

2026-03-21
wsh-dm-optimization
软件开发工程师

DM page and flow optimization — afterSave hook, message rendering, unread count queries for WSH 2026

2026-03-21
wsh-home-optimization
软件开发工程师

Home page performance optimization — Post defaultScope, SSR data reduction, lazy media hydration for WSH 2026 CaX app

2026-03-21
wsh-lazy-modal
软件开发工程师

Lazy loading modal containers and route components to reduce initial bundle size — CrokContainer, NewPostModalContainer

2026-03-20
wsh-sse-optimization
软件开发工程师

SSE streaming optimization — batching char-by-char events and debouncing React re-renders for Crok AI chat performance

2026-03-20
checking-wsh-vrt
软件质量保证分析师与测试员

Runs Visual Regression Testing (VRT) locally to prevent disqualification in Web Speed Hackathon. Captures screenshots, compares against baselines, updates snapshots, and validates visual integrity after performance optimizations. Use when optimizing WSH apps, running VRT checks, updating VRT baselines, or investigating VRT failures.

2026-03-20
winning-web-speed-hackathon
软件开发工程师

Optimizes deliberately slow web applications for maximum Lighthouse scores in Web Speed Hackathon (CyberAgent). Use when participating in WSH or performing aggressive frontend performance optimization on React/Node.js apps with SQLite backends. Covers bundle reduction, image optimization, Core Web Vitals, server tuning, and known competition traps.

2026-03-20
wsh-code-splitting
软件开发工程师

Code splitting strategies for WSH 2026 — React.lazy, Suspense, splitChunks, and route-based splitting for the CaX app.

2026-03-20
当前展示该仓库 Top 8 / 18 个已收集 skills。
#003
apm-package
10 个 skills00更新于 2026-05-09
占该创作者 16%
apm-dependency-isucon
网络与计算机系统管理员

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/isucon. Use when bootstrapping or auditing an ISUCON contest workspace's mise.toml.

2026-05-09
apm-dependency-terraform
软件开发工程师

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform. Use when bootstrapping or auditing a Terraform repo's mise.toml.

2026-05-06
apm-dependency-common
软件开发工程师

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/common. Use when bootstrapping or auditing a repo's mise.toml.

2026-05-06
apm-dependency-terraform-gcp
网络与计算机系统管理员

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform-gcp. Use when bootstrapping or auditing a Terraform-on-GCP repo's mise.toml.

2026-05-06
apm-dependency-android
软件开发工程师

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/android. Use when bootstrapping or auditing an Android repo's mise.toml.

2026-05-05
apm-dependency-go
软件开发工程师

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/go. Use when bootstrapping or auditing a Go repo's mise.toml.

2026-05-05
apm-dependency-cloudflare
软件开发工程师

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/cloudflare. Use when bootstrapping or auditing a Cloudflare Workers repo's mise.toml.

2026-05-05
apm-dependency-frontend
软件开发工程师

Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/frontend. Required for E2E testing via Playwright CLI and for browser debugging via chrome-devtools-mcp.

2026-05-05
当前展示该仓库 Top 8 / 10 个已收集 skills。
#004
isunarabe-train-2026-workspace
3 个 skills00更新于 2026-05-09
占该创作者 4.9%
applying-isucon-arch-isunarabe-rev2
软件开发工程师

Applies the REV2 architecture redesign in docs/isucon-arch/DESIGN-REV2.md to the isunarabe-train-2026 (nrb2026) implementation. REV2 is layered on top of REV1 (applying-isucon-arch-isunarabe) — REV1 must already be merged. Use when the REV1 dispatcher is complete and Grafana shows DB CPU 100% / pool wait dominance is the new bottleneck.

2026-05-09
applying-isucon-arch-isunarabe
软件开发工程师

Applies the architecture redesign decided in docs/isucon-arch/DESIGN.md to the isunarabe-train-2026 (nrb2026) Go implementation in migrate/go/. Use when ready to execute the planned topology, schema, cache, and endpoint changes for this ISUCON practice problem. Assumes phase-0/1/2/3 of designing-isucon-architecture have already produced CONSTRAINTS.md, BASELINE.md, DESIGN.md, CONSTRAINT-MATRIX.md.

2026-05-09
understanding-isunarabe-domain
软件开发工程师

ISUNARABE 合同演習 2026 (nrb2026) アプリケーションのドメイン知識リファレンス。クラウドファンディング型グループ購入「キャンペーン」を中心に、ユーザー・参加・課金・タグ保存検索・Webhook 通知の不変条件と整合性ルールをまとめる。Use this skill when reading or modifying the contest webapp (Rust 参考実装 `migrate/rust/`、Go 移植先、SQL スキーマ)、エンドポイント挙動を理解する必要があるとき、ベンチマーカーが見るクリティカル/ソフトエラー判定を踏まえてチューニングするとき、移植や最適化で API 等価性を確認するとき。

2026-05-09
#006
isucrud
1 个 skills413更新于 2026-05-09
占该创作者 1.6%
#008
isucon-go-tools
1 个 skills60更新于 2026-05-08
占该创作者 1.6%
已展示 9 / 9 个仓库
已展示全部仓库