root-skill-preferred

Prioritize root skill execution before nested skills in hierarchies.

618|48|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/AVIDS2/memorix --skill root-skill-preferred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: root-skill-preferred
Source: https://github.com/AVIDS2/memorix/tree/main/packages/memcode/test/fixtures/skills/root-skill-preferred
Command: npx skills add https://github.com/AVIDS2/memorix --skill root-skill-preferred

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that the root skill is prioritized over nested skills, maintaining the intended functionality and user experience.

Core Features & Use Cases

  • Skill Priority: Ensures the root skill's instructions are executed before any nested skills.
  • Use Case: When using a skill hierarchy, this Skill guarantees that the root skill's operations are not overridden by nested skills.

Quick Start

Execute the root skill to ensure its instructions are processed first.

Frequently Asked Questions about root-skill-preferred

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

FAQPage Schema
How do I ensure the root skill takes precedence over nested skills in a hierarchy?

To ensure root skill precedence, you execute the root skill first so its instructions are processed before any nested skills. This maintains the intended functionality by preventing nested skills from overriding the root hierarchy.

What is skill execution priority and when do I need to manage it?

Skill execution priority determines the processing order of instructions within a hierarchy. You need to manage it when your root skill's operations must not be overridden by nested skills to maintain the intended user experience.

Why does my nested skill override the root skill's instructions during execution?

Nested skills override root instructions when priority management is not enforced. Applying a mechanism that ensures the root skill is processed first prevents nested skills from overriding the root skill's intended functionality.

Do I need external dependencies to manage skill hierarchy precedence?

No, you do not need external dependencies to manage skill hierarchy precedence. The root skill priority mechanism operates independently without requiring external modules or components to function.

Can I use root skill priority management for complex nested skill hierarchies?

Yes, root skill priority management applies to skill hierarchies where maintaining the root skill's precedence is critical. It guarantees that root operations execute first regardless of the nested structure's complexity.

What's the best way to maintain root skill precedence in a multi-level skill hierarchy?

The best way to maintain root skill precedence is to execute the root skill first, ensuring its instructions are processed before nested skills. This guarantees the root hierarchy is not overridden during execution.