AIAny
AI Agent2025
Icon for item

Agent Skills (openai/skills)

Catalogs reusable Agent Skills for Codex — folders of instructions, scripts, and resources an agent loads to perform specific tasks. Tiers: .system (ships with Codex), .curated, and .experimental. Now deprecated in favor of OpenAI plugins.

Introduction

The quiet story here isn't the skills themselves — it's that a major model vendor adopted a portable, cross-vendor format. This repo packages "Agent Skills" (folders of instructions, scripts, and resources tied to the open standard at agentskills.io) for Codex, signaling that model-agnostic skills are becoming shared infrastructure rather than one company's proprietary feature. It has since been deprecated in favor of OpenAI's plugins model, which makes it a clean snapshot of a format mid-transition.

What Sets It Apart
  • Three tiers encode trust, not just maturity: .system skills ship and auto-install with the latest Codex; .curated are vetted and curated by OpenAI, installed on demand by name via $skill-installer; .experimental are early-stage, installed by specifying the folder path. You can judge provenance before running someone else's scripts.
  • A skill is just a folder — "write once, use everywhere" — with no bespoke plugin API, which is precisely why the same skill can travel across any agent that honors the standard.
  • Licensing lives in a per-skill LICENSE.txt, tracked at the unit of reuse rather than the whole repo — the detail that matters the moment you lift one skill into a commercial workflow.
Who It's For

Great fit if you want to study how OpenAI structured agent skills for Codex, or to salvage individual .curated/.experimental skills as reference implementations. Look elsewhere if you need a maintained, install-and-go source: the catalog is deprecated, and OpenAI now points to its Plugins repository and "Build plugins" guide. Treat this as an archive to learn from, not a dependency to build on.

Information

  • Websitegithub.com
  • AuthorsOpenAI
  • Published date2025/11/25

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.