Add create-site-skills to skills docs section - #591
Open
dprevoznik wants to merge 1 commit into
Open
dprevoznik wants to merge 1 commit into
dprevoznik wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk Assessment: Very Low
Verdict: Approve
This PR adds a documentation stub for an existing skill page pattern. The diff is 3 files / 8 lines:
skills/create-site-skills.mdx— new Mintlify stub with title + externalskills.shURL, matchingbot-detection,profiles, andkernel-authdocs.json— registers the page in the Agent Skills sidebar groupskills/overview.mdx— one additional overview bullet linking to the new page
No application logic, auth, infrastructure, or production codepaths are modified. Blast radius is limited to docs navigation and a new stub page. No CODEOWNERS file is present, so codeowner review is not required.
Risk factors considered: docs-only surface, small scoped change, no shared systems, no operational or security impact.
Sent by Cursor Automation: Assign PR reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
create-agent-site-skillskill (turns verified browser workflows into reusable site-automation skills)docs.jsonTest plan
docs.jsonis well-formed JSON🤖 Generated with Claude Code
Note
Low Risk
Documentation-only navigation and stub page changes with no runtime or security impact.
Overview
Documents the Create Site Skills agent skill by adding a Mintlify stub page that links to the
create-agent-site-skillentry on skills.sh, following the same frontmatter pattern as the other skill pages.The new page is wired into the Agent Skills sidebar in
docs.jsonand listed on the skills overview under “Especially useful skills,” describing how agents can turn a verified browser workflow into reusable site automation.Reviewed by Cursor Bugbot for commit b70b92a. Bugbot is set up for automated code reviews on this repo. Configure here.