docs(headless-sdk): promote the Headless skill via a discovery banner#90
Open
enesozturk wants to merge 3 commits into
Open
docs(headless-sdk): promote the Headless skill via a discovery banner#90enesozturk wants to merge 3 commits into
enesozturk wants to merge 3 commits into
Conversation
Adds a page under the Headless SDK section that promotes the walletconnect-pay-headless Agent Skill (from WalletConnect/skills), so developers can install it with `npx skills add` and have their AI assistant scaffold a correct headless checkout. Covers install (npm/pnpm/bun), example prompts, what's included, and supported agents. Added to both docs.json nav entries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
svenvoskamp
approved these changes
Jul 23, 2026
…ne page Single source of truth: rather than a separate Skills page that risks drifting from the SDK docs, add a discovery banner to the Headless SDK overview and implementation pages pointing to the skill + install command. Removes skills.mdx and its nav entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds a discovery banner to the Headless SDK Overview and Implementation pages pointing developers to the
walletconnect-pay-headlessAgent Skill, so AI coding agents (Claude Code, Cursor, Codex, …) can scaffold the integration:Why a banner, not a page
Started as a standalone "Skills" page, but that risks a third copy of the SDK story drifting from these docs. The skill's job is to carry the stable contract for agents and link back here for everything version-sensitive — so the docs stay the single source of truth, and the banner just aids discovery where people already are.
Related
🤖 Generated with Claude Code