This is the tool-agnostic home for shared agent infrastructure used in developing DataDesigner.
.agents/
├── skills/ # Development skills (commit, create-pr, review-code, etc.)
├── agents/ # Sub-agent persona definitions (docs-searcher, github-searcher)
└── README.md # This file
Tool-specific directories symlink back here so each harness resolves skills from the same source:
.claude/skills→.agents/skills.claude/agents→.agents/agents
All skills and agents in this directory are for contributors developing DataDesigner — not for end users building datasets.
The usage skill for building datasets with DataDesigner lives separately at skills/data-designer/. For product documentation, see the docs site.