From ea1fb375c2aee7b0982eddd2f085e75ad9b045b8 Mon Sep 17 00:00:00 2001 From: rokapooradobe <84172705+rokapooradobe@users.noreply.github.com> Date: Sun, 12 Apr 2026 15:23:27 -0700 Subject: [PATCH] Update ai-development-tools.md --- .../app_builder_get_started/ai-development-tools.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/get_started/app_builder_get_started/ai-development-tools.md b/src/pages/get_started/app_builder_get_started/ai-development-tools.md index b63cbf42b..749e2670a 100644 --- a/src/pages/get_started/app_builder_get_started/ai-development-tools.md +++ b/src/pages/get_started/app_builder_get_started/ai-development-tools.md @@ -19,7 +19,7 @@ Learn how to use modern AI coding assistants (Cursor, GitHub Copilot, Claude) to ## Building with AI and App Builder Skills -**App Builder Skills** are structured knowledge files that teach AI agents how App Builder works. Skills eliminate verbose prompts instead of explaining templates, auth patterns, and CLI commands every time, the agent already knows them. +**App Builder Skills** are structured knowledge files that teach AI agents how App Builder works. Skills eliminate verbose prompts instead of explaining templates, auth patterns, and CLI commands every time, the agent already knows them. See [Adobe Skills.](https://github.com/adobe/skills) Skills work with any AI coding tool that can read project files: Cursor, VS Code with Copilot, Windsurf, Claude Code, and others. Add an `AGENTS.md` or context file to your project root and the AI picks up App Builder conventions automatically. The example below was built end-to-end in [Cursor](https://cursor.com) using skills in the `.cursor/skills/` directory, but the same patterns apply to other IDEs. @@ -90,7 +90,6 @@ Copy the `.cursor/skills/` directory into your project. Skills are portable — ```bash cp -r /path/to/skills/.cursor/skills/ your-project/.cursor/skills/ ``` -Skills are open source: [github.com/adobe/skills](https://github.com/adobe/skills) ## Key tips for effective AI prompts