child-skill

Maintain nested project memory contexts for AI coding agents across sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a nested memory context within a subdirectory for AI coding agents, ensuring that shared project knowledge is maintained across different agent sessions.

Core Features & Use Cases

  • Nested Memory Context: Ensures that agents within a nested skill retain and utilize project-specific information across sessions.
  • Agent Handoffs: Supports smooth transitions between different agent sessions while maintaining the integrity of project memory.
  • Use Case: If an AI coding agent is handed off from one session to another within the nested skill, the child-skill ensures that the new agent can access and continue working on the project's shared knowledge.

Quick Start

To access the nested memory for the 'child-skill', start a new agent session within the skill's directory.

Frequently Asked Questions about child-skill

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

FAQPage Schema
How do I maintain project memory for AI coding agents across different sessions?

To maintain project memory for AI coding agents across multiple sessions, you use a nested memory context within a subdirectory that preserves shared project knowledge without requiring manual reconfiguration.

What is a nested project memory context for agent sessions?

A nested project memory context is a subdirectory structure that allows AI coding agents to retain and access project-specific information, ensuring shared knowledge is maintained when agents are handed off between sessions.

How do I set up agent handoffs without losing shared knowledge?

To set up agent handoffs without losing shared knowledge, start a new agent session within the nested skill's directory so the new agent can automatically access the preserved project memory context.

Do I need to manually reconfigure context when handing off an AI coding agent?

No, you do not need to manually reconfigure context when handing off an AI coding agent. The nested memory context automatically maintains shared project knowledge for the new session.

Can I use nested skills to preserve shared knowledge for multiple coding agents?

Yes, you can use nested skills to preserve shared knowledge for multiple coding agents. The nested memory context ensures that any agent operating within the subdirectory retains and utilizes project-specific information.

What are the limitations of using nested memory contexts for agent sessions?

The nested memory context is limited to the scope of its specific subdirectory. Project memory preservation only applies to agent sessions started within that nested skill structure, requiring agents to operate inside it.