From f8fc73ad732f3bd0cc07bb1ea264ed275e8e3453 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Jun 2026 10:12:55 +0000 Subject: [PATCH 1/2] 0.1.0 --- CHANGELOG.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a75f..211f10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] + +### Uncategorized + +- chore: Bump Yarn to `4.16.0` ([#37](https://github.com/MetaMask/skills/pull/37)) +- revert: "Release 0.1.0" ([#36](https://github.com/MetaMask/skills/pull/36)) +- Release 0.1.0 ([#30](https://github.com/MetaMask/skills/pull/30)) +- chore: add state manipulation reference ([#28](https://github.com/MetaMask/skills/pull/28)) +- add x402-payments SKILL +- chore: reset version to 0.0.0 baseline before first release ([#29](https://github.com/MetaMask/skills/pull/29)) +- fix endpoints +- update samrt-accounts-kit skills +- address review comments +- avoid multiple install mentions +- add permissionless package +- add x402 payments skills +- address review comments +- docs(recipe-doctor): clarify agent execution ([#21](https://github.com/MetaMask/skills/pull/21)) +- update smart accounts kit skills +- docs(performance): point the layout-animations skill to the Rive usage doc +- chore: add mock-network tool and remove mock server capability +- improve based on osobot review +- docs: add comprehensive error codes, parallel nonces, and backend patterns +- Address review feedback +- Remove LICENSE and README files +- Add smart-accounts-kit skill +- init + ### Added +- feat: add lean cli syntax rules section +- feat(performance): add mobile-performance skill for metamask-mobile ([#19](https://github.com/MetaMask/skills/pull/19)) +- feat: add react fiber walk for in-memory data sources +- feat(skills): add shared sync cli package ([#24](https://github.com/MetaMask/skills/pull/24)) +- feat(skills): add core perps integration ([#20](https://github.com/MetaMask/skills/pull/20)) +- feat(agentic): resolve public recipe runner source ([#22](https://github.com/MetaMask/skills/pull/22)) +- feat(visual-testing): add mock-network docs, remove mock server capability ([#17](https://github.com/MetaMask/skills/pull/17)) +- feat(perps): cross-review self-gate for review-perps-pr skill ([#18](https://github.com/MetaMask/skills/pull/18)) +- feat(agentic): add setup doctor and shared fixtures ([#16](https://github.com/MetaMask/skills/pull/16)) +- feat(agentic): add high-level recipe workflow skills ([#14](https://github.com/MetaMask/skills/pull/14)) +- feat(agentic): add experimental ADR-58 recipe skills ([#12](https://github.com/MetaMask/skills/pull/12)) +- feat: update visual testing skill +- feat: migrate to domains/ layout, add multi-source install tooling ([#8](https://github.com/MetaMask/skills/pull/8)) +- feat: add gator cli skill +- feat: add oh-my-opencode skill - Add CLI discovery commands: `list`, `search`, and `describe`. - Add `@metamask/skills` package metadata for publishing the public MetaMask skills repo to npm. - Add `metamask-skills` CLI with `sync`, `postinstall`, and `install` commands. - Add repo inference, repo-local skills cache support, bundled package fallback, and `SKILLS_AUTO_UPDATE=1` handling for consumer repos. -[Unreleased]: https://github.com/MetaMask/skills/ +### Fixed + +- fix(recipe-harness): sync mobile agentic overlay ([#33](https://github.com/MetaMask/skills/pull/33)) +- fix(recipe): align HUD intent guidance ([#26](https://github.com/MetaMask/skills/pull/26)) +- fix(performance): replace npx with yarn; trim to installed/Expo-native tools +- fix(performance): correct Flashlight + trace() guidance to match the codebase +- fix(agentic): improve harness runtime reuse controls ([#15](https://github.com/MetaMask/skills/pull/15)) +- fix: visual testing skill description +- fix: visual testing skill +- fix: tell agents when to use oxfmt, and when to use Prettier ([#10](https://github.com/MetaMask/skills/pull/10)) +- fix: correct error codes to match source contracts +- fix: correct error code selectors (verified against Delegation Framework v1.3.0) +- fix: correct all error code selectors to match Delegation Framework v1.3.0 +- fix: update ERC-7715 permission type names +- Fix: Correct ERC-7715 permission types in documentation +- fix: change provider from osobot to oh-my-opencode + +[Unreleased]: https://github.com/MetaMask/skills/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/MetaMask/skills/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 05fd1a7..2d7a510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/skills", - "version": "0.0.0", + "version": "0.1.0", "description": "Shared MetaMask agent skills installer and sync CLI.", "license": "MIT", "type": "module", From 1e9d3596ccd66a0079178440deebd569bf219654 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 4 Jun 2026 12:15:08 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 65 +++------------------------------------------------- 1 file changed, 3 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 211f10f..383d49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,70 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] -### Uncategorized - -- chore: Bump Yarn to `4.16.0` ([#37](https://github.com/MetaMask/skills/pull/37)) -- revert: "Release 0.1.0" ([#36](https://github.com/MetaMask/skills/pull/36)) -- Release 0.1.0 ([#30](https://github.com/MetaMask/skills/pull/30)) -- chore: add state manipulation reference ([#28](https://github.com/MetaMask/skills/pull/28)) -- add x402-payments SKILL -- chore: reset version to 0.0.0 baseline before first release ([#29](https://github.com/MetaMask/skills/pull/29)) -- fix endpoints -- update samrt-accounts-kit skills -- address review comments -- avoid multiple install mentions -- add permissionless package -- add x402 payments skills -- address review comments -- docs(recipe-doctor): clarify agent execution ([#21](https://github.com/MetaMask/skills/pull/21)) -- update smart accounts kit skills -- docs(performance): point the layout-animations skill to the Rive usage doc -- chore: add mock-network tool and remove mock server capability -- improve based on osobot review -- docs: add comprehensive error codes, parallel nonces, and backend patterns -- Address review feedback -- Remove LICENSE and README files -- Add smart-accounts-kit skill -- init - ### Added -- feat: add lean cli syntax rules section -- feat(performance): add mobile-performance skill for metamask-mobile ([#19](https://github.com/MetaMask/skills/pull/19)) -- feat: add react fiber walk for in-memory data sources -- feat(skills): add shared sync cli package ([#24](https://github.com/MetaMask/skills/pull/24)) -- feat(skills): add core perps integration ([#20](https://github.com/MetaMask/skills/pull/20)) -- feat(agentic): resolve public recipe runner source ([#22](https://github.com/MetaMask/skills/pull/22)) -- feat(visual-testing): add mock-network docs, remove mock server capability ([#17](https://github.com/MetaMask/skills/pull/17)) -- feat(perps): cross-review self-gate for review-perps-pr skill ([#18](https://github.com/MetaMask/skills/pull/18)) -- feat(agentic): add setup doctor and shared fixtures ([#16](https://github.com/MetaMask/skills/pull/16)) -- feat(agentic): add high-level recipe workflow skills ([#14](https://github.com/MetaMask/skills/pull/14)) -- feat(agentic): add experimental ADR-58 recipe skills ([#12](https://github.com/MetaMask/skills/pull/12)) -- feat: update visual testing skill -- feat: migrate to domains/ layout, add multi-source install tooling ([#8](https://github.com/MetaMask/skills/pull/8)) -- feat: add gator cli skill -- feat: add oh-my-opencode skill -- Add CLI discovery commands: `list`, `search`, and `describe`. -- Add `@metamask/skills` package metadata for publishing the public MetaMask skills repo to npm. -- Add `metamask-skills` CLI with `sync`, `postinstall`, and `install` commands. -- Add repo inference, repo-local skills cache support, bundled package fallback, and `SKILLS_AUTO_UPDATE=1` handling for consumer repos. - -### Fixed - -- fix(recipe-harness): sync mobile agentic overlay ([#33](https://github.com/MetaMask/skills/pull/33)) -- fix(recipe): align HUD intent guidance ([#26](https://github.com/MetaMask/skills/pull/26)) -- fix(performance): replace npx with yarn; trim to installed/Expo-native tools -- fix(performance): correct Flashlight + trace() guidance to match the codebase -- fix(agentic): improve harness runtime reuse controls ([#15](https://github.com/MetaMask/skills/pull/15)) -- fix: visual testing skill description -- fix: visual testing skill -- fix: tell agents when to use oxfmt, and when to use Prettier ([#10](https://github.com/MetaMask/skills/pull/10)) -- fix: correct error codes to match source contracts -- fix: correct error code selectors (verified against Delegation Framework v1.3.0) -- fix: correct all error code selectors to match Delegation Framework v1.3.0 -- fix: update ERC-7715 permission type names -- Fix: Correct ERC-7715 permission types in documentation -- fix: change provider from osobot to oh-my-opencode +- Add CLI discovery commands: `list`, `search`, and `describe` +- Add `metamask-skills` CLI with `sync`, `postinstall`, and `install` commands +- Add repo inference, repo-local skills cache support, bundled package fallback, and `SKILLS_AUTO_UPDATE=1` handling for consumer repos [Unreleased]: https://github.com/MetaMask/skills/compare/v0.1.0...HEAD [0.1.0]: https://github.com/MetaMask/skills/releases/tag/v0.1.0