This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1J_GRCK3XaJ1_R9ysrzQg4SlxLyRwdXJn
This repo also includes a portable Claude Code workflow for /infogenius.
What is included:
.claude/skills/infogenius/SKILL.md- the research-first visual generation skill.claude/commands/infogenius.md- the slash command wrapper.claude/mcp.example.json- example Gemini/Nano Banana MCP configuration without secrets
Install into Claude Code by copying the files into your Claude config:
cp -R .claude/skills/infogenius ~/.claude/skills/
cp .claude/commands/infogenius.md ~/.claude/commands/On Windows PowerShell:
Copy-Item -Recurse .claude\skills\infogenius $HOME\.claude\skills\
Copy-Item .claude\commands\infogenius.md $HOME\.claude\commands\Then configure an image MCP such as Nano Banana with your own GEMINI_API_KEY. Use .claude/mcp.example.json as the template.
The Claude skill is intentionally generic. It does not depend on Arcanea lore, FrankX brand rules, or local machine paths. Arcanea-specific variants live in frankxai/arcanea-infogenius.
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
