add-address-autocomplete

Automate address form filling, geocoding, and coordinate storage.

Updated May 30, 2026
One-click install
npx skills add https://github.com/buitrankimlong/thongtincty --skill add-address-autocomplete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-address-autocomplete
Source: https://github.com/buitrankimlong/thongtincty/tree/main/.claude/skills/add-address-autocomplete
Command: npx skills add https://github.com/buitrankimlong/thongtincty --skill add-address-autocomplete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding an address autocomplete field to a form, pinning lat/lng coordinates to a database. It is ideal for cases where a form requires geocoded address information.

Core Features & Use Cases

  • Address Autocomplete: Integrate an address autocomplete field in forms for easy and accurate address entry.
  • Geocoding: Convert addresses to latitude and longitude coordinates and store them in a database.
  • Use Case: Use this Skill to add a geocoded address field to a branch office location form.

Quick Start

Run the add-address-autocomplete skill on the 'branch-office-form' to generate the required address field and store coordinates.

Frequently Asked Questions about add-address-autocomplete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add address autocomplete to a form and store geocoded coordinates in a database?

To add address autocomplete to a form, you can use a Skill that integrates an AddressAutocompleteField component, automatically converting the entered addresses into latitude and longitude coordinates and mapping them to snake_case lat/lng database columns.

What is address geocoding and when do I need to store lat/lng columns in my database?

Address geocoding is the process of converting physical addresses into geographic coordinates. You need to store lat/lng columns in your database when your application requires precise location mapping, such as tracking branch office locations or calculating distances.

How do I map geocoded address fields to snake_case lat/lng database columns?

Mapping geocoded address fields to snake_case lat/lng database columns is handled automatically by the script execution, which ensures the AddressAutocompleteField component correctly pins and stores the latitude and longitude values in your specified database format.

Do I need Node.js to run scripts for address autocomplete and geocoding integration?

Yes, you need Node.js installed because the address autocomplete and geocoding integration requires specific script execution to perform deterministic tasks, such as generating the required address field and handling database migrations.

What database migrations are required when adding an address autocomplete field?

Adding an address autocomplete field requires specific database migrations to ensure your schema includes the necessary snake_case lat/lng columns for storing the geocoded coordinates generated by the AddressAutocompleteField component.

Can I use address autocomplete for branch office location forms?

Yes, you can use address autocomplete for branch office location forms by running the script on your form to generate the address field, ensuring accurate address entry and automatic geocoded coordinate storage in your database.