docs: document the trigger skills installer (replaces agent rules)#3871
docs: document the trigger skills installer (replaces agent rules)#3871ericallam wants to merge 2 commits into
Conversation
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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📜 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). (2)
WalkthroughThis PR updates documentation across three files to align with a new installation mechanism for Trigger.dev agent skills. The primary change introduces 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
There was a problem hiding this comment.
🚩 mcp-introduction.mdx still links to Agent Rules with outdated description
The file docs/mcp-introduction.mdx:385 still contains a Card linking to /mcp-agent-rules with the old description "Install comprehensive rule sets directly into your AI client." While the link itself still works (the page exists as a deprecation notice), the card description is now misleading since agent rules have been replaced by skills. This PR didn't update that file. It's a minor consistency gap — not a bug since the page still exists and serves as a redirect.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Updates the AI-tooling docs for the new
trigger skillsinstaller that shipped in #3868. The Skills page now documentstrigger 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 skillsis not on npm until then.