livelihood-support

Structure welfare recipient data in a 7-pillar Neo4j model.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

生活保護受給者の尊厳を守りつつ、複雑な支援ニーズと経済的リスクを統合的に管理するためのデータ基盤を提供します。7本柱モデルに基づく情報設計とSafety First方針により、二次被害の防止と適切な介入の優先順位付けを実現します。

Core Features & Use Cases

  • 7本柱モデルに基づく Recipient 中心のデータ構造を Neo4j グラフデータベースで運用し、ケース記録、強み・課題、社会的ネットワーク、法的・金銭リスクなどを横断して可視化します。
  • 汎用neo4j MCP ツールを介してCypherクエリを安全に実行・登録を行い、ケースワーカーの意思決定を支援します。
  • 緊急時の Safety First、NgApproach、EconomicRisk の優先表示と、情報の適切な変換・共有ルールを提供します。

Quick Start

Clone the repo, run setup.sh to initialize Neo4j and MCP, then connect Claude to the MCP server and begin querying by recipient name.

Frequently Asked Questions about livelihood-support

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

FAQPage Schema
How do I manage welfare recipient data in Neo4j for case work?

Manage welfare recipient data in Neo4j by structuring profiles in a 7-pillar graph model that links case records, strengths, and social networks. This enables cross-cutting visualization and parameterized Cypher queries for intake, ongoing support, and handover scenarios.

What is the best way to visualize economic risk and social networks for welfare support?

Visualize economic risk and social networks for welfare support by mapping them as graph relationships in Neo4j. The 7-pillar model links recipient profiles with legal and financial risk nodes, allowing case workers to see interconnected risk factors and support networks in a single view.

How does an MCP tool execute Cypher queries safely for welfare data management?

An MCP tool executes Cypher queries safely for welfare data management by using parameterized templates instead of raw query strings. This prevents injection risks while enforcing Safety First rules like NgApproach and EconomicRisk priority flags during data access.

Can I use a graph database for welfare case handover and risk assessment?

Yes, you can use a graph database for welfare case handover and risk assessment. The Neo4j 7-pillar model structures recipient information so that profiles, risks, and social networks transfer seamlessly, ensuring continuity of care and prioritizing safety during transitions.

Do I need Neo4j setup to run welfare data management with an MCP server?

Yes, you need Neo4j setup to run welfare data management with an MCP server. Clone the repository, run setup.sh to initialize the Neo4j database and MCP connection, then link Claude to the MCP server to begin querying recipient data safely.

When should I apply Safety First rules in welfare support data queries?

Apply Safety First rules in welfare support data queries whenever handling recipient intake, ongoing support, or handover. The NgApproach and EconomicRisk parameters must be prioritized to prevent secondary harm and ensure appropriate intervention sequencing.