sergenes/mini_agent
Skill Claude CodeCodex
One-command iOS TestFlight and Android Play uploads via deployment-pipeline/release.py, plus infratools.py wrappers. Use when releasing, bumping build numbers, wiring agent-callable deploy tools, or editing files under deployment-pipeline/.
sergenes/mini_agent
Skill Claude CodeCodex
How to run miniagent locally, remotely, or in mixed mode, including Ollama, env vars, MCP, interactive REPL, and provider fallback. Use when running agent.py, adding a provider, debugging tool calling, or setting up .env.
sergenes/mini_agent
Skill Claude CodeCodex
Record and check iOS and Android UI flows with uiagent.py (cloud) or uiagentlocal.py (Ollama). Use when recording a visual baseline, running check or check-all, debugging simulator taps, or editing files under visual-testing/.
sergenes/mini_agent
Instructions file CodexOpenCode
AGENTS.md instructions for sergenes/mini_agent, covering mini agent, always, skills and tools.
sergenes/mini_agent
Instructions file
Claude Code instructions for sergenes/mini_agent, covering mini agent, always, skills and tools.
sergenes/mini_agent
Instructions file Gemini CLI
Gemini CLI instructions for sergenes/mini_agent: Project memory for this repo is AGENTS.md (and the matching CLAUDE.md). Follow AGENTS.md. Do not keep a second copy of those rules in this file.
sergenes/mini_agent
Skill Claude CodeCodex
Default Android app architecture: MVVM, three Gradle modules, Jetpack Compose, Hilt, Coil, Ktor, Room, DataStore. Use when creating or changing Android, Kotlin, Jetpack Compose, Gradle modules, Activities, ViewModels, or Android libraries in an app that has not already chosen a different pattern.
sergenes/mini_agent
Skill Claude CodeCodex
Default iOS and macOS app architecture: MVVM, SwiftUI, @Observable, async/await, URLSession. Use when creating or changing iOS, iPadOS, macOS, SwiftUI, ViewModels, Swift packages, or Xcode app targets that have not already chosen a different pattern.
sergenes/mini_agent
Skill Claude CodeCodex
Bootstrap a new product repository for agentic development. Use when starting a new app, empty repo, greenfield project, or when the user asks to stand up the factory, the start loop, or what to install before the first feature.
sergenes/mini_agent
Skill Claude CodeCodex
Default web app architecture: TypeScript, feature folders, a view / state / client split in the same spirit as MVVM. Use when creating or changing web UI, TypeScript/JavaScript frontend, React or similar SPA/SSR pages, CSS, or browser API clients in an app that has not already chosen a different pattern.