ComposioHQ / awesome-codex-skills

ComposioHQ / awesome-codex-skills

Awesome Codex Skills A curated list of practical Codex skills for automating workflows across the Codex CLI and API. Want skills that do more than generate text? Codex can send emails, create issues, post to Slack, and take actions across 1000+ apps. See how →

Awesome Codex Skills 这是一份精选的实用 Codex 技能列表,旨在通过 Codex CLI 和 API 实现工作流自动化。想要技能不仅仅是生成文本吗?Codex 可以发送电子邮件、创建工单、发布 Slack 消息,并跨 1000 多个应用程序执行操作。查看详情 →


Quickstart: Add Skills to Codex Install with the Skill Installer (recommended) git clone https://github.com/ComposioHQ/awesome-codex-skills.git cd awesome-codex-skills # Install one or more skills into $CODEX_HOME/skills (defaults to ~/.codex/skills) python skill-installer/scripts/install-skill-from-github.py --repo ComposioHQ/awesome-codex-skills --path meeting-notes-and-actions The installer fetches the skill and places it in $CODEX_HOME/skills/. Restart Codex to pick up new skills.

快速入门:向 Codex 添加技能 使用技能安装程序安装(推荐): git clone https://github.com/ComposioHQ/awesome-codex-skills.git cd awesome-codex-skills # 将一个或多个技能安装到 $CODEX_HOME/skills (默认为 ~/.codex/skills) python skill-installer/scripts/install-skill-from-github.py --repo ComposioHQ/awesome-codex-skills --path meeting-notes-and-actions 安装程序会获取技能并将其放置在 $CODEX_HOME/skills/ 目录下。重启 Codex 即可加载新技能。


Manual install Copy the desired skill folder (e.g., ./spreadsheet-formula-helper) into $CODEX_HOME/skills/ (defaults to ~/.codex/skills/). Restart Codex so it loads the new metadata. In your next session, describe the task or mention the skill name; Codex will trigger matching skills based on their description frontmatter.

手动安装 将所需的技能文件夹(例如 ./spreadsheet-formula-helper)复制到 $CODEX_HOME/skills/(默认为 ~/.codex/skills/)中。重启 Codex 以加载新的元数据。在下一次会话中,描述任务或提及技能名称;Codex 将根据其描述的前置元数据(frontmatter)触发匹配的技能。


Contents Bernstein - Multi-agent orchestrator with Codex CLI adapter. Runs parallel Codex agents in isolated git worktrees with quality gates.

目录 Bernstein - 带有 Codex CLI 适配器的多智能体编排器。在隔离的 git 工作树中运行并行 Codex 智能体,并带有质量门禁。


What Are Codex Skills? Codex skills are modular instruction bundles that tell Codex how to execute a task the way you want it done. Each skill lives in its own folder with a SKILL.md that includes metadata (name + description) and step-by-step guidance. Codex reads the metadata to decide when to trigger a skill and loads the body only after it fires, keeping context lean.

什么是 Codex 技能? Codex 技能是模块化的指令包,告诉 Codex 如何按照你想要的方式执行任务。每个技能都位于其独立的文件夹中,并包含一个 SKILL.md 文件,其中包含元数据(名称 + 描述)和分步指南。Codex 通过读取元数据来决定何时触发技能,并且仅在触发后才加载主体内容,从而保持上下文的精简。


Skills Development & Code Tools

  • brooks-lint: AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality).
  • codebase-migrate/: Run large codebase migrations and multi-file refactors in reviewable batches with CI verification.
  • codebase-recon: Analyze git history to understand a codebase before reading any code — surfaces hotspots, bug magnets, bus factor, momentum, and high-risk files via auto-scaled analysis.

技能开发与代码工具

  • brooks-lint: 基于六本经典工程书籍的 AI 代码审查——提供带有书籍引用、严重性标签和四种分析模式(PR 审查、架构审计、技术债务、测试质量)的衰减风险诊断。
  • codebase-migrate/: 在 CI 验证下,以可审查的批次运行大型代码库迁移和多文件重构。
  • codebase-recon: 在阅读任何代码之前分析 git 历史以了解代码库——通过自动缩放分析揭示热点、Bug 磁铁、关键人员风险(Bus factor)、动量和高风险文件。

Productivity & Collaboration

  • connect/: Connect Codex to 1000+ apps via the Composio CLI for real actions (Slack, GitHub, Notion, etc.).
  • meeting-notes-and-actions/: Turn meeting transcripts into summaries with decisions and owner-tagged action items.
  • notion-knowledge-capture/: Convert chats or notes into structured Notion pages with proper linking.

生产力与协作

  • connect/: 通过 Composio CLI 将 Codex 连接到 1000 多个应用程序以执行实际操作(Slack、GitHub、Notion 等)。
  • meeting-notes-and-actions/: 将会议记录转换为包含决策和负责人标记行动项的摘要。
  • notion-knowledge-capture/: 将聊天记录或笔记转换为具有适当链接的结构化 Notion 页面。