ensure-agents-md

Create AGENTS.md and CLAUDE.md at the repository root for AEM 6.5 LTS projects.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill ensure-agents-md-valithedge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ensure-agents-md
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/ensure-agents-md
Command: npx skills add https://github.com/valithedge/etisalatedge --skill ensure-agents-md-valithedge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bootstraps AGENTS.md and CLAUDE.md at the repository root for Adobe Experience Manager 6.5 LTS projects, ensuring AI agents have project guidance from the start and never overwriting existing AGENTS.md.

Core Features & Use Cases

  • Bootstraps AGENTS.md and CLAUDE.md at the repository root when AGENTS.md is missing for AEM 6.5 LTS projects.
  • Applies to every user message and all intents until AGENTS.md exists, guaranteeing consistent guidance for AI agents.
  • Never overwrites an existing AGENTS.md and thus preserves existing project governance.

Quick Start

Create AGENTS.md and CLAUDE.md at the repository root the first time AGENTS.md is missing for an AEM 6.5 project.

Frequently Asked Questions about ensure-agents-md

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

FAQPage Schema
How do I bootstrap AGENTS.md for an AEM 6.5 Maven project?

To bootstrap AGENTS.md for an AEM 6.5 Maven project, the skill validates the workspace for pom.xml and 6.5-specific indicators, then automatically creates AGENTS.md and CLAUDE.md at the repository root when AGENTS.md is missing.

What happens if AGENTS.md already exists in my AEM project repository?

If AGENTS.md already exists in your AEM project repository, the bootstrap process preserves your project governance and never overwrites the existing file, leaving your current AI agent guidance untouched.

How does project setup validation work for AEM 6.5 LTS AI coding agents?

Project setup validation for AEM 6.5 LTS AI coding agents runs gate checks that confirm pom.xml presence and 6.5-specific indicators before generating AGENTS.md and CLAUDE.md, ensuring guidance only applies to valid Maven-based setups.

Do I need Maven for AGENTS.md project setup in AEM 6.5?

Yes, you need Maven for AGENTS.md project setup in AEM 6.5 because the validation gate checks specifically require a pom.xml file to confirm the workspace is a valid Maven-based setup before bootstrapping AI agent guidance.

When do I need to create CLAUDE.md and AGENTS.md for my AEM repository?

You need to create CLAUDE.md and AGENTS.md for your AEM repository when AGENTS.md is missing, ensuring AI coding agents have consistent project guidance from the start before any other task runs on new or ongoing work.