--- title: "EDM115 - Project EDM115/skills" canonical_url: "https://edm115.dev/projects/skills" last_updated: "2026-08-15T00:22:34.846Z" meta: description: "Skills generated for my own purpose, created because nobody made them before" "og:description": "Skills generated for my own purpose, created because nobody made them before" "og:title": "EDM115 - Project EDM115/skills" --- Home # `EDM115/skills` Skills generated for my own purpose, created because nobody made them before [![skills.sh](https://skills.sh/b/EDM115/skills)](https://skills.sh/EDM115/skills) ## 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`](https://github.com/anthropics/skills/tree/main/skills/skill-creator), [`writing-skills`](https://github.com/obra/superpowers/tree/main/skills/writing-skills) & [`make-skill-template`](https://github.com/github/awesome-copilot/tree/main/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](https://github.com/EDM115/skills/blob/master/skills/pyrofork-api-full-reference/generate_pyrofork_api_skill.py) and the harness from [`antfu/skills`](https://github.com/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`](https://github.com/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`](https://github.com/anthropics/skills/tree/main/skills/skill-creator), [`writing-skills`](https://github.com/obra/superpowers/tree/main/skills/writing-skills) & [`make-skill-template`](https://github.com/github/awesome-copilot/tree/main/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 |