memory-blueprints

Apply Emergent Blueprints from local paths or GitHub URLs and export graph data as JSONL.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/emergent-company/emergent.memory --skill memory-blueprints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-blueprints
Source: https://github.com/emergent-company/emergent.memory/tree/main/tools/cli/internal/skillsfs/skills/memory-blueprints
Command: npx skills add https://github.com/emergent-company/emergent.memory --skill memory-blueprints

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of setting up new projects, seeding them with initial data, and exporting existing project data by managing Emergent Blueprints.

Core Features & Use Cases

  • Apply Blueprints: Load template packs, agent definitions, and seed data from local directories or GitHub repositories.
  • Export Project Data: Dump a live project's graph objects and relationships into re-applyable seed files.
  • Use Case: Quickly set up a new project environment by applying a pre-defined blueprint, or back up your project's current state by exporting its graph data.

Quick Start

Apply the blueprint located in the './my-blueprint' directory to your current project.

Frequently Asked Questions about memory-blueprints

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

FAQPage Schema
How do I apply template packs and seed data to set up a new project?

To set up a new project, apply an Emergent Blueprint from a local directory or GitHub repository to load template packs, agent definitions, and seed data into your target project environment.

Can I export project graph data into JSONL format for backups?

Yes, you can export project graph data into JSONL format. This dumps live graph objects and relationships into re-applyable seed files for backing up or migrating your current project state.

Does this blueprint management tool support GitHub repository URLs as sources?

Yes, blueprint sources support both local directory paths and GitHub repository URLs, allowing you to load template packs and agent definitions directly from remote version control repositories.

What is the best way to test blueprint application before modifying a live project?

Use the dry run option to test blueprint application safely. This simulates loading template packs, agent definitions, and seed data without modifying your actual project graph data.

How do I upgrade existing project seed data with a new blueprint?

You can upgrade existing project seed data by applying a new blueprint with the upgrade option, targeting your current project to overwrite or update graph objects and relationships.

Are there limitations when exporting graph objects and relationships from a project?

Exports are generated in JSONL format containing graph objects and relationships. This format is specifically structured for re-applyable seed files, which may limit direct compatibility with non-Emergent systems.