Skip to main content
Execute qualquer Skill no Manus
com um clique
mazrean
Perfil de criador do GitHub

mazrean

Visão por repositório de 61 skills coletadas em 9 repositórios do GitHub.

skills coletadas
61
repositórios
9
atualizado
2026-05-09
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

using-grafana-mcp
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 25 skills coletadas neste repositório.
wsh-crok-render-optimization
Desenvolvedores web

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

2026-03-21
wsh-dm-optimization
Desenvolvedores de software

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

2026-03-21
wsh-home-optimization
Desenvolvedores de software

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

2026-03-21
wsh-lazy-modal
Desenvolvedores de software

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

2026-03-20
wsh-sse-optimization
Desenvolvedores de software

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

2026-03-20
checking-wsh-vrt
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-03-20
Mostrando as 8 principais de 18 skills coletadas neste repositório.
apm-dependency-isucon
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 10 skills coletadas neste repositório.
applying-isucon-arch-isunarabe-rev2
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-09
Mostrando 9 de 9 repositórios
Todos os repositórios foram exibidos