AgentSkillsCN

atlan-sdk-objectstore-io-defaults

在输出路径、文件前缀以及文件写入操作中,严格遵循Atlan SDK中预设的对象存储与IO默认配置。当您需要实现或审查原始数据与转换后数据的输出处理时,可选用此功能。

SKILL.md
--- frontmatter
name: atlan-sdk-objectstore-io-defaults
description: 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.

Atlan SDK Objectstore IO Defaults

Apply SDK-native defaults for all output read/write logic.

Workflow

  1. Apply defaults from references/defaults.md.
  2. Use SDK path-building conventions instead of hardcoded prefixes.
  3. Route writes through SDK IO abstractions where possible.
  4. If local SDK checkout is unavailable, verify behavior from installed package source or remote SDK source/docs.
  5. Run atlan-fact-verification-gate when output behavior changed or conflicts with existing tests.
  6. Validate expected output sections in e2e_case_contract.yaml.

Non-Negotiable Rules

  • Do not hardcode bucket prefixes when SDK-derived paths exist.
  • Keep raw and transformed outputs under workflow-specific output path.
  • Align output naming with e2e assertions.

References

  • Defaults and anti-patterns: references/defaults.md
  • Shared templates: ../_shared/references/artifact-templates.md