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
4 changes: 2 additions & 2 deletions platform-includes/llm-rules-logs/javascript.nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up Sentry in your Next.js application.
Install Sentry's [agent plugin](/ai/agent-plugin/) to teach your AI coding assistant how to set up Sentry in your Next.js application.

### Install Skills

Expand All @@ -12,6 +12,6 @@ npx @sentry/dotagents add getsentry/sentry-for-ai --all
npx skills add getsentry/sentry-for-ai
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-for-ai) and [installation docs](/ai/agent-skills/) for more details.
See the [full list of available skills](https://skills.sh/getsentry/sentry-for-ai) and [installation docs](/ai/agent-plugin/) for more details.

</Expandable>
Loading