blueprint-creator

Create and apply Emergent project blueprints from local paths or GitHub repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and deployment of structured knowledge and agent definitions within Emergent projects by guiding users through the blueprint file format.

Core Features & Use Cases

  • Blueprint Scaffolding: Generates the necessary directory structure for blueprints.
  • File Generation: Assists in writing YAML/JSON files for template packs and agent definitions.
  • Seed Data Management: Guides the creation of JSONL files for populating graph objects and relationships.
  • Use Case: A new team member needs to define a set of custom object types for a CRM system and create an agent to manage customer interactions. This Skill helps them quickly scaffold and populate the necessary blueprint files.

Quick Start

Use the blueprint-creator skill to scaffold a new blueprint directory for a CRM pack and a sales agent.

Frequently Asked Questions about blueprint-creator

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

FAQPage Schema
How do I scaffold a blueprint for Emergent project template packs and agent definitions?

To scaffold an Emergent blueprint, use the blueprint-creator to generate the required directory structure and populate YAML/JSON files for template packs, agent definitions, and seed data. It guides you through writing files that define custom object types and agent interactions.

What is the blueprint file format used for in Emergent projects?

The blueprint file format defines structured knowledge and agent definitions within Emergent projects. It uses YAML/JSON schemas to configure template packs and JSONL files to manage seed data, populating graph objects and relationships for your application.

Can I apply blueprints from a GitHub repository or local file path?

Yes, you can apply blueprints using either local file paths or GitHub repositories as sources. The Skill supports validating and targeting these sources for project deployment, including options for dry-runs and upgrades.

How do I create seed data for graph objects and relationships in Emergent?

You create seed data for Emergent graph objects and relationships by generating JSONL files. The blueprint-creator guides you through the JSONL schema, ensuring your data correctly populates the graph objects and relationships defined in your template packs.

Does the blueprint scaffolding process support dry-runs and project targeting?

Yes, the blueprint application process supports dry-runs to validate changes before deployment, project targeting to specify destinations, and upgrades for existing configurations. These options ensure safe and accurate blueprint application.