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

Commit bc756f9

Browse files
authored
Make AGENTS.md the canonical agent doc, imported by CLAUDE.md (#17)
Moves the agent/contributor guidance from CLAUDE.md into AGENTS.md (the cross-tool standard) so non-Claude tools read it directly. CLAUDE.md now imports it via Claude Code's `@AGENTS.md` syntax. AGENTS.md is added to .markdownlintignore alongside CLAUDE.md.
1 parent fd779c4 commit bc756f9

3 files changed

Lines changed: 25 additions & 23 deletions

File tree

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CODE_OF_CONDUCT.md
33
CLAUDE.md
44
.claude/
55
.release-notes/*
6+
AGENTS.md

AGENTS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# zulip-action
2+
3+
<!-- contributor-only -->
4+
## Contributing with an AI assistant
5+
6+
This is a Pony project. The ponylang org maintains a set of LLM coding skills. Get set up with them before contributing:
7+
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.
17+
18+
See the [llm-skills README](https://github.com/ponylang/llm-skills) for details and other harnesses.
19+
20+
When you start working on this project, load the `pony-skills` skill — it tells your assistant which Pony skill to use for each task.
21+
22+
Read [CONTRIBUTING.md](CONTRIBUTING.md).
23+
<!-- /contributor-only -->

CLAUDE.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
# zulip-action
2-
3-
<!-- contributor-only -->
4-
## Contributing with an AI assistant
5-
6-
This is a Pony project. The ponylang org maintains a set of LLM coding skills. Get set up with them before contributing:
7-
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.
17-
18-
See the [llm-skills README](https://github.com/ponylang/llm-skills) for details and other harnesses.
19-
20-
When you start working on this project, load the `pony-skills` skill — it tells your assistant which Pony skill to use for each task.
21-
22-
Read [CONTRIBUTING.md](CONTRIBUTING.md).
23-
<!-- /contributor-only -->
1+
@AGENTS.md

0 commit comments

Comments
 (0)