From 184eb2b9016af4dc5f76114ba40f9f7fc1f70b7f Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Thu, 23 Jul 2026 16:00:26 +0200 Subject: [PATCH] mention about skills in agents.md --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 6dbc7d9896..389142eea9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -209,6 +209,8 @@ gh issue create To conserve context space, load these resources as needed: +Skills: reusable task workflows live in the [skills/](skills/) directory - check there for a skill matching your task before starting. + General documentations: - [Contributing guidelines](CONTRIBUTING.md) - [Existing issues](https://github.com/ggml-org/llama.cpp/issues) and [Existing PRs](https://github.com/ggml-org/llama.cpp/pulls) - always search here first