Skip to content

Commit a25ec0a

Browse files
committed
fix issues
1 parent 915b78a commit a25ec0a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

embedded-wallets/build-with-ai.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You'll set up the following:
2222
The Skill guides your AI assistant by providing a mental model for MetaMask Embedded Wallets.
2323
It includes SDK selection logic, key derivation rules, authentication concepts, platform quirks,
2424
and common mistakes that aren't obvious from the docs alone.
25-
The Skill contains no code — the MCP server provides up-to-date code examples and implementation references.
25+
The Skill contains no code. The MCP server provides up-to-date code examples and implementation references.
2626

2727
:::tip
2828
For the best experience, use the MCP server alongside the skill so that your LLM can fetch live
@@ -38,7 +38,7 @@ npx skills add web3auth/skill
3838
```
3939

4040
The skills CLI detects your active AI agent and installs to the correct directory automatically.
41-
Works with Cursor, Claude Code, Copilot, Kiro, Cline, Codex, Antigravity, and 40+ more agents.
41+
Works with Cursor, Claude Code, Copilot, Cline, Codex, Antigravity, and 40+ more agents.
4242
See the [web3auth/skill README](https://github.com/Web3Auth/skill) for global and per-agent install options.
4343

4444
### Manual install
@@ -254,7 +254,7 @@ chosen and common pitfalls are avoided before a line of code is written.
254254

255255
:::tip
256256

257-
Use planning mode (where available) for your initial prompt. Review the plan before generating code this
257+
Use planning mode (where available) for your initial prompt. Review the plan before generating code; this
258258
catches architecture mistakes early and avoids config errors that would change wallet addresses in production.
259259

260260
:::

src/utils/qs-file-links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"EW_PNP_ANDROID_SETTINGS_GRADLE": "Web3Auth/web3auth-android-examples/main/android-quick-start/settings.gradle",
7575
"EW_PNP_ANDROID_STRINGS_XML": "Web3Auth/web3auth-android-examples/main/android-quick-start/app/src/main/res/values/strings.xml",
7676
"EW_PNP_ANDROID_ACTIVITY_MAIN_XML": "Web3Auth/web3auth-android-examples/main/android-quick-start/app/src/main/res/layout/activity_main.xml",
77-
"EW_AI_SKILL_MD": "Web3Auth/web3auth-mcp/refs/heads/main/skills/web3auth/SKILL.md"
77+
"EW_AI_SKILL_MD": "Web3Auth/skill/refs/heads/main/SKILL.md"
7878
}

0 commit comments

Comments
 (0)