By Acuris-GmbH
Acuris developer skills for Claude Code — Address Validation & Geocoding (autocomplete, validation, forward/reverse geocoding, batch cleanup, and migrations from libAddressDoctor, Loqate, Experian QAS, Melissa, Smarty) plus EUDI Wallet Verifier (OID4VP relying-party integration with SD-JWT VC, presentation_definition, and EU 27 trust validation).
Acuris Address Validation & Geocoding APIs. Use when the user is building address autocomplete in a checkout or sign-up form, validating addresses on submit, forward geocoding to lat/lng for shipping or distance calculations, reverse geocoding from coordinates, batch-cleaning address data, integrating address validation into a React, Next.js, Node, or Centra storefront, or migrating from libAddressDoctor (Informatica), Loqate, Experian QAS, Melissa, or Smarty to Acuris.
Acuris EUDI Wallet Verifier — a hosted OID4VP relying-party service at https://eudi.acuris-geo.com that accepts EU Digital Identity Wallet presentations (SD-JWT VC PID), validates the credential against EU 27 member-state trust lists (LOTL → TSL → x5c → CRL), and cross-checks the disclosed residence address against Acuris's address-validation pipeline. Use when the user is integrating EUDI Wallet verification into a bank KYC / branch onboarding flow, building a relying-party backend that initiates verification sessions and polls for results, generating OID4VP presentation_definitions, handling SD-JWT VC responses, or interpreting verification_status, accuracy_type, and credential_validity in poll responses.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive context for AI coding agents to build with the Acuris Address Validation & Geocoding APIs. Distributed in three formats from one source of truth:
/plugin install, or claude --plugin-dir ./claude-code-plugin..cursor/rules/*.mdc
plus a public docs site for the @Docs indexer.npx skills add on Claude Code, Cursor, GitHub Copilot, Codex,
OpenCode, Gemini CLI, Kiro, Goose, and ~30 other tools listed at
agentskills.io.All three teach two skills:
acuris-address — Address Validation, Geocoding, Reverse
Geocoding, Autocomplete. How to wire @acuris-geo/av-sdk and
@acuris-geo/centra-checkout correctly, and how to migrate from
libAddressDoctor (Informatica), Loqate, Experian QAS, Melissa, or
Smarty.acuris-eudi — EUDI Wallet Verifier. How to integrate
https://eudi.acuris-geo.com as a relying party for OID4VP /
SD-JWT VC PID verification with EU 27 trust validation, typically
for bank KYC and branch-onboarding flows.Each skill auto-activates only when the user's task matches its description, so installing both costs almost no context.
Status:
0.2.0. The underlying APIs are stable; this context package follows them. Expect occasional content additions as new recipes, migration vendors, and verifier features land.
When you ask any AI coding agent to "add address validation," you tend
to get one of two failure modes: hand-rolled fetch calls that hit
the wrong header (Authorization: Bearer … instead of X-Acuris-Key),
or correct code calling a fictitious endpoint. This package gives the
agent the actual SDK shape, the real headers, the right error types,
and a library of pre-vetted recipes so it generates code that
compiles and runs.
This pattern was popularized for cloud APIs by Amazon Location's agent-context release in February 2026. We follow their three-format approach (same source-of-truth split with one transformation step per format) and adapt it to Acuris.
src/ Canonical source — edit here, then rebuild.
├── skill/ SKILL.md + references/ — the actual content.
├── manifests/ Per-format JSON manifest templates.
└── rules/ Cursor MDC rule sources.
claude-code-plugin/ Generated: Claude Code plugin.
agent-skill/ Generated: open Agent Skill package.
skills/ Generated alias so `npx skills add` finds the skill.
cursor-docs/ Generated: Cursor rules + flat docs site.
.claude-plugin/ Generated: marketplace.json at repo root.
scripts/build.mjs One Node script, zero deps, rebuilds all projections.
research.md Phase-1 research that informed the design.
design.md Phase-2 architecture decisions.
/plugin marketplace add Acuris-GmbH/acuris-agent-context
/plugin install acuris-address@acuris-plugins
Or for local development of this package:
git clone https://github.com/Acuris-GmbH/acuris-agent-context
claude --plugin-dir ./acuris-agent-context/claude-code-plugin
Once installed, the acuris-address skill auto-activates when your
task mentions address validation, autocomplete, geocoding, or any of
the supported migration sources. You can also invoke it explicitly with
/acuris-plugins:acuris-address.
Three options, mix and match:
Drop-in rules (works in any Cursor project):
git clone https://github.com/Acuris-GmbH/acuris-agent-context
mkdir -p .cursor/rules
cp acuris-agent-context/cursor-docs/rules/*.mdc .cursor/rules/
The four rules auto-attach to checkout / address / API-route files and pull themselves in when relevant.
@Docs indexer (once GitHub Pages is enabled):
In Cursor → Settings → Indexing & Docs → @Docs → Add new doc,
add https://acuris-gmbh.github.io/acuris-agent-context/.
Open Agent Skill (native Cursor support):
npx skills add Acuris-GmbH/acuris-agent-context -a cursor
# Interactive — pick your agent:
npx skills add Acuris-GmbH/acuris-agent-context
# Or specific:
npx skills add Acuris-GmbH/acuris-agent-context -a github-copilot
npx skills add Acuris-GmbH/acuris-agent-context -a opencode
npx skills add Acuris-GmbH/acuris-agent-context -a codex
npx skills add Acuris-GmbH/acuris-agent-context -a gemini-cli
npx skills add Acuris-GmbH/acuris-agent-context -a kiro-cli
The full list of compatible tools is at https://agentskills.io.
npx claudepluginhub acuris-gmbh/acuris-agent-context --plugin acurisComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.