---
title: "How to obtain the system prompt for [Amp](https://ampcode.com)"
description: "1. Login with Amp using VScode 2. Issue a short query into Amp 3. Hold down Alt (windows) or Option (macOS) and click on the workspace button"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-660
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:48.879Z
license: CC-BY-4.0
attribution: "How to obtain the system prompt for [Amp](https://ampcode.com) — Claudary (https://claudary.paisolsolutions.com/skills/readme-660)"
---

# How to obtain the system prompt for [Amp](https://ampcode.com)
1. Login with Amp using VScode 2. Issue a short query into Amp 3. Hold down Alt (windows) or Option (macOS) and click on the workspace button

## Overview

# How to obtain the system prompt for [Amp](https://ampcode.com)

1. Login with Amp using VScode
2. Issue a short query into Amp
3. Hold down Alt (windows) or Option (macOS) and click on the workspace button

![](./view-thread-yaml.png)

4. Click view Thread YAML

# Notes

The system prompt used by Amp is tuned to Sonnet 4.x and has other LLMs registered into it as tools ("the oracle"). To obtain the `GPT-5` tuned system prompt then you need to configure VSCode user settings with the following and then follow the steps above again

```json
{
    "amp.url": "https://ampcode.com/",
    "amp.gpt5": true
}
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-660) · https://claudary.paisolsolutions.com
