Discover Zig

Router skill for Zig-related tasks in this repository; points to local architecture, gotchas, and client-behavior skills.

sleep3r 15e6bad 950 B Updated

File contents

Zig Skill Router

Use this skill as an entrypoint whenever work touches Zig code in this repository.

Use This For

  • src/**/*.zig changes
  • runtime architecture questions
  • performance/memory tuning
  • debugging event-loop behavior
  • protocol/crypto safety checks

Load Next Skills

For system design and flow:

Read ../architecture/SKILL.md

For implementation pitfalls and invariants:

Read ../zig-gotchas/SKILL.md

For platform-specific Telegram client timeout/retry behavior:

Read ../client-behavior/SKILL.md

Repository-Specific Notes

  • Runtime target is Linux (epoll core).
  • The proxy is state-machine/event-loop based (no thread-per-connection model).
  • Keep docs synchronized when behavior changes:
    • README.md
    • test/README.md
    • .agent/workflows/*

sleep3r/mtproto.zig/tree/main/.agent/skills/discover-zig commit 15e6bad415

Frequently asked questions

npx skillmds@latest add sleep3r/discover-zig