Context: Content SDK v2.0 embeds AI agent skills into the project scaffold — `AGENTS.md` and `.agents/skills/` directories are part of the template. The xmcloud-starter-js repo has independently invested in comprehensive AI-assisted development tooling: AGENTS.md, CLAUDE.md, Cursor rules, Windsurf rules, GitHub Copilot instructions, and LLMs.txt are already present. Combining these with Content SDK v2's embedded agent skills creates the most AI-ready Sitecore starter in the ecosystem. Competitors like Optimizely (Opal with MCP support) and Adobe (Agent Orchestrator) are shipping agentic features aggressively.
Steps:
1. Complete the Content SDK v2.0.1 upgrade first (dependency for this task).
2. Review the Content SDK v2 template's `.agents/skills/` directory structure.
3. Merge or reconcile with the existing AGENTS.md and AI tooling files in each starter.
4. Ensure the skill definitions reference the correct Content SDK v2 APIs.
5. Test that AI agents (Claude, Copilot, Cursor) can discover and use the skill files.
6. Document the AI-assisted development setup in each starter's README.
Acceptance criteria:
All starters include Content SDK v2's agent skill definitions
Existing AI tooling (CLAUDE.md, Copilot instructions, etc.) is compatible with the new skill files
README documents how to use AI-assisted development with the starters
Risks: Agent skill definitions may conflict with existing AGENTS.md content. A manual merge/reconciliation is needed.