# Atlan Sdk Objectstore Io Defaults

> 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.

- Skill: `majiayu000/atlan-sdk-objectstore-io-defaults` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/atlan-sdk-objectstore-io-defaults`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/atlan-sdk-objectstore-io-defaults/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/atlan-sdk-objectstore-io-defaults

---


# 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`

