.claude/skills/atlan-app-scaffold-standard/SKILL.md
Scaffold new Atlan apps from CLI templates as the default behavior when users ask for a new app, then align files to sample-app standards.
npx skillsauth add atlanhq/atlan-sample-apps atlan-app-scaffold-standardInstall 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.
When a user asks to create a new app, treat CLI bootstrap as implicit. Do not require users to mention CLI commands.
quickstart-utilityconnector-standard when request requires connector behavior comparable to postgres/redshift patterns.../_shared/references/app-quality-bar.md.quickstart-utility: read only skill references + one representative quickstart app (main/workflow/activity/pyproject + one e2e test), target <= 12 reads.connector-standard: read skill references + one postgres-style and one redshift-style reference slice, target <= 20 reads.Search(\"**\")) in first pass.atlan availability (command -v atlan).atlan app init -o <app_path> -t generic -y (or -s <sample> when requested).atlan-cli-install-configure, then continue scaffold.atlan-cli repository.command -v atlan && atlan --help.atlan app template listatlan app sample listreferences/scaffold-matrix.md:
postgres-minimal by default.redshift-custom only when requirements demand custom auth/preflight/miner behavior.atlan-fact-verification-gate.atlan-cli-run-test-loop to run at least:references/scaffold-matrix.md../_shared/references/app-quality-bar.md../_shared/references/verification-sources.md../atlan-cli-install-configure/SKILL.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
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.
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.