From adverant-nexus
Manage knowledge graph entities, relationships, and cross-domain queries via Nexus GraphRAG. Use when the user references entities, wants to explore relationships, store structured knowledge, query facts, or search across domains.
npx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusThis skill uses the workspace's default tool permissions.
Use `nexus_entities` with `action: "store"`:
Traverses knowledge graph across memories, entities, and relationships for comprehensive context. Use before planning complex work, investigating concept connections, or answering 'what do you know about X'.
Queries bundled research knowledge graph for knowledge systems methodology guidance via 3-tier KB (WHY claims, HOW docs, examples) with cited, practical answers.
Share bugs, ideas, or general feedback.
Use nexus_entities with action: "store":
domain: creative_writing, code, medical, legal, research, generalentity_type: novel_chapter, code_function, medical_record, etc.text_content: Entity text contenttags (optional): Tags for categorizationmetadata (optional): Domain-specific metadataUse nexus_entities with action: "query":
domain (optional): Filter by domainentity_type (optional): Filter by entity typesearch_text (optional): Search within entity contentlimit (optional): Max resultsUse nexus_entities with action: "get" and entity_id.
Use nexus_entities with action: "history" and entity_id to see how an entity evolved over time.
Use nexus_entities with action: "hierarchy" and entity_id to see the complete hierarchy tree.
Use nexus_entities with action: "facts" and subject to query facts about a subject from the knowledge graph.
Use nexus_entities with action: "cross_domain":
domains: Array of domains to search acrossquery: Pattern or concept to findmax_results (optional): Max results per domain