EDM115/skills
Skills generated for my own purpose, created because nobody made them before
Usage
Select skills
zsh
pnpx skills add EDM115/skills
Install a specific skill
zsh
pnpx skills add EDM115/skills --skill rtk
Skills available
| Name | Description | Source | Notes |
|---|---|---|---|
pyrofork-api |
Use when implementing, debugging, or reviewing Pyrofork API usage and internals from docs/source/api, including Client, handlers, decorators, filters, enums, and RPC error catalogs. Triggers on requests for exact signatures, parameters, types, enum values, filter behavior, or handler/decorator wiring. | https://github.com/Mayuri-Chan/pyrofork | Generated “manually”, using skill-creator, writing-skills & make-skill-template |
pyrofork-api-full-reference |
Offline API backup skill for Pyrofork, extracted from source docstrings across pyrogram modules. Warning - the content is massive and should be queried with tools like rg/grep for specific references rather than read sequentially. Only load sections relevant to your needs. |
https://github.com/Mayuri-Chan/pyrofork | Automatically generated with a python script and the harness from antfu/skills |
pyrofork-best-practices |
Use when building Telegram automations with Pyrofork and needing practical patterns for handlers, filters, plugins, raw API usage, and reliability. | https://github.com/Mayuri-Chan/pyrofork | Automatically generated with antfu/skills |
pyrofork-docs |
Use when working with Pyrofork (Pyrogram fork) in any Python project - setup/auth, client lifecycle, handlers/filters, async vs sync usage, plugins, raw MTProto API, formatting, storage/proxy/scheduling, Telegram-specific behavior, and troubleshooting common RPC/session/network errors. | https://github.com/Mayuri-Chan/pyrofork | Generated “manually”, using skill-creator, writing-skills & make-skill-template |
rtk |
Must use whenever you’re about to run a command in the terminal to have faster and more efficient output, all while reducing tokens in your context window. | https://github.com/rtk-ai/rtk | Aggregation of the multiple file contents generated by rtk itself |