unikit-rules-registry

Automate create, update, and sync flows for UniKit external rules registries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the external rules registry lifecycle for UniKit projects: create, update, and synchronize rule libraries between memory and a local or remote registry.

Core Features & Use Cases

  • Scaffold a new local registry and seed it with rules from .unikit/memory/.
  • Push mature memory rules to the registry with automatic semver bumps.
  • Pull registry updates back into memory to keep knowledge in sync.
  • Use when users say "create rules registry", "init rules registry", "promote rule to registry", "push memory to registry", "update rules registry", or "sync rules registry".

Quick Start

Use the unikit-ai CLI to create, update, or sync the rules registry from memory.

Frequently Asked Questions about unikit-rules-registry

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

FAQPage Schema
How do I sync rules from a registry back into project memory?▼

To sync rules into memory, the tool pulls registry changes back into .unikit/memory/ to keep your knowledge in sync. It relies on the unikit-ai CLI to coordinate this synchronization flow.

What is the best way to promote memory rules to a rules registry?▼

Promoting memory rules to a rules registry involves seeding mature rules and pushing them with automatic semver bumps. The process enforces safe, frontmatter-based versioning and uses deterministic file copies.

Can I use the unikit-ai CLI to create a local rules registry?▼

Yes, you can use the unikit-ai CLI to scaffold a new local rules registry. The tool seeds the new registry with rules directly from your .unikit/memory/ directory to establish the baseline.

Does the rules registry automation directly edit .unikit.json files?▼

No, the rules registry automation never edits .unikit.json or memory sources directly. It exclusively relies on the unikit-ai CLI to manage the lifecycle and enforce safe, deterministic file copies.

How does frontmatter-based versioning work when updating a rules registry?▼

Frontmatter-based versioning works by applying automatic semver bumps to mature memory rules during a registry update. This enforces safe version tracking and keeps tools synchronized without manual file edits.