Skip to content

Commit a4ea1e5

Browse files
committed
More dogfooding details
1 parent dc29e43 commit a4ea1e5

2 files changed

Lines changed: 24 additions & 11 deletions

File tree

dogfooding.md renamed to dogfooding/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
# AMD Skills Dogfooding
2-
3-
## 1 - `local-ai-use`
1+
# AMD Skills Dogfooding: `local-ai-use`
42

53
The goal of this skill is to teach your AI agent to use image generation, text generation, and text to speech locally.
64

75

8-
### 1.1 - Understanding which skills are available
6+
## Step 1 - Understanding which skills are available
97

10-
* Run `claude` and ask `Which skills can you see?`. You should see a list of skills that should not include anythink related to local LLM usage.
8+
* Run `claude "Which skills can you see?" --model sonnet`. You should see a list of skills that should not include anythink related to local LLM usage.
9+
* Make sure there is no `AFENTS.md` file on your local folder.
1110

12-
### 1.2 - Enabling claude to see `local-ai-use`
11+
## Step 2 - Enabling claude to see `local-ai-use`
1312

1413
In the future this will be enabled directly through claude's marketplace. For now, we have to manually add it.
1514

1615
* Clone `https://github.com/amd/skills`
1716
* Move the `local-ai-use` skill from the repo to `.claude/skills/`
18-
* Run `claude` and ask `Which skills can you see?`. You should see a list of skills that includes `local-ai-use`.
17+
* Run `claude "Which skills can you see?" --model sonnet`. You should see a list of skills that includes `local-ai-use`.
1918

20-
### 1.3 - Running the skill
19+
## Step 3 - Running the skill
2120

2221
Open Claude and run the prompt:
2322
```
24-
Learn how to do image generation locally.
23+
Learn how to do image generation locally
2524
```
2625

2726
Followed by
@@ -31,11 +30,11 @@ Generate the image of a cat
3130

3231
Claude should install Lemonade locally on your device and allow you to generate images locally after the first setup run.
3332

34-
### 1.4 - (Optional) Going beyond
33+
## Step 4 - (Optional) Going beyond
3534

3635
The `local-ai-use` can also help you with text to speech and speech to text locally. Simply ask claude for help there.
3736

38-
### 1.5 - (Optional) Try to get things done without AMD Skills
37+
## Step 5 - (Optional) Try to get things done without AMD Skills
3938

4039
Remove the added skills from `.claude/skills/` and rerun the experiment above. This should lead to a high variance in execution length and token usage.
4140
* Model being successful after significant token usage.

dogfooding/local-ai-use.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AMD Skills Dogfooding
2+
3+
Welcome to AMD Skills Dogfooding.
4+
5+
## Requirements
6+
7+
This dogfooding program assumes you already have `claude code` setup on your machine.
8+
9+
Participatns using other are still encouraged to participate. Just please note that you may have to adapt some of the instructions provided below to your specific agent.
10+
11+
12+
Please choose a skill to get started.
13+
14+
* [local-ai-use](./local-ai-use.md): Teach your agent how to run image generation locally.

0 commit comments

Comments
 (0)