Agent skill · AI & Agents

event-loop

Expert skill for high-performance event-driven I/O programming and optimization

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill event-loop --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Edit-Glob-Grep
Path: library/specializations/network-programming/skills/event-loop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Event Loop Skill Expert skill for high-performance event-driven I/O programming across platforms and runtime environments. ## Capabilities - **Platform Multiplexers**: Configure epoll (Linux), kqueue (BSD/macOS), IOCP (Windows) - **Performance Analysis**: Analyze event loop performance and identify bottlenecks - **Event Debugging**: Debug event handling issues and callback delays - **Framework Code Generation**: Generate code for libuv, Boost.Asio, Tokio, and mio - **C10K+ Optimization**: Optimize for massive concurrent connection handling - **Profiling**: Profile event loop performance with system tools - **io_uring Integration**: Implement Linux io_uring for high-performance I/O - **Timer Management**: Efficient timer wheel and hierarchical timing implementations ## Tools and Dependencies - `strace/dtrace` - System call tracing - `perf` - Linux performance analysis - `libuv` - Cross-platform async I/O - `io_uring` - Linux async I/O interface - `Tokio` - Rust async runtime - `Boost.Asio` - C++ async I/O ## Target Processes - event-driven-socket-handler.js - tcp-socket-server.js - websocket-server.js - layer4-load-balancer.js ## Usage Examples ### epoll Event Loop (C) ```c int ep

What's inside
Steps it walks through
  1. Capabilities
  2. Tools and Dependencies
  3. Target Processes
  4. Usage Examples
  5. epoll Event Loop (C)
  6. iouring Setup
  7. Performance Profiling
  8. Quality Gates
Ships with 1 file
  • README.md
Commands it runs
perf record -g ./server
perf report --stdio
strace -c -f ./server
More from babysitter
All skills →
About this skill
What does the event-loop skill do?

Expert skill for high-performance event-driven I/O programming and optimization

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill event-loop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going