designing-inkmon

Design InkMon creatures and output JSON specifications to data/inkmons.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/15195999826/LomoMarketplace --skill designing-inkmon
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: designing-inkmon
Source: https://github.com/15195999826/LomoMarketplace/tree/main/plugins/InkMon/skills/designing-inkmon
Command: npx skills add https://github.com/15195999826/LomoMarketplace --skill designing-inkmon

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill guides users through multi-turn conversations to design a brand-new InkMon, from concept and evolution stage to stats, ecology, and a ready-to-use JSON blueprint, reducing back-and-forth and confusion.

Core Features & Use Cases

  • Guided multi-turn design: Lead the user through stage choice, attributes, ecology, and naming with clear prompts.
  • BST/stats guidance: Propose balanced Six-Stat distributions within the BST range per stage.
  • Automatic JSON output: Generate a compliant InkMon JSON and save it to data/inkmons/<name_en>.json.
  • Prompt word generation: Create consistent design prompts for AI-generated concept art.

Quick Start

Answer 3 questions: stage (baby/mature/adult), concept (e.g., "่‰็ณป็†Š + ่‹”่—“่ฆ†็›–"), and positioning (ๅฆๅ…‹/็‰ฉๆ”ป/็‰นๆ”ป/้€Ÿๆ”ป/ๅ‡่กก). The system then completes the rest and saves the resulting JSON file.

Frequently Asked Questions about designing-inkmon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design InkMon creatures from concept to JSON specification?โ–ผ

Designing InkMon creatures involves answering three core questions: evolution stage (baby/mature/adult), concept description, and battle positioning (tank/physical/special/speed/balanced). The system then guides you through attribute allocation, ecology, appearance, and naming while enforcing BST ranges and stat validation, outputting a compliant JSON file automatically.

What are BST ranges and how do they apply to different InkMon evolution stages?โ–ผ

BST (Base Stat Total) defines the sum of all six stats for an InkMon, with stage-specific ranges: baby, mature, and adult stages each have distinct BST ceilings. The design workflow enforces these ranges, validates that your six stats sum correctly against the BST limit, and suggests balanced distributions to keep creatures competitively sound.

Can I generate AI prompt words for InkMon concept art during design?โ–ผ

Yes, the design workflow automatically generates consistent design prompts for AI-generated concept art based on your creature's attributes, ecology, and appearance choices. These prompts are created alongside the JSON specification to guide visual generation.

What validation checks happen when I design an InkMon?โ–ผ

The workflow validates hex color codes for visual correctness, checks all mandatory fields against the InkMon schema, verifies six stats sum to the BST limit for your stage, and confirms style anchors match the specification before saving the JSON output.

Where does the finished InkMon JSON file get saved?โ–ผ

The completed InkMon JSON specification is automatically saved to data/inkmons/<name_en>.json, where <name_en> is the English name you provide during design. This standardized path makes the creature immediately accessible in your data structure.