worldcoinworldcoinOfficialยท2 Agent Skills Included

minikit-js

Migrate web apps to World App mini apps

Converts existing Next.js web apps into World App mini apps and back again. Handles wallet authentication, transaction batching, and browser fallbacks without rewriting core logic. Fixes common migration issues like SSR hydration errors, missing contract whitelists, and receipt polling. Speeds up dual-environment deployment so one codebase runs in World App and any browser.
npx skills add worldcoin/minikit-js --all -g -y
Available:

Gives your AI agent the monorepo structure, build commands, and SDK architecture context needed to edit and test MiniKit code correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install minikit-js?โ–ผ

Run `npx skills add worldcoin/minikit-js --all -g -y` in your terminal to install all skills in this suite globally.

How to convert a web app into a World App mini app?โ–ผ

The web-to-miniapp skill walks through installing MiniKit, disabling SSR, adding the provider, and routing wallet calls through the World App bridge.

Can a World App mini app also run in a browser?โ–ผ

Yes. The miniapp-to-web skill adds a Wagmi fallback so MiniKit commands work in any browser with wallets like MetaMask.

Why do my mini app buttons render but do nothing?โ–ผ

This is an SSR hydration mismatch. Wrap the page in a dynamic import with ssr set to false, since MiniKit requires the browser window object.

Do I need coding experience to use these migration skills?โ–ผ

Basic familiarity with Next.js helps, but your AI agent applies each migration step automatically from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’