Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Skills work with any AI coding tool that can read project files: Cursor, VS Code
- **appbuilder-e2e-testing** - End-to-end testing with Playwright
- **appbuilder-cicd-pipeline** - CI/CD with GitHub Actions

Adobe Skills are open source: [github.com/adobe/skills](https://github.com/adobe/skills)

### Setup (Cursor)

1. Open your project folder in Cursor. The `.cursor/skills/` directory contains App Builder skills that Cursor reads automatically.
Expand Down Expand Up @@ -91,8 +93,6 @@ Copy the `.cursor/skills/` directory into your project. Skills are portable - th
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

Whether or not you use skills, these tips produce better results from any AI assistant:
Expand Down
Loading