codex-skills-library

作者 proflead已验证

Codex Skills Library is a curated library of reusable Codex skills for developers, individuals, and teams.

139
Stars
31
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/proflead/codex-skills-library

快速入门

使用 codex-skills-library 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Codex Skills Library

Codex Skills Library

A curated library of reusable Codex skills for developers, individuals, and teams.

This repository helps you turn OpenAI Codex into a consistent, reliable AI assistant by packaging common workflows into reusable skills instead of repeating prompts.

What is this?

Codex Skills Library is a collection of focused skills for common developer workflows:

  • Code generation and debugging
  • Refactoring and optimization
  • Testing and documentation
  • System design and decision support
  • Engineering operations and reliability

Each skill is small, focused, triggered by natural language, and designed for progressive disclosure.

Repository structure

Skills are organized by domain under skills/. Each skill is a folder with a SKILL.md that includes frontmatter (name, description) and a short workflow.

Skills by domain

Foundation

  • codebase-orientation: Map entry points, key modules, and build/run paths; include local setup commands, env vars, and a safe starter task.
  • git-basic-helper: Provide minimal, safe git commands with clear intent and warnings for destructive actions.
  • debugging-checklist: Give a prioritized checklist from repro to isolation, logging, and hypothesis validation.
  • error-message-explainer: Translate compiler/runtime errors into plain language, likely root causes, and targeted fixes.
  • linter-fix-guide: Explain lint rules, show the expected pattern, and propose the smallest fix.
  • config-file-explainer: Summarize purpose, key sections, defaults, and which settings are safe to change.
  • data-structure-chooser: Recommend a structure based on operations and constraints, with time/space tradeoffs.
  • dependency-install-helper: List required runtimes, install steps by platform, and verification commands.
  • small-script-generator: Generate tiny automation scripts with safe defaults and a usage example.
  • ticket-breakdown: Turn a request into small, testable steps with dependencies and validation checks.
  • log-summarizer: Group errors, identify the first failure, and propose concrete next actions.

Docs

  • readme-polish: Add missing setup details, env vars, and troubleshooting guidance while keeping it concise.
  • function-docstrings: Document purpose, parameters, return values, and error conditions in project style.
  • release-notes-drafter: Group changes by feature/fix/breaking, translate to user impact, and add migration notes.
  • team-onboarding-guide: Provide access/setup steps, key services, and a first-week learning plan.

Testing

  • unit-test-starter: Draft tests around core behavior, edge cases, and failure paths with run instructions.
  • integration-test-planner: Identify integration points, scenarios, data flows, and needed fixtures/mocks.
  • bug-repro-plan: Produce a minimal repro with exact steps, environment details, and expected vs actual.

API

  • buffer-api: Build Buffer GraphQL API integrations for auth, channel discovery, post creation, pagination, errors, and rate limits.
  • api-request-builder: Build curl/fetch requests with auth, headers, and response inspection tips.
  • api-contract-checker: Compare endpoints and payloads, flag breaking changes, and suggest versioning.
  • api-error-taxonomy: Standardize error codes, payload shape, and logging guidance.
  • graphql-query-optimizer: Reduce query depth and N+1 patterns using batching, caching, and pagination.

Frontend

  • accessibility-basic-check: Check contrast, labels, focus order, and keyboard navigation for regressions.
  • css-layout-helper: Diagnose layout intent and provide minimal flex/grid fixes with rationale.
  • cli-ux-improver: Improve CLI defaults, help text, and errors with actionable next steps.

Backend

Data

Infra

Security

Performance

Reliability

Architecture

  • architecture-review: Evaluate assumptions, bottlenecks, and failure modes with tradeoffs.
  • domain-modeling: Identify entities, invariants, and bounded contexts with interfaces.

Planning

Get started

  1. Browse skills/ and open a SKILL.md that matches your task.
  2. Trigger the skill by asking Codex for that workflow.
  3. Improve or extend skills as your team learns what works best.

Step-by-step tutorial: https://proflead.dev/posts/codex-skills-explained-101/

Video tutorial: https://youtu.be/d3Ydt6LyGeY

Contribute

Contributions are welcome. Please open an issue for ideas or send a PR with new skills, improvements, or fixes. If this library is useful, please star the repo and share it with your team.

常见问题

What is codex-skills-library?

codex-skills-library is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by proflead. Codex Skills Library is a curated library of reusable Codex skills for developers, individuals, and teams. It has 139 GitHub stars.

Is codex-skills-library safe to use?

Yes. codex-skills-library passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install codex-skills-library?

Clone the repository with "git clone https://github.com/proflead/codex-skills-library" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to codex-skills-library?

Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh codex-skills-library against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ui-ux-pro-max-skill

by nextlevelbuilder

12

An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.

119,92012,870Python
CLI 工具ai-skillsantigravity
查看详情

happy

by slopus

Mobile and Web client for Codex and Claude Code, with realtime voice, encryption and fully featured

23,4501,980TypeScript
CLI 工具
查看详情

claudecodeui

by siteboon

Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely.

13,3941,866TypeScript
CLI 工具
查看详情

CRS-自建Claude Code镜像,一站式开源中转服务,让 Claude、OpenAI、Gemini、Droid 订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。

12,5471,869JavaScript
CLI 工具
查看详情

ccstatusline

by sirmalloc

🚀 Beautiful highly customizable statusline for Claude Code CLI with powerline support, themes, and more.

12,508545TypeScript
CLI 工具
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情