.kiro/skills/connectors/SKILL.md
Database connector and explorer patterns for Gremlin, openCypher, and SPARQL, including the query template tag and escapeString usage.
npx skillsauth add aws/graph-explorer connectorsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 literalsdevelopment
TypeScript conventions and rules for Graph Explorer, including branded types, function style preferences, and type safety patterns.
tools
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.
development
Tailwind CSS v4 styling rules, responsive design patterns, and data attribute conventions for Graph Explorer.
data-ai
Schema storage and discovery in Graph Explorer, including SchemaStorageModel persistence, edge connections, incremental schema growth, and related Jotai atoms.