SkillAgentSearch skills...

Overmind

Overmind - Frictionless state management

Install / Use

/learn @cerebral/Overmind
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Overmind

Visit website for more information: www.overmindjs.org.

Contributing

// List all packages and state how to develop and test them

Release procedure

git switch next
git pull
npm install # make sure any new dependencies are installed
npm run release -- --dry-run --print-release  # and check release notes
git switch master
git pull
git merge --ff-only next
git push

To release a new VSCode extension it's necessary to increase the version in packages/overmind-devtools-vscode/package.json. Otherwise it will be ignored. Make also sure the token for Azure release (GitHub Actions Organization secret: VS_MARKETPLACE_TOKEN) is still valid. It expires after 1 year (current expires: 24.04.2026).

To show the right version inside the devtools standalone app, it needs to be set in packages/overmind-devtools/package.json.

Related Skills

View on GitHub
GitHub Stars1.6k
CategoryDevelopment
Updated11d ago
Forks96

Languages

TypeScript

Security Score

95/100

Audited on Mar 22, 2026

No findings