Skip to content

docs: document the trigger skills installer (replaces agent rules)#3871

Merged
ericallam merged 4 commits into
mainfrom
docs/trigger-skills-command
Jun 12, 2026
Merged

docs: document the trigger skills installer (replaces agent rules)#3871
ericallam merged 4 commits into
mainfrom
docs/trigger-skills-command

Conversation

@ericallam

Copy link
Copy Markdown
Member

Summary

Updates the AI-tooling docs for the new trigger skills installer that shipped in #3868. The Skills page now documents trigger skills (skills bundled with the CLI, version-matched to your SDK) and the four bundled skills: authoring-tasks, realtime-and-frontend, authoring-chat-agent, chat-agent-advanced. The old Agent Rules page becomes a short "rules are now skills" redirect (kept because existing redirects and the CLI link point at it), and the Building with AI overview collapses the three-way Skills/Rules/MCP comparison into Skills vs MCP.

Hold until the v4.5 CLI release ships, since trigger skills is not on npm until then.

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 12abbbac-5aaf-4978-8529-81ea55184c73

📥 Commits

Reviewing files that changed from the base of the PR and between 7b931f1 and 35b89ac.

📒 Files selected for processing (3)
  • docs/building-with-ai.mdx
  • docs/mcp-agent-rules.mdx
  • docs/skills.mdx
✅ Files skipped from review due to trivial changes (3)
  • docs/mcp-agent-rules.mdx
  • docs/building-with-ai.mdx
  • docs/skills.mdx
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Analyze (javascript-typescript)

Walkthrough

This PR rewrites and aligns documentation to introduce Trigger.dev agent skills installed via the bundled CLI command npx trigger.dev@latest skills. The skills.mdx page is restructured (concept, install flow, non-interactive flags, catalog, supported assistants, and update behavior). building-with-ai.mdx and mcp-agent-rules.mdx are updated to reference the new skills workflow and adjusted next-step cards; mcp-agent-rules.mdx is condensed to explain the transition to version-matched SKILL.md skill directories.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is incomplete. It lacks required sections from the template: the 'Closes #' reference, the checklist items, Testing section details, and Screenshots section. Add the missing template sections: reference the related issue(s), complete the checklist, provide specific testing steps taken, and include screenshots if applicable.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: documenting the new trigger skills installer as a replacement for agent rules, which aligns perfectly with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/trigger-skills-command

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install timed out. The project may have too many dependencies for the sandbox.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mintlify

mintlify Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
trigger 🟢 Ready View Preview Jun 8, 2026, 5:07 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@changeset-bot

changeset-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 35b89ac

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

devin-ai-integration[bot]

This comment was marked as resolved.

Rewrites the Skills page for the trigger skills command and the four bundled skills, turns the old Agent Rules page into a redirect to Skills, and collapses the Building with AI comparison to Skills vs MCP.
@pkg-pr-new

pkg-pr-new Bot commented Jun 12, 2026

Copy link
Copy Markdown

Open in StackBlitz

@trigger.dev/build

npm i https://pkg.pr.new/@trigger.dev/build@7b931f1

trigger.dev

npm i https://pkg.pr.new/trigger.dev@7b931f1

@trigger.dev/core

npm i https://pkg.pr.new/@trigger.dev/core@7b931f1

@trigger.dev/plugins

npm i https://pkg.pr.new/@trigger.dev/plugins@7b931f1

@trigger.dev/python

npm i https://pkg.pr.new/@trigger.dev/python@7b931f1

@trigger.dev/react-hooks

npm i https://pkg.pr.new/@trigger.dev/react-hooks@7b931f1

@trigger.dev/redis-worker

npm i https://pkg.pr.new/@trigger.dev/redis-worker@7b931f1

@trigger.dev/rsc

npm i https://pkg.pr.new/@trigger.dev/rsc@7b931f1

@trigger.dev/schema-to-json

npm i https://pkg.pr.new/@trigger.dev/schema-to-json@7b931f1

@trigger.dev/sdk

npm i https://pkg.pr.new/@trigger.dev/sdk@7b931f1

commit: 7b931f1

coderabbitai[bot]

This comment was marked as resolved.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

Open in Devin Review

Comment thread docs/mcp-agent-rules.mdx
@ericallam ericallam merged commit b8a576a into main Jun 12, 2026
30 checks passed
@ericallam ericallam deleted the docs/trigger-skills-command branch June 12, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants