architecture
Understanding data flow, domain patterns, cross-domain dependencies, and architectural constraints
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Understanding data flow, domain patterns, cross-domain dependencies, and architectural constraints
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Sync new/changed game image assets from Android device to S3 CDN. Use after a game version update when new images may have been added.
Update game data when a new Legends of Idleon version is released. Extracts game code from Steam, processes it through WikiBot, and syncs updated data back.
Guide for live game extraction testing, writing domain tests, and validating calculations
Step-by-step guide for implementing new game features and domain logic
| name | architecture |
| description | Understanding data flow, domain patterns, cross-domain dependencies, and architectural constraints |
For comprehensive architecture documentation, read docs/CODEBASE_OVERVIEW.md.
Three-phase data pipeline:
Critical architectural rules:
data/domain/data/, data/domain/enum/, data/domain/model/Finding correct calculation order:
Data sync command:
cp -r ../IdleonWikiBot/exported/ts/* data/domain/
Known fragility: