en un clic
connectors
// Database connector and explorer patterns for Gremlin, openCypher, and SPARQL, including the query template tag and escapeString usage.
// Database connector and explorer patterns for Gremlin, openCypher, and SPARQL, including the query template tag and escapeString usage.
Testing standards, patterns, and utilities for Graph Explorer including Vitest, DbState, renderHookWithState, test data factories, SPARQL test helpers, and backward compatibility testing for persisted data.
Git workflow conventions for Graph Explorer. Use when making commits, creating branches, or discussing version control practices.
Handle management of any GitHub related tasks, including creating or modifying issues, publishing a branch as a pull requests (or PRs), or creating or modifying sub-issues or child issues.
Graph Explorer product overview including supported graph types, query languages, databases, key features, and high-level architecture.
React component patterns, hooks, naming conventions, and the query-language translation system for Graph Explorer.
Schema storage and discovery in Graph Explorer, including SchemaStorageModel persistence, edge connections, incremental schema growth, and related Jotai atoms.
| name | connectors |
| description | Database connector and explorer patterns for Gremlin, openCypher, and SPARQL, including the query template tag and escapeString usage. |
| tools | ["fs_read","code","grep","glob","web_search","web_fetch"] |
src/connector/index.tssrc/connector/[query-language]/explorer/For branded type conventions and the full type reference table, refer to .kiro/skills/typescript/SKILL.md.
query template tag from @/utils for all query strings (Gremlin, openCypher, SPARQL) to ensure consistent formattingescapeString() from @/utils to escape special characters in string literals