What problem does it solve? Experiments often start in a researcher's personal space and later need to belong to a shared organization so admins can manage them and teammates can read them. This Skill performs that personal-to-organization transfer through the Chronicle platform without manual API calls. ## Core Features & Use Cases - Organization Resolution: Resolves the target organization by matching the user's named org against the scopes returned by the chronicle.list_scopes MCP tool, asking for clarification when ambiguous. - One-Call Transfer: Moves the experiment via chronicle.move_experiment, optionally assigning a team as owner and setting visibility (private, organization, or public) in the same call. - Failure Handling: Diagnoses common errors such as 409 conflicts for already-org-owned experiments or slug collisions, 403 membership errors, and 404 authorization misses. - Use Case: A researcher who prototyped an experiment personally says "move this experiment to the Acme organization" and the Skill resolves the org, transfers ownership, and reports the resulting visibility. ## Quick Start Ask the agent to move your experiment into your organization, for example: "Move this experiment to my org and make it visible to the whole team."