Skip to main content

discover-zig

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

インストールへ移動

ソース情報

リポジトリ
sleep3r/mtproto.zig
ソースの最終更新活動
2026年4月5日 12:41
検出された SKILL.md の言語
英語
スター
1,870
フォーク
93

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
discover-zig
description
Router skill for Zig-related tasks in this repository; points to local architecture, gotchas, and client-behavior skills.
# 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/*`
GitHubで見る