All updates

AddressZen Skills for AI Coding Agents

If you build with an AI coding agent, you can now hand it AddressZen Skills: packaged guidance that teaches Claude Code, Cursor, Codex and other agents how to integrate our widgets and API correctly the first time. Install the set with one command and your agent picks the right package, wires up the API key, and avoids the usual gotchas without you pasting docs into the chat.

What you get

Three skills, each scoped to one integration path:

  • azn-address-lookup: integrating @addresszen/address-lookup, the vanilla JS autocomplete widget. Covers npm and CDN install, AddressLookup.setup, callbacks, CSS, country filter and bias, and common gotchas like API key allowed-URLs and source vs CDN builds
  • azn-react: integrating @addresszen/react, the <AddressLookup> React component. Covers the default and wrap-your-own-input modes, callbacks as props, CSS imports, and React specifics like "use client" for the Next.js App Router
  • azn-api-integration: calling the AddressZen API directly over HTTP. Covers authentication, the core lookup endpoints, data models, error codes, rate limits, and the CORS and allowed-URL rules that trip up first integrations

Each skill triggers from what you are trying to do, not the package name. Ask for "address autocomplete in a React form" and the agent reaches for azn-react on its own.

Install

Add the full set to your agent from the public repo:

npx skills add addresszen/skills

The skills are open source at github.com/addresszen/skills. Issues and PRs are welcome there.

Beyond the skills

Each skill points your agent to the full documentation at docs.addresszen.com/llms.txt for guides and reference past its own scope, so the agent can go deeper when a task needs it.