excrtx-memory-newmicro

Creates new Microverso domains in the Acervo Cognitivo with a lazy core-6 directory scaffold.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/elderbernardi/exocortex.saas --skill excrtx-memory-newmicro-elderbernardi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: excrtx-memory-newmicro
Source: https://github.com/elderbernardi/exocortex.saas/tree/main/skills/excrtx-memory-newmicro
Command: npx skills add https://github.com/elderbernardi/exocortex.saas --skill excrtx-memory-newmicro-elderbernardi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a new operational domain (client, project, or role) in the Exocortex memory system requires consistent directory structure, valid frontmatter, and registry updates; doing this manually leads to placeholder residue, missing SCHEMA fields, and silent alias-resolution failures. ## Core Features & Use Cases - Lazy Core-6 Scaffolding: Materializes only _meta/, context/, knowledge/, decisions/, episodes/, and raw/ from the _template/ directory, leaving all other nature directories to be created on first write. - Placeholder Replacement & Validation: Substitutes all {{DOMAIN_NAME}}, {{DOMAIN_DESCRIPTION}}, and {{CREATED_DATE}} tokens, fills _meta/SCHEMA.md with Schema v0.2 frontmatter, and gates creation on the validate_frontmatter.py check passing. - System Registration: Updates shared/groups.md with the new slug under the correct type alias, initializes _meta/log.md, and records the creation in MEMORY.md. - Use Case: When an executive says "create a new microverso for our consulting engagement with Client XPTO", the Skill collects the slug, type, and description, then provisions a validated domain ready for use by excrtx-memory-manager. ## Quick Start Ask the assistant to create a new microverso for a client or project, providing a human-readable name, a kebab-case slug, a type (client, project, domain, or role), and a one-line description.

Frequently Asked Questions about excrtx-memory-newmicro

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

FAQPage Schema
How do I create a new Microverso in the Exocortex acervo?▼

Provide a human-readable name, a kebab-case slug, a type (client, project, domain, or role), and a one-line description. The Skill copies the core-6 directories from the _template, replaces all placeholders, fills SCHEMA.md, and registers the slug in shared/groups.md.

What is the core-6 scaffold in a Microverso?▼

The core-6 consists of _meta/, context/, knowledge/, decisions/, episodes/, and raw/ directories. All other nature directories such as entities/, workflows/, and contracts/ are created lazily by excrtx-memory-manager on first write, never pre-scaffolded.

When should I not use the new Microverso creation skill?▼

Do not use it to edit an existing Microverso (use excrtx-memory-manager), install an external package (use excrtx-memory-mvinstall), run seed configuration (use excrtx-memory-mvsetup), or store one-off notes that need no persistent domain context.

Why does Microverso creation fail validation?▼

Common causes are leftover {{...}} placeholder tokens, empty description fields in _seed.md files, or missing OKF frontmatter fields in _meta/ files. Run grep for double-brace tokens and re-run validate_frontmatter.py until every file passes.

What happens if the _template directory is missing?▼

The copy step fails silently and produces an empty directory. Always verify that $EXOCORTEX_HOME/acervo/micro/_template/ exists first; if it is missing, the base template must be created via excrtx-memory-mvsetup before proceeding.