Start InkMon creation workflow - design a new creature
Design devolution (pre-evolution) form for an existing InkMon
Design evolution form for an existing InkMon
Initialize InkMon development environment in current project
Strict sync - sync InkMon JSON files with database (check content)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Lomo's Claude Code Plugin Marketplace - 为 Claude Code 提供定制化插件支持,同时包含 InkMon 项目完整技术栈和通用游戏逻辑框架。
LomoMarketplace 是一个多功能 monorepo 项目,包含:
LomoMarketplace/
├── plugins/ # Claude Code 插件
│ ├── UE_ReactUMG/ # UE ReactUMG 开发助手
│ └── InkMon/ # InkMon 开发助手
├── packages/
│ ├── logic-game-framework/ # @lomo/logic-game-framework 游戏逻辑框架
│ └── inkmon-core/ # @inkmon/core 核心库
├── lomo-mcp-servers/
│ └── inkmon-server/ # InkMon MCP 服务器
├── inkmon-pokedex/ # Web 图鉴应用(Next.js)
├── data/ # 数据目录
│ ├── inkmon.db # SQLite 数据库
│ └── inkmons/ # InkMon JSON 文件
├── plan_docs/ # 设计文档
├── dev_docs/ # Claude Code 开发文档参考
├── .mcp.json # MCP 服务器配置
└── CLAUDE.md # Claude Code 项目指引
git clone <repo-url>
cd LomoMarketplace
pnpm install
| 变量名 | 说明 | 示例值 |
|---|---|---|
INKMON_DB_PATH | InkMon 数据库文件路径 | E:\path\to\data\inkmon.db |
Windows 设置(永久):
setx INKMON_DB_PATH "E:\talk\LomoMarketplace\data\inkmon.db"
⚠️ 设置系统环境变量后需要重启终端才能生效
逻辑表演分离的通用游戏框架,支持回合制/ATB 等多种玩法。
import { Actor, AttributeSet } from '@lomo/logic-game-framework'
import { BattleUnit, DamageAction } from '@lomo/logic-game-framework/stdlib'
核心特性:
开发命令:
pnpm --filter @lomo/logic-game-framework build # 构建
pnpm --filter @lomo/logic-game-framework test # 测试
安装 Claude Code 插件:
# 添加 Marketplace
/plugin marketplace add <repo-path>
# 安装插件
/plugin install UE_ReactUMG@lomoMarketplace
/plugin install InkMon@lomoMarketplace
插件列表:
| 插件 | 说明 |
|---|---|
UE_ReactUMG | Unreal Engine ReactUMG 开发助手 |
InkMon | InkMon 项目开发助手 |
在项目根目录的 .mcp.json 中配置(已预配置):
{
"mcpServers": {
"inkmon-mcp": {
"command": "node",
"args": ["lomo-mcp-servers/inkmon-server/build/index.js"]
}
}
}
首次使用需构建:
pnpm build:mcp
可用工具:
ping - 测试连接get_inkmon - 获取 InkMon 详情list_inkmons_name_en - 列出所有 InkMonsync_inkmon - 同步 InkMon 到数据库get_next_dex_number - 获取下一个图鉴编号# 开发服务器
pnpm dev:web
# 生产构建
pnpm build:web
访问 http://localhost:3000 查看图鉴。
| 命令 | 说明 |
|---|---|
pnpm install | 安装所有依赖 |
pnpm build:core | 构建 @inkmon/core 核心库 |
pnpm build:mcp | 构建 MCP 服务器 |
pnpm build:web | 构建 Web 应用 |
pnpm build:all | 构建全部项目 |
pnpm dev:web | 启动 Web 开发服务器 |
pnpm --filter @lomo/logic-game-framework test | 运行框架测试 |
MIT License
npx claudepluginhub 15195999826/lomomarketplace --plugin InkMonBrowser automation and control for Claude Code - enables Claude to control the browser through MCP tools
Linus Torvalds style coding standards - emphasizing simplicity, data structure priority, and practical problem-solving
严格的 TypeScript 编码规范指南,提供命名规范、类型使用、代码结构和最佳实践指导
Comprehensive guide to hexagonal grids: coordinate systems, algorithms, and best practices for game development and data visualization
Lomo toolkit — Vision analysis, Lovart AI generation, Waveterm control, and async task delegation skills
Build s&box games by talking to Claude. Bundles the Claude Bridge MCP server, a screenshot-driven game-dev workflow skill, and an optional sbox-game-dev specialist agent. The s&box editor addon must be installed separately (see README).
The game studio for the agent internet. Build, monetize, and ship browser games with one command. Phaser 2D, Three.js 3D, Play.fun monetization. Works with 40+ AI coding agents.
Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 44-tool MCP bridge to the local desktop app.
Terminal creature collection game — catch digital beings as you work
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.