← All creators

Nioris

User

Terminal-first multi-agent runtime for building, testing and releasing games and apps with Claude Code, Codex and GigaChat.

49 indexed · 0 Featured · 1 stars · avg score 77
Prolific

Categories

Indexed Skills (49)

AI & Automation Listed

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.

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

advisor

Режим советчика. Читает состояние проекта (wiki/_current.md, _map.md, последний план) ДО формулировки промпта. Не выполняет задачу сам — только формулирует промпт для Claude…

1 Updated 6 days ago
Nioris
AI & Automation Listed

analyze-game

Анализировать новую игру перед интеграцией SDK. Используй когда нужно проанализировать игру, изучить структуру, подготовиться к интеграции, понять архитектуру игры.

1 Updated 6 days ago
Nioris
AI & Automation Listed

analyze-project

Analyze HTML5 project: detect type, dependencies, server needs, assets, orientation, AND research similar projects / required skills. ALWAYS run first.

1 Updated 6 days ago
Nioris
AI & Automation Listed

anon-auth-sync

Универсальный паттерн анонимной авторизации (без email/пароля) + E2E-шифрованной cloud sync с 5-словной фразой для восстановления на другом устройстве. 152-ФЗ compliant (нет PII…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

app-data-model

Architectural skill — заложить data model для приложения с самого начала. Schema, persistence, sync, migrations. Без этого retrofit стоит дни. Default: localStorage + IndexedDB…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

app-onboarding-flow

Architectural skill — заложить onboarding flow с самого начала: empty states, first-run experience, feature discovery, sample data. Без него apps теряют 30-50% юзеров на первой…

1 Updated 6 days ago
Nioris
AI & Automation Listed

app-permissions

Roles + permissions для business/SaaS/multi-tenant apps. RBAC pattern, audit log, ownership rules. Без него refactor permissions на 100+ pages = недели.

1 Updated 6 days ago
Nioris
AI & Automation Listed

app-search

Search functionality для tools/reference apps. Local search (Fuse.js fuzzy / Lunr index), filter/sort, search history, autocomplete. ОБЯЗАТЕЛЬНО для tools/reference apps где…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

asset-library

Искать готовые ассеты в библиотеке пользователя (asset-library.json в корне движка) ДО генерации новых: 2D-спрайты, 3D-модели, аудио, Unity-паки, шрифты, UI-киты. Проверка…

1 Updated 6 days ago
Nioris
AI & Automation Listed

asset-scan

Просканировать папку с пакетами ассетов и завести их в библиотеку: инвентаризация фактами (типы файлов, размеры), уточнение в интернете что это за пак и чья лицензия, простановка…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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 все…

1 Updated 6 days ago
Nioris
AI & Automation Listed

autopilot

Step 4 главного pipeline. AUTONOMOUS mode — Claude идёт по wiki/plan/02-development-plan.md до конца, не отвлекая пользователя. Останавливается ТОЛЬКО на blockers / repeated…

1 Updated 6 days ago
Nioris
AI & Automation Listed

build-apk

Build Android APK from HTML/PWA project using Capacitor and prepare for RuStore. Use when user says "build apk", "android", "rustore", "собери apk", "сборка", "публикация".

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

business-app-foundation

Architectural foundation для business/B2B apps (CRM, ERP, project management, inventory). Поверх app-data-model + permissions добавляет: multi-tenant isolation (orgId scoping)…

1 Updated 6 days ago
Nioris
AI & Automation Listed

capacitor-wrap

Wrap HTML5 in Capacitor shell → Android APK/AAB. For offline projects without server.

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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"…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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 из…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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.

1 Updated 6 days ago
Nioris
AI & Automation Listed

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.…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

design-pipeline

Step 3 главного pipeline. В economy-режиме координирует не более двух подагентов для game-design, level-design, monetization, art/sound и architecture review; полный parallel…

1 Updated 6 days ago
Nioris
AI & Automation Listed

education-foundation

Architectural foundation для education/learning apps. Поверх app-data-model + onboarding + subscription добавляет: pedagogy framework (Bloom's taxonomy, scaffolding), spaced…

1 Updated 6 days ago
Nioris
AI & Automation Listed

fill-rustore

Заполнение карточки приложения для RuStore с ASO-оптимизацией: название, описания с ключевиками, категория, теги, скриншоты, changelog. Все категории и теги из официальной…

1 Updated 6 days ago
Nioris
AI & Automation Listed

fill-steam

Заполнение Steam Store page: description (short + long), 5+ скриншотов 1280x720+, trailer, tags ≤10, system requirements, pricing per-region. Создаёт StoreData/steam/ с готовыми…

1 Updated 6 days ago
Nioris
AI & Automation Listed

fill-vk

Заполнение карточки VK Mini App для каталога: название, короткое и полное описание, категория из списка ВК, теги, иконки (формат 278×278 + 278×370), баннер, скриншоты (1440×920…

1 Updated 6 days ago
Nioris
AI & Automation Listed

fill-vkplay

Заполнение VK Play Game card на developers.vkplay.ru: название (рус+англ), описание ≥150/≤4000, tech description, скриншоты ≥3, иконка 1024×1024, loading 1000×1000, категория…

1 Updated 6 days ago
Nioris
AI & Automation Listed

fill-yandex

Заполнение карточки игры для Яндекс Игр: описание, как играть, категория, теги, ключевые слова, возраст, локализованные JSON на 13 языков, SETUP_GUIDE (лидерборды, IAP, реклама)…

1 Updated 6 days ago
Nioris
AI & Automation Listed

finance-app-foundation

Architectural foundation для finance/fintech apps. Поверх app-data-model + permissions добавляет: PCI-DSS compliance hooks, transaction integrity (atomic + audit), decimal…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

find-skill

Discovery skill — помогает юзеру найти подходящий skill когда capability нужна, но юзер не знает что у нас уже есть для этого skill. Также подключается к npx skills marketplace…

1 Updated 6 days ago
Nioris
AI & Automation Listed

find-skills

Найти и поставить готовый скил из открытой экосистемы вместо того, чтобы писать свой: поиск через npx skills, отбор по установкам и репутации источника, установка в Claude Code и…

1 Updated 6 days ago
Nioris
AI & Automation Listed

fix-moderation

Разобрать и исправить замечания модерации Яндекс Игр. Используй когда пришли замечания от модерации, отказ модерации, нужно исправить замечания, фикс rejection.

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

deploy

Deploy project to VPS or web server. Use when user says "deploy", "publish web", "деплой", "на сервер", "запустить на сервере", "хостинг".

1 Updated 6 days ago
Nioris
AI & Automation Listed

doc

Update project documentation — wiki pages, README, code comments. Use when user says "doc", "update docs", "add comments", "документация".

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

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…

1 Updated 6 days ago
Nioris
AI & Automation Listed

convert-all

Конвертировать ВСЕ необработанные проекты в input/ в Android APK.

1 Updated 6 days ago
Nioris

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.