.claude/skills/atlan-workflow-args-secrets-state/SKILL.md
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.
npx skillsauth add atlanhq/atlan-sample-apps atlan-workflow-args-secrets-stateInstall 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.
Keep workflow and activity data flow aligned with SDK patterns.
references/state-flow.md.credential_guid + secret retrieval.get_workflow_args focused on args retrieval/normalization.atlan-fact-verification-gate for any workflow lifecycle change that can affect runtime behavior.get_workflow_args side effects.references/state-flow.md../_shared/references/artifact-templates.mddevelopment
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.
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.