by proflead
Codex Skills Library is a curated library of reusable Codex skills for developers, individuals, and teams.
# Add to your Claude Code skills
git clone https://github.com/proflead/codex-skills-libraryGuides for using cli tools skills like codex-skills-library.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:57:20.608Z",
"npmAuditRan": true,
"pipAuditRan": true
}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 114 GitHub stars.
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.
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).
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.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars

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.
Codex Skills Library is a collection of focused skills for common developer workflows:
Each skill is small, focused, triggered by natural language, and designed for progressive disclosure.
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.
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.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.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.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.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.caching-strategy-helper: Choose cache type, TTLs, and invalidation triggers based on freshness needs.queue-processing-patterns: Define idempotency, retries, visibility timeouts, and dead-letter routing.feature-flag-playbook: Plan targeting, rollout phases, monitoring, and cleanup criteria.system-design-draft: Outline components, data flow, storage, and tradeoffs with open questions.sql-query-starter: Build SELECT queries with filters, ordering, limits, and parameter placeholders.db-migration-reviewer: Check lock risk, backfills, ordering, and rollback safety.data-governance-check: Map data sensitivity, retention, access, and audit requirements.ci-failure-triage: Classify failures, identify flake sources, and propose stabilizing fixes.observability-setup: Define key metrics, add correlation IDs, and set alert thresholds.iac-reviewer: Validate security groups, IAM rules, state changes, and deletion risk.platform-migration-plan: Create phased migration steps with compatibility and rollback.multi-region-strategy: Choose active-active or active-passive with data consistency tradeoffs.cross-service-debugger: Correlate logs/traces across services and isolate the failing hop.zero-downtime-migration: Plan dual writes, cutover checks, and rollback triggers.security-quick-scan: Check auth, input validation, secrets, and risky dependencies.threat-modeling: Identify assets, trust boundaries, threats, and mitigations.dependency-risk-audit: Review licenses, vulnerabilities, and maintainer health.compliance-readiness: Map controls to evidence, highlight gaps, and assign remediation.config-hardening: Enforce safer defaults, validation, and secret handling.performance-trace-guide: Capture stable traces, identify hotspots, and propose fixes.scalability-assessment: Estimate growth, find bottlenecks, and suggest scale strategies.performance-budgeting: Set budgets, thresholds, and CI or release enforcement.cost-optimization-review: Identify cost drivers, right-sizing, and savings estimates.reliability-slo-sla: Define SLIs, error budgets, and alert thresholds tied to impact.incident-postmortem: Create a timeline, root cause analysis, and action items.architecture-review: Evaluate assumptions, bottlenecks, and failure modes with tradeoffs.domain-modeling: Identify entities, invariants, and bounded contexts with interfaces.refactor-roadmap: Sequence refactors with tests, flags, and checkpoints.tech-debt-portfolio: Catalog debt, estimate impact, and prioritize with ROI.roadmap-prioritization: Score initiatives by impact, effort, and dependencies.org-standardization: Propose minimal standards and adoption enforcement.vendor-evaluation: Compare vendors by security, integration, cost, and risks.dependency-upgrade-plan: Order upgrades, note breaking changes, and plan rollback.simple-refactor: Improve naming and structure without behavior changes.pr-reviewer](ski