Nioris
UserTerminal-first multi-agent runtime for building, testing and releasing games and apps with Claude Code, Codex and GigaChat.
Categories
Indexed Skills (49)
3d-perf
Optimize Three.js game performance — reduce draw calls below 100, instancing, geometry merging, LOD, texture compression (Draco/KTX2), memory management. Target 60fps on mobile.
add-pipeline
Add a new permanent pipeline, workflow, or capability to Project Forge. Beyond SDKs — any repeatable process: new store integration, new build target, new testing flow, new…
advisor
Режим советчика. Читает состояние проекта (wiki/_current.md, _map.md, последний план) ДО формулировки промпта. Не выполняет задачу сам — только формулирует промпт для Claude…
analyze-game
Анализировать новую игру перед интеграцией SDK. Используй когда нужно проанализировать игру, изучить структуру, подготовиться к интеграции, понять архитектуру игры.
analyze-project
Analyze HTML5 project: detect type, dependencies, server needs, assets, orientation, AND research similar projects / required skills. ALWAYS run first.
anon-auth-sync
Универсальный паттерн анонимной авторизации (без email/пароля) + E2E-шифрованной cloud sync с 5-словной фразой для восстановления на другом устройстве. 152-ФЗ compliant (нет PII…
app-data-flow
App data management: search, filter, sort, pagination, virtual scroll, categories, tags, statistics/analytics dashboards. Makes data-heavy apps fast and navigable. Use when app…
app-data-model
Architectural skill — заложить data model для приложения с самого начала. Schema, persistence, sync, migrations. Без этого retrofit стоит дни. Default: localStorage + IndexedDB…
app-notifications
App notifications: local reminders, push setup, badge counters, in-app notification center, scheduled alerts, toast messages. Use when app needs reminders, alerts, or…
app-onboarding-flow
Architectural skill — заложить onboarding flow с самого начала: empty states, first-run experience, feature discovery, sample data. Без него apps теряют 30-50% юзеров на первой…
app-permissions
Roles + permissions для business/SaaS/multi-tenant apps. RBAC pattern, audit log, ownership rules. Без него refactor permissions на 100+ pages = недели.
app-search
Search functionality для tools/reference apps. Local search (Fuse.js fuzzy / Lunr index), filter/sort, search history, autocomplete. ОБЯЗАТЕЛЬНО для tools/reference apps где…
app-settings
App settings: dark/light theme, user preferences, font size, language, data management (export/import/clear), about page, feedback. Use when app needs settings screen or theme…
app-ux-polish
Polish app UX: user flows, empty states, error handling, loading states, confirmations, undo, micro-interactions. Transforms functional-but-raw apps into polished products. Use…
appmetrica-integration
Integrate Yandex AppMetrica analytics SDK в Android wrapper. Auto-detects wrapper type (TWA, Capacitor, Cordova, Native Kotlin/Java) by project files, applies correct integration…
art-direction
MANDATORY first phase for ANY visual work (3D, pixel, vector, UI). Defines a concrete per-game art-direction spec BEFORE generating pixels, and a self-critique loop that runs…
asset-generation
Produce real game assets: visuals through Forge Image Studio (Codex-native ImageGen or direct OpenAI GPT Image 2), voice/SFX through ElevenLabs, and reproducible music prompt…
asset-library
Искать готовые ассеты в библиотеке пользователя (asset-library.json в корне движка) ДО генерации новых: 2D-спрайты, 3D-модели, аудио, Unity-паки, шрифты, UI-киты. Проверка…
asset-scan
Просканировать папку с пакетами ассетов и завести их в библиотеку: инвентаризация фактами (типы файлов, размеры), уточнение в интернете что это за пак и чья лицензия, простановка…
auto-release
Autonomous release workflow via Claude Code /goal (v2.1.139+). Sets persistent goal 'release-ready returns GREEN for {platform}', Claude iterates fix→validate→fix until все…
autopilot
Step 4 главного pipeline. AUTONOMOUS mode — Claude идёт по wiki/plan/02-development-plan.md до конца, не отвлекая пользователя. Останавливается ТОЛЬКО на blockers / repeated…
build-apk
Build Android APK from HTML/PWA project using Capacitor and prepare for RuStore. Use when user says "build apk", "android", "rustore", "собери apk", "сборка", "публикация".
bundle-libs
Bundle external CDN libraries into game zip для Yandex Games. Scans HTML/JS for external <script src=https://...>, downloads to assets/lib/, replaces refs с local paths. Yandex…
business-app-foundation
Architectural foundation для business/B2B apps (CRM, ERP, project management, inventory). Поверх app-data-model + permissions добавляет: multi-tenant isolation (orgId scoping)…
capacitor-wrap
Wrap HTML5 in Capacitor shell → Android APK/AAB. For offline projects without server.
choose-backend-stack
Standardized backend stack decision for app/game projects. Walks user through 4 questions (persistence needs, real-time, RPS, hosting preference), outputs one of 5 canonical…
continue
Resume work on the project. Reads wiki/_current.md, plan, then _map.md and picks up where we left off. Use when user says "continue", "продолжай", "resume", "where were we"…
convert
Convert HTML5 project to Android APK/AAB for RuStore. Full pipeline from analysis to build. Use when user says "convert", "конвертируй", "в apk", "android", "rustore", "apk из…
credentials-check
Check and safely provision required credentials, API keys, SDK IDs and signing identity before platform builds. ALWAYS run before $convert, $build-apk, $release-yandex or $deploy.
debugcheck-enhance
Enhance debugcheck.js with RUNTIME checks that catch the actual rejection reasons. Current panel does static regex analysis — misses timing issues, overflow, actual ad behavior.…
deepen-game
Content expansion orchestrator for EXISTING games (not new builds). Takes a working game and makes it deeper: more levels, better progression, more retention hooks, better…
design-pipeline
Step 3 главного pipeline. В economy-режиме координирует не более двух подагентов для game-design, level-design, monetization, art/sound и architecture review; полный parallel…
education-foundation
Architectural foundation для education/learning apps. Поверх app-data-model + onboarding + subscription добавляет: pedagogy framework (Bloom's taxonomy, scaffolding), spaced…
fill-rustore
Заполнение карточки приложения для RuStore с ASO-оптимизацией: название, описания с ключевиками, категория, теги, скриншоты, changelog. Все категории и теги из официальной…
fill-steam
Заполнение Steam Store page: description (short + long), 5+ скриншотов 1280x720+, trailer, tags ≤10, system requirements, pricing per-region. Создаёт StoreData/steam/ с готовыми…
fill-vk
Заполнение карточки VK Mini App для каталога: название, короткое и полное описание, категория из списка ВК, теги, иконки (формат 278×278 + 278×370), баннер, скриншоты (1440×920…
fill-vkplay
Заполнение VK Play Game card на developers.vkplay.ru: название (рус+англ), описание ≥150/≤4000, tech description, скриншоты ≥3, иконка 1024×1024, loading 1000×1000, категория…
fill-yandex
Заполнение карточки игры для Яндекс Игр: описание, как играть, категория, теги, ключевые слова, возраст, локализованные JSON на 13 языков, SETUP_GUIDE (лидерборды, IAP, реклама)…
finance-app-foundation
Architectural foundation для finance/fintech apps. Поверх app-data-model + permissions добавляет: PCI-DSS compliance hooks, transaction integrity (atomic + audit), decimal…
find-or-make-skill
Before Claude attempts any specialized task (game physics, animation library, specific SDK, design system, monetization strategy, etc) — use this skill to find an existing skill…
find-skill
Discovery skill — помогает юзеру найти подходящий skill когда capability нужна, но юзер не знает что у нас уже есть для этого skill. Также подключается к npx skills marketplace…
find-skills
Найти и поставить готовый скил из открытой экосистемы вместо того, чтобы писать свой: поиск через npx skills, отбор по установкам и репутации источника, установка в Claude Code и…
fix-moderation
Разобрать и исправить замечания модерации Яндекс Игр. Используй когда пришли замечания от модерации, отказ модерации, нужно исправить замечания, фикс rejection.
art-prompts
Store/game art prompt planning for icons, covers and promo creatives. In Forge 4.67 it delegates reproducible production prompts to $prompt-compiler and generation to…
deploy
Deploy project to VPS or web server. Use when user says "deploy", "publish web", "деплой", "на сервер", "запустить на сервере", "хостинг".
doc
Update project documentation — wiki pages, README, code comments. Use when user says "doc", "update docs", "add comments", "документация".
app
Smart router for app projects. Auto-detects what to do based on context — new app / analyze existing / continue work / UI redesign / pre-release. One command, AI figures out next…
do
Advisor that ACTS. Reads project context, picks the right skill from the advisor catalog, and EXECUTES it on the project — applies changes, keeps working. Never hands back a copy…
convert-all
Конвертировать ВСЕ необработанные проекты в input/ в Android APK.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.