Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GitHub code ownership for MetaMask skills.
# ADR-58/recipe skills are experimental but owned by Perps during rollout.
/domains/agentic/ @MetaMask/perps
# MetaMask Connect SDK skill (dApp integration) owned by Wallet Integrations + Mobile Platform.
/domains/web3-tools/skills/metamask-connect/ @MetaMask/wallet-integrations @MetaMask/mobile-platform
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add `metamask-connect` skill to the `web3-tools` domain for building dApps with the MetaMask Connect SDK (`@metamask/connect-evm`, `@metamask/connect-multichain`, `@metamask/connect-solana`) and the wagmi `metaMask()` connector. A single progressive-disclosure skill (mirroring `smart-accounts-kit`): the routing `skill.md` points into `references/` (always-on `conventions`, `troubleshooting`) and `workflows/` (per-stack setup, sign/send for EVM + Solana, multichain `invokeMethod`, and migration from `@metamask/sdk`)

## [0.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ tools/

| Domain | Audience | Examples |
| -------------- | ----------------- | ------------------------------------------- |
| `web3-tools` | dApp builders | `gator-cli`, `smart-accounts-kit`, `oh-my-opencode` |
| `web3-tools` | dApp builders | `gator-cli`, `smart-accounts-kit`, `metamask-connect` |
| `coding` | MM product eng | Coding guidelines, controller patterns |
| `agentic` | MM product eng | Experimental recipe workflows and runtime proof tools |
| `general` | All agents | `codex`, `gemini` CLI usage guides |
Expand Down
575 changes: 575 additions & 0 deletions domains/web3-tools/skills/metamask-connect/references/conventions.md

Large diffs are not rendered by default.

Loading