@@ -22,7 +22,7 @@ You'll set up the following:
2222The Skill guides your AI assistant by providing a mental model for MetaMask Embedded Wallets.
2323It includes SDK selection logic, key derivation rules, authentication concepts, platform quirks,
2424and 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
2828For 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
4040The 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.
4242See 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
258258catches architecture mistakes early and avoids config errors that would change wallet addresses in production.
259259
260260:::
0 commit comments