unikit-memory

Organize core and stack memory rules for UniKit AI projects.

16|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/NintendaDev/unikit-ai --skill unikit-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unikit-memory
Source: https://github.com/NintendaDev/unikit-ai/tree/main/skills/unikit-memory
Command: npx skills add https://github.com/NintendaDev/unikit-ai --skill unikit-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill organizes core and stack memory rules for UniKit AI projects, enabling consistent governance of code style, design principles, testing conventions, and framework-specific patterns.

Core Features & Use Cases

  • Manage two rule categories: Core (.unikit/memory/core/) and Stack (.unikit/memory/stack/), including migration from RULES.md and validation against RULES_INDEX.md.
  • Accepts inputs as descriptions, URLs, or file paths; enriches docs via Context7 MCP when available; supports migration, validation, and documentation generation.
  • Use cases include adding new rules, updating existing ones, and documenting framework-specific conventions (Zenject, DOTween, Addressables, UniTask, etc.).

Quick Start

Provide a rule description, URL, or file path to add or migrate into the memory rule store.

Frequently Asked Questions about unikit-memory

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

FAQPage Schema
How do I migrate rules from a RULES.md file into core and stack memory directories?

To migrate rules from a RULES.md file, provide its file path to the Skill, which organizes the content into core and stack memory directories and updates the RULES_INDEX.md accordingly.

What is the difference between core memory rules and stack memory rules in UniKit?

Core memory rules govern general code style and testing conventions, while stack memory rules document framework-specific patterns for technologies like Zenject, DOTween, Addressables, and UniTask.

Can I use Context7 to enrich framework-specific memory rules?

Yes, Context7 MCP enriches memory rules when available, automatically fetching and appending framework-specific patterns to your stack memory documentation.

How do I validate existing UniKit memory rules against the RULES_INDEX?

You validate existing memory rules by running the validation workflow, which checks the core and stack memory directories against the current RULES_INDEX.md for consistency.

What is the best way to add a new framework-specific convention to my AI project's memory?

The best way to add a new convention is to provide a description, URL, or file path to the Skill, which categorizes it as a stack memory rule and updates the RULES_INDEX.