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

sre-agent-isucon13

sre-agent-isucon13 contains 18 collected skills from openjny, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
18
Stars
0
updated
2026-04-20
Forks
0
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

isucon-mcp-guide
network-and-computer-systems-administrators

MCP tool reference — exec, benchmark_start, benchmark_status, note_write, etc. Use when: executing commands on VMs, running benchmarks, or recording findings

2026-04-20
isucon13-contest-guide
network-and-computer-systems-administrators

ISUCON13 contest manual — server topology, service management, benchmark execution, and rules. Use when: checking environment setup, running benchmarks, or understanding contest constraints

2026-04-20
isupipe
technical-writers

ISUPipe application manual — features, terms, constraints, and API specs. Use when: understanding the app domain, checking API behavior or MUST/MAY requirements

2026-04-20
db-indexing
technical-writers

General strategy for identifying and adding missing database indexes in ISUCON web applications

2026-04-20
icon-caching
software-developers

General techniques for optimizing user icon/avatar image serving in ISUCON web applications

2026-04-20
n-plus-one-fix
software-developers

General techniques for identifying and fixing N+1 query problems in ISUCON web applications

2026-04-20
alp-profiling
network-and-computer-systems-administrators

Install and use alp (Access Log Profiler) to identify slow nginx endpoints and analyze request patterns

2026-04-20
go-db-tuning
database-architects

Tune Go database/sql connection pool settings for optimal MySQL performance under ISUCON load

2026-04-20
app-caching
software-developers

Implement application-level in-memory caching in Go using sync.Map for frequently accessed data that rarely changes

2026-04-20
dns-optimization
network-and-computer-systems-administrators

Optimize PowerDNS performance for ISUCON competitions where DNS resolution is a component

2026-04-20
isucon-scoring-patterns
software-developers

Common ISUCON scoring patterns and strategies to achieve score jumps based on historical competition data

2026-04-20
mysql-buffer-tuning
software-developers

Tune MySQL InnoDB buffer pool and query settings for ISUCON workloads

2026-04-19
nginx-tuning
network-and-computer-systems-administrators

Tune nginx worker processes, connection handling, keepalive, and logging for ISUCON workloads

2026-04-19
slow-query-analysis
database-administrators

Enable MySQL slow query log and use pt-query-digest to identify the most expensive database queries

2026-04-19
emergency-rollback
network-and-computer-systems-administrators

Emergency rollback procedures when changes break the ISUPIPE application or benchmark fails

2026-04-19
isucon-initial-strategy
network-and-computer-systems-administrators

First 30 minutes strategy checklist for ISUCON competitions — what to do immediately after the contest starts

2026-04-19
load-balancer-setup
network-and-computer-systems-administrators

Configure nginx as a load balancer distributing traffic across multiple Go app workers

2026-04-19
multi-server-distribution
software-developers

Distribute ISUPIPE components across 3 contest VMs for optimal resource utilization — DB on vm1, App workers on vm2/vm3

2026-04-19