Skip to content

Commit 2a37b2c

Browse files
authored
Update AI assistant onboarding note for contributors (#59)
Updates the contributor-only block in CLAUDE.md: install-vs-update either/or so contributors who already have the ponylang LLM skills are nudged to `git pull` for the latest, plus a blanket pointer to CONTRIBUTING.md.
1 parent 00a560d commit 2a37b2c

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ Pony bindings for OpenSSL and LibreSSL, providing SSL networking (`ssl/net`) and
55
<!-- contributor-only -->
66
## Contributing with an AI assistant
77

8-
This is a Pony project. The ponylang org maintains a set of LLM coding skills. If your AI assistant isn't set up with them, install them once:
8+
This is a Pony project. The ponylang org maintains a set of LLM coding skills. Get set up with them before contributing:
99

10-
```bash
11-
git clone https://github.com/ponylang/llm-skills.git
12-
cd llm-skills
13-
python install.py
14-
```
10+
- **Not set up yet?** Install them once:
11+
12+
```bash
13+
git clone https://github.com/ponylang/llm-skills.git
14+
cd llm-skills
15+
python install.py
16+
```
17+
18+
- **Already set up?** Make sure you're on the latest. If you installed with the script above, `git pull` in the directory where you cloned `llm-skills` and the symlinked skills update automatically — if you set them up another way, refresh them however that setup expects.
1519

1620
See the [llm-skills README](https://github.com/ponylang/llm-skills) for details and other harnesses.
1721

1822
When you start working on this project, load the `pony-skills` skill — it tells your assistant which Pony skill to use for each task.
1923

20-
Before opening a pull request, read [CONTRIBUTING.md](CONTRIBUTING.md).
24+
Read [CONTRIBUTING.md](CONTRIBUTING.md).
2125
<!-- /contributor-only -->
2226

2327
## Building and Testing

0 commit comments

Comments
 (0)