aem-refresh

Refresh AEM project seed files from a local path or ADO docs repository.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill aem-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aem-refresh
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-aem/skills/aem-refresh
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill aem-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual refresh of AEM project knowledge files happens when seeds drift from source, causing search and resolution to rely on outdated data.

Core Features & Use Cases

  • Seed data refresh: Syncs .ai/project seed files from a local path or remote ADO docs repo.
  • Consistency across agents: Keeps component-index-project.md and related seed data up to date for reliable lookups.
  • Use Case: When a design or component changes, refresh seeds so agents can find current metadata and references.

Quick Start

Provide a local path to seed data, or configure a remote ADO repository, then run the skill to refresh the seed files.

Frequently Asked Questions about aem-refresh

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

FAQPage Schema
How do I refresh AEM seed data from a local path?

To refresh AEM seed data locally, provide a local path to the source files and run the skill to copy them into the .ai/project directory, updating component-index-project.md and related seed files without overwriting existing component-index.md.

How do I sync AEM project knowledge files from a remote ADO docs repository?

To sync project knowledge files from a remote ADO docs repository, configure aem.docs-repo in .ai/config.yaml and run the skill to fetch and copy the updated seed data files to .ai/project.

What happens if component-index.md already exists when refreshing AEM seed data?

When refreshing AEM seed data, the skill copies files to .ai/project according to documented mappings but explicitly avoids overwriting an existing component-index.md file to preserve your current configurations.

When do I need to update AEM project knowledge seed files?

You need to update AEM project knowledge seed files when design or component changes cause project knowledge to drift, ensuring agents can reliably search, resolve, and reference current metadata and references.

Do I need a specific configuration file to sync seed data from a remote repository?

Yes, to sync seed data from a remote repository, you need a configured aem.docs-repo entry inside the .ai/config.yaml file to establish the connection and map the files to .ai/project.