Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit fc6df03

Browse files
committed
Update AI assistant onboarding note for contributors
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 73da8ef commit fc6df03

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
@@ -3,17 +3,21 @@
33
<!-- contributor-only -->
44
## Contributing with an AI assistant
55

6-
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:
6+
This is a Pony project. The ponylang org maintains a set of LLM coding skills. Get set up with them before contributing:
77

8-
```bash
9-
git clone https://github.com/ponylang/llm-skills.git
10-
cd llm-skills
11-
python install.py
12-
```
8+
- **Not set up yet?** Install them once:
9+
10+
```bash
11+
git clone https://github.com/ponylang/llm-skills.git
12+
cd llm-skills
13+
python install.py
14+
```
15+
16+
- **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.
1317

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

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

18-
Before opening a pull request, read [CONTRIBUTING.md](CONTRIBUTING.md).
22+
Read [CONTRIBUTING.md](CONTRIBUTING.md).
1923
<!-- /contributor-only -->

0 commit comments

Comments
 (0)