From d4c62d44f051b7e430bc813d8075eb148e79053c Mon Sep 17 00:00:00 2001 From: Gav Verma Date: Wed, 17 Dec 2025 15:21:10 -0800 Subject: [PATCH] Update readme with initial text; add gitignore (#1) --- .gitignore | 1 + README.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index f312b91..18277f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# skills -Skills Library +# Agent Skills + +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.