.claude/skills/atlan-sql-connector-patterns/SKILL.md
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom). Use when building or extending SQL metadata/query extraction connectors.
npx skillsauth add atlanhq/atlan-sample-apps atlan-sql-connector-patternsInstall 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.
Choose the right connector strategy and implement it consistently.
references/decision-tree.md to choose postgres-minimal or redshift-custom.atlan-fact-verification-gate if requirements imply source-specific behavior or SDK override risk.atlan-e2e-contract-validator for contract generation.references/decision-tree.md../_shared/references/verification-sources.mddevelopment
Implement workflow argument retrieval, credential_guid usage, and state store updates using Atlan SDK patterns. Use when workflows or activities handle credentials, runtime args, or persisted workflow state.
development
Enforce object store and IO defaults from the Atlan SDK for output paths, prefixes, and file writes. Use when implementing or reviewing raw/transformed output handling.
testing
Run findings-first review for Atlan app changes and synchronize app documentation with implemented behavior. Use when completing a change set, preparing handoff, or auditing regressions.
tools
Verify Atlan app behavior against SDK docs/code and CLI docs/code before behavior-changing decisions; use lightweight checks by default and deep checks when risk is high.