provider-search

Organize welfare service providers and feedback in a Neo4j graph using reusable Cypher templates.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kazumasakawahara/nest-support --skill provider-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: provider-search
Source: https://github.com/kazumasakawahara/nest-support/tree/main/claude-skills/provider-search
Command: npx skills add https://github.com/kazumasakawahara/nest-support --skill provider-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Welfare service providers and their feedback are often scattered across heterogeneous data sources. This Skill unifies provider data (ServiceProvider) and feedback (ProviderFeedback) in a Neo4j graph using reusable Cypher templates, enabling consistent searches, linking, and analysis.

Core Features & Use Cases

  • Unified data model: handles both camelCase and snake_case fields, enabling robust cross-format querying.
  • Flexible search: filter by service type, city, and keywords, while surfacing provider details and feedback metadata.
  • Feedback management: attach, summarize, and assess provider feedback to support quality improvement.

Quick Start

Run the provided Cypher templates against your Neo4j MCP instance to begin exploring providers and feedback.

Frequently Asked Questions about provider-search

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

FAQPage Schema
How do I search for welfare service providers and feedback using a Neo4j graph database?

You can search for welfare service providers by running reusable Cypher templates against your Neo4j instance to filter providers by service type and city, while surfacing associated provider feedback metadata.

Can I query provider data in Neo4j if my properties use both camelCase and snake_case formats?

Yes, this unified data model handles both camelCase and snake_case fields, enforcing data-coalescing for name fields to enable robust cross-format querying without requiring manual schema standardization.

How do I attach and aggregate provider feedback in a Neo4j welfare provider graph?

You can attach, summarize, and assess provider feedback by executing the provided write Cypher templates, which link ProviderFeedback nodes to ServiceProvider nodes to support quality improvement analysis.

Do I need custom scripts to manage welfare provider data in Neo4j?

No, you do not need custom scripts. The skill provides safe, scalable querying through reusable Cypher templates that expose both read and write operations for provider search and feedback management.

What is the best way to link clients to welfare providers in a Neo4j graph?

The best way to link clients to providers is by using the skill's predefined Cypher templates, which establish client-provider linking relationships within the graph to enable structured feedback aggregation.

Are there limitations when searching for WAM NET welfare providers across different cities and service types?

Search capabilities are constrained to filtering by service type, city, and keywords. The system relies on organizing WAM NET provider data into Neo4j, so queries are limited to the data modeled within the graph.