Skip to main content
Run any Skill in Manus
with one click
$pwd:
mazrean
GitHub creator profile

mazrean

Repository-level view of 61 collected skills across 9 GitHub repositories, including approximate occupation coverage.

skills collected
61
repositories
9
occupation fields
2
updated
2026-05-09
occupation focus
Major fields detected across this creator.
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
agent-skills
25 skills00updated 2026-05-09
41% of creator
using-grafana-mcp
Network & Computer Systems Administrators

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
Software Developers

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
Software Developers

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
Software Quality Assurance Analysts & Testers

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
Software Developers

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
Software Developers

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
Software Developers

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
Software Developers

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
Showing top 8 of 25 collected skills in this repository.
#002
wsh2026
18 skills00updated 2026-03-21
30% of creator
wsh-crok-render-optimization
Web Developers

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

2026-03-21
wsh-dm-optimization
Software Developers

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

2026-03-21
wsh-home-optimization
Software Developers

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

2026-03-21
wsh-lazy-modal
Software Developers

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

2026-03-20
wsh-sse-optimization
Software Developers

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

2026-03-20
checking-wsh-vrt
Software Quality Assurance Analysts & Testers

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
Software Developers

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
Software Developers

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

2026-03-20
Showing top 8 of 18 collected skills in this repository.
#003
apm-package
10 skills00updated 2026-05-09
16% of creator
apm-dependency-isucon
Network & Computer Systems Administrators

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
Software Developers

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
Software Developers

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
Network & Computer Systems Administrators

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
Software Developers

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
Software Developers

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
Software Developers

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
Software Developers

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
Showing top 8 of 10 collected skills in this repository.
#004
isunarabe-train-2026-workspace
3 skills00updated 2026-05-09
4.9% of creator
applying-isucon-arch-isunarabe-rev2
Software Developers

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
Software Developers

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
Software Developers

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 skills413updated 2026-05-09
1.6% of creator
#008
isucon-go-tools
1 skills60updated 2026-05-08
1.6% of creator
Showing 9 of 9 repositories
All repositories loaded