From 473bfd77aed068377b27b99f5a9612ab3b8180bd Mon Sep 17 00:00:00 2001 From: Chip Nowacek Date: Tue, 3 Feb 2026 08:27:31 -0600 Subject: [PATCH] update SKILL.md YAML Upon reading https://support.claude.com/en/articles/12512198-how-to-create-custom-skills I tweaked the YAML. Since I'm new here, please help me understand if this helps or not. --- skill/SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skill/SKILL.md b/skill/SKILL.md index a8ac2b2..bfafe3a 100644 --- a/skill/SKILL.md +++ b/skill/SKILL.md @@ -1,7 +1,8 @@ --- name: logseq-db-plugin-api version: 2.1.0 -description: Essential knowledge for developing Logseq plugins for DB (database) graphs. Covers core APIs, event-driven updates with DB.onChanged, multi-layered tag detection, property value iteration, advanced query patterns (tag inheritance, or-join), and production-tested plugin architecture patterns. References production-validated code from logseq-checklist v1.0.0. +description: Build Logseq DB graph plugins: core APIs, DB.onChanged events, tag detection, property iteration, Datalog queries with tag inheritance, production-tested patterns from logseq-checklist v1.0.0. +dependencies: Logseq>=0.11.0, @logseq/libs>=0.3.0, Node.js>=18, vite, vite-plugin-logseq --- # Logseq DB Plugin API Skill