by libukai · Codex Skill · ★ 3.5k
简体中文 日本語 本项目致力于遵循少而精的原则,收集和分享最优质的 Skills 教程、案例和实践,帮助更多人轻松迈出搭建 Agent 的第一步。 欢迎关注我的 𝕏 账号 @李不凯正在研究 ,以及 💬 微信公众号 @李不凯正在研究 即时获取 Skills 的最新资源和实战教程! 基本介绍 Skills (智能体技能)是一种轻量级的开放标准,用于通过专业知识和工作流程来扩展 AI Agent 的能力。 当你需要执行可重复的工作流程时,你无需在每次和 AI 的对话中重复解释自己的流程、知识和偏好,Skills 让你只需教导一次,便能让 AI 学会相关的技能。 标准结构 根据标准定义,每个 Skill 都是一个规范化命名的文件夹,其中集合了指令、脚本和资源,AI 通过在上下文中渐进式导入这些内容来理解和学习相关技能。 markdown my-skill/ ├── SKILL.md # 必需:说明和元数据 ├── scripts/ # 可选:可执行代码 ├── references/ # 可选:文档参考资料 └── assets/ #
| Stars | 3,550 |
| Forks | 232 |
| Language | Python |
| Category | Codex Skill |
| Quality Score | 49.39/100 |
| Open Issues | 22 |
| Last Updated | 2026-03-26 |
| Created | 2025-12-21 |
| Platforms | aws, claude-code, python |
| Est. Tokens | ~1985k |
These tools work well together with awesome-agent-skills for enhanced workflows:
Explore other popular codex skill tools:
awesome-agent-skills is Agent Skills 终极指南:快速入门、资源推荐、精选技能与实用工具 |The Ultimate Guide to Agent Skills: QuickStart, Resources, Features&Toolkit. It is categorized as a Codex Skill with 3.5k GitHub stars.
awesome-agent-skills is primarily written in Python. It covers topics such as agent, awsome-list, claudecode.
You can find installation instructions and usage details in the awesome-agent-skills GitHub repository at github.com/libukai/awesome-agent-skills. The project has 3.5k stars and 232 forks, indicating an active community.