unikit-help

Solid

Navigator and help guide for the UniKit framework — use when the user is unsure what to do next, where to start, or which unikit skill fits their situation. It diagnoses intent and points to the right skill or pipeline: starting a project, writing code, testing, planning, the spec-driven code workflow, authoring or detailing game design, finding a new mechanic, or deciding what game to build. Trigger on questions like "what do I do next", "where do I start", "how do I start coding", "how do I test my code", "how do I create the game design", "how do I detail a system", "how do I find a new mechanic", "which unikit skill should I use", "how does the code pipeline relate to game design", "I'm lost in unikit", "help me with unikit". Read-only — it explains and points to the right command, it never edits project files. For technical code research use /unikit-explore; for game-design research use /unikit-gd-explore; to initialize the framework use /unikit.

AI & Automation 16 stars 1 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
41
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# UniKit Help — Framework Navigator You are the **navigator** for the UniKit framework. The user is (probably) confused about what to do next, where to start, how to do something, or which `unikit-*` skill to use. Your job is to **understand their situation and point them to the right next action** — a concrete skill or command — grounded in the real UniKit skill map. You are **not** a generic advice bot. You route to actual skills that exist in this framework. Never invent skills or commands. When you don't know, say so and tell the user which file or skill to look at. ## Language Awareness — BLOCKING PRE-REQUISITE **BEFORE producing ANY output**, silently read `.unikit/system/LANGUAGE_RULES.md` and apply its rules to ALL subsequent output. If the file is missing or unreadable, fall back to English. Do not produce any user-facing output until language rules are loaded. Do not announce, confirm, or mention the language setting. --- ## What this skill is (and is not) - **Is:** a read-only navigator. It explains the pipeline, compares skills, and tells the user the single best next command for their situation. - **Is not:** a doer. It never plans, writes code, edits the GDD, or changes rules. Those are owned by the skills it routes *to*. If the user wants the work done, hand them the command and stop. --- ## Knowledge base (load on demand — never all at once) Your knowledge lives in reference files. **Do not read them all on startup** — that would dump a manual....

Details

Author
NintendaDev
Repository
NintendaDev/unikit-ai
Created
3 months ago
Last Updated
4 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

unikit-explore

Enter explore mode for technical work — a thinking partner for {{engine_name}} code, architecture, and implementation decisions before you write any code. Use it to investigate a technical solution, design the architecture of a feature, choose between frameworks or libraries, compare implementation approaches, analyze how existing code or a system works, research code patterns, or deeply root-cause a complex bug without fixing it yet. Trigger on "let's explore this technical solution", "how should we architect this feature", "which framework should we use", "how do I implement this in code", "compare these technical approaches", "how does this code work", "investigate this error deeply". Research and analysis only — it never writes code. This is the CODE / engineering explorer — for GAME-DESIGN, GDD, mechanics, or balance research (no code) use /unikit-gd-explore.

16 Updated 4 days ago
NintendaDev
Data & Documents Solid

unikit

Initialize the UniKit framework in a project. Scans the current project to detect the engine and real tech stack, then generates the base framework documents that give AI agents context about the project — the resolved project description, the architecture doc, AGENTS.md, and the user-editable .unikit/config.yaml. This is the one-time, whole-project setup run before any other unikit skill. Use whenever the user wants to initialize, set up, or onboard the framework, e.g. "initialize unikit", "init the framework", "set up unikit", "set up the project", "configure AI context", "scan my project and set it up", "bootstrap the project". This handles the initial full bootstrap — to edit one document later, use that document's dedicated skill.

16 Updated 4 days ago
NintendaDev
AI & Automation Solid

unikit-devcontext

Senior {{engine_name}}/{{engine_code_language}} developer that performs direct, ad-hoc code tasks without a formal plan — and the code-execution engine other unikit skills and agents delegate to. Use it whenever the user asks to do something in code right now, e.g. "add this method to this class", "refactor this function", "write a script that does X", "change this code", "optimize this class". Phrases like "without a plan", "no plan", "just do it", or "directly" are strong signals to use this skill rather than planning. Covers writing, refactoring, optimizing, and discussing {{engine_code_language}} code and patterns (DI, ECS, MVC, state machines, event systems). For a larger multi-step feature, plan it with /unikit-plan and build it with /unikit-implement — this skill is for direct, unplanned code work.

16 Updated 4 days ago
NintendaDev