Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

PyKorone

يحتوي PyKorone على 6 من skills المجمعة من HitaloM، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
6
Stars
36
محدث
2026-05-24
Forks
2
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

python-code-standards
مطوّرو البرمجيات

Use when generating, editing, or reviewing Python code in this project, especially under src/korone. Follow comprehensive type hints with modern syntax, snake_case naming, explicit imports, async-first architecture, repository-based database access, project handler bases, structured logging, and strict Ruff/Pyright expectations.

2026-05-24
aiogram-project-patterns
مطوّرو البرمجيات

Use when editing code that uses aiogram in src/korone. Enforce current aiogram 3.x APIs and PyKorone patterns for Dispatcher setup, routers, class-based handlers, middlewares, callback data, filters, and webhook or polling bootstrapping.

2026-05-24
development-tooling
مطوّرو البرمجيات

Use when editing development tooling configuration or workflows in this repository, including uv, Ruff, pre-commit, Pyright, Alembic, Babel locale tasks, Docker build/runtime setup, Makefile targets, pyproject.toml, ruff.toml, .python-version, Dockerfile, docker-compose.yml, alembic files, and runtime bootstrap.

2026-05-24
korone-modules-plugin-contract
مطوّرو البرمجيات

Use when creating or editing loadable top-level module packages under src/korone/modules, especially src/korone/modules/*/__init__.py files listed by korone.modules.MODULES. Follow the current ModuleManifest, ModulePackage, router, handlers tuple, scripts, stats, and export contract expected by the PyKorone runtime module loader.

2026-05-24
localization-manual-translation
مطوّرو البرمجيات

Use when user-facing strings are added, changed, or removed in src/korone, or when gettext locale catalogs under locales are edited. Enforce PyKorone manual translation review, Babel Makefile workflow, placeholder preservation, fuzzy entry resolution, and catalog compilation.

2026-05-24
medias-module-patterns
مطوّرو البرمجيات

Use when creating or editing the medias module in src/korone/modules/medias. Follow PyKorone structure and patterns for handlers, filters, provider adapters, platform packages, URL parsing, caching, media downloads, soft failures, and structured error reporting.

2026-05-24