From 8e2a96bf02e61278db705c8c17a2c9be17a12e40 Mon Sep 17 00:00:00 2001 From: Dominik Kundel Date: Mon, 22 Dec 2025 15:17:33 +0100 Subject: [PATCH] Updating README (#26) Adding a few more details into the README to help people in case they land here first. --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18277f6..9e2c8e5 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,22 @@ Agent Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform at specific tasks. Write once, use everywhere. -Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way. This repository catalogs skills for use and distribution with Codex. +Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way. This repository catalogs skills for use and distribution with Codex. Skills in Codex follow the open [Agent Skills specification](https://agentskills.io). + +Learn more: +- [Using skills in Codex](https://developers.openai.com/codex/skills) +- [Official Agent Skills specification](https://agentskills.io) + +## Installing a skill + +Skills in the [`.system` directory](skills/.system/) directory are automatically installed in the latest version of Codex. + +To install [curated](skills/.curated/) or [experimental](skills/.experimental/) skills, you can use the `$skill-installer` inside Codex. For example: + +``` +$skill-installer gh-address-comments +``` + +## License + +The license of an individual skill can be found directly inside the skill's directory inside the `LICENSE.txt` file.