blueprint-context-updater

Scan the src/Blueprints codebase and update Blueprint agent context files.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/aytymchuk/Dilcore-Platform --skill blueprint-context-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint-context-updater
Source: https://github.com/aytymchuk/Dilcore-Platform/tree/main/.cursor/skills/blueprint-context-updater
Command: npx skills add https://github.com/aytymchuk/Dilcore-Platform --skill blueprint-context-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the AI's understanding of the Blueprints codebase, as represented by context files, remains accurate and up-to-date, preventing outdated information from causing errors or inefficiencies.

Core Features & Use Cases

  • Automated Context Synchronization: Scans the src/Blueprints directory to identify all domain parts (entities, projections, workflows, etc.).
  • Diffing and Updating: Compares discovered domain parts against existing context files (.cursor/skills/blueprint-agent/) and updates or creates them as needed.
  • Registry Maintenance: Automatically updates the common.md file to reflect the current registry of all domain parts.
  • Use Case: After adding a new API integration to the Blueprints module, run this Skill to automatically generate its corresponding documentation file and update the central domain parts registry.

Quick Start

Run the blueprint context updater skill to synchronize the AI's knowledge of the Blueprints codebase.

Frequently Asked Questions about blueprint-context-updater

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

FAQPage Schema
How do I keep Blueprint agent context files synchronized with my codebase?

To keep Blueprint agent context files synchronized, this Skill scans the src/Blueprints directory to identify domain parts like entities, projections, and workflows, then automatically updates or creates the corresponding context files.

What is Blueprint context synchronization and when do I need it?

Blueprint context synchronization is the process of diffing discovered domain parts against existing context files to ensure AI accuracy. You need it after modifying Blueprints modules to prevent outdated information from causing agent errors.

How do I update context files after adding a new API integration to Blueprints?

To update context files after adding a new API integration, run this Skill to scan the src/Blueprints codebase, generate the corresponding documentation file in .cursor/skills/blueprint-agent/, and automatically update the central common.md registry.

Does the context updater automatically maintain the domain parts registry?

Yes, the context updater automatically maintains the domain parts registry by updating the common.md file to reflect the current registry of all discovered domain parts after scanning the codebase.

What domain parts are scanned during Blueprints codebase analysis?

During Blueprints codebase analysis, the scanner identifies entities, projections, workflows, views, forms, API integrations, relationships, and constraints to ensure comprehensive coverage of all domain part definitions.

Why does my Blueprint agent use outdated context after codebase changes?

Your Blueprint agent uses outdated context because context files have not been synchronized with recent codebase changes. Running this Skill diffs discovered domain parts against existing files and updates them to restore accuracy.