Agent skill
atlan-workflow-args-secrets-state
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/atlan-workflow-args-secrets-state
SKILL.md
Atlan Workflow Args Secrets State
Keep workflow and activity data flow aligned with SDK patterns.
Workflow
- Read
references/state-flow.md. - Ensure workflow args are loaded through SDK-supported state path.
- Replace direct credential payload handling with
credential_guid+ secret retrieval. - Keep
get_workflow_argsfocused on args retrieval/normalization. - Keep business transformation and artifact writes in dedicated activity methods orchestrated by workflow.
- Persist workflow state through SDK-compatible state store APIs.
- Run
atlan-fact-verification-gatefor any workflow lifecycle change that can affect runtime behavior. - Reflect this behavior in e2e contracts and loop reports.
Rules
- Never persist raw secrets in workflow args snapshots.
- Never bypass state store for cross-activity workflow state.
- Keep retries/timeouts aligned with workflow conventions.
- Do not collapse the full business pipeline into
get_workflow_argsside effects.
References
- State flow map:
references/state-flow.md - Shared artifacts:
../_shared/references/artifact-templates.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?