Use this skill when querying the CIE10ES clinical vocabulary graph, including semantic aliases and intent-guided Cypher patterns.
Use this skill when a request targets CIE10ES concepts, descriptions, relationships, or intent-style retrieval patterns.
Use CIE10ES as the vocabulary string in all MCP tool calls.
Two tools are available via the kdb-mcp server:
get_skills("CIE10ES") — Fetches the live semantic layer for CIE10ES. Call this first to get runtime-accurate node aliases, relationship aliases, and vocabulary-specific guidance.cypher_safe("CIE10ES", query, limit) — Executes a read-only Cypher query against the CIE10ES graph. Queries must start with MATCH, OPTIONAL MATCH, or WITH. All write operations are blocked by the server.references/data-model-and-query-practices.md first.LIMIT.drug_relationships, neoplasia_behaviorConceptIntents represent concrete use cases within this knowledge domain and can be used as query recipes.
cie10es.code_description: Return CIE10-ES code details and preferred descriptions for a disease concept.cie10es.neoplasia_behavior_site: Retrieve neoplasia behavior and linked anatomic disease location context in CIE10-ES.references/ontology-skills.md — Full semantic layer definition: node aliases, relationship aliases, Cypher cheatsheet, and usage examples. Consult when building queries or resolving alias names.references/intent-catalog.md — Query recipes with inputs, trigger phrases, Cypher plans, guardrails, and output schemas. Use to match user intent to a structured query pattern.references/data-model-and-query-practices.md — Base graph model and query discipline reference. Consult when exploring the schema or writing ad-hoc queries outside defined intents.npx skills add davidreyblanco/cie10es-query-skill下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer