Codex-Skills

by TheGoat395Verified

Codex-first Agent Skills library for premium frontend, website, motion, accessibility, QA, and handoff workflows.

106
Stars
46
Forks
Python
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/TheGoat395/Codex-Skills

Getting Started

Guides for using skills like Codex-Skills.

Security Report

Verified

Last scanned: —

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

README.md

Codex Premium Website Skills

Validate Skills Latest Release

An unofficial, open-source, Codex-first Agent Skills library for premium frontend, website, and design-engineering workflows.

This repository is prepared around a lean public-core collection of 70 skills: design direction, frontend implementation, motion, accessibility, QA, content polish, and maintainer safety.

Codex Skills modular capabilities visualized

Works With

Built for Codex first. Portable to Agent Skills-compatible workflows and adaptable for Claude Code, Cursor, and Gemini CLI.

ToolSupport LevelPath
CodexNative supportedscripts/install_skills.py
Claude CodeNative-compatible SKILL.md foldersadapters/claude-code/
CursorProject rules adapteradapters/cursor/
Gemini CLIProject context adapteradapters/gemini-cli/

See COMPATIBILITY.md for support levels and setup notes.

Quick Start

Get value in under 3 minutes:

git clone https://github.com/TheGoat395/Codex-Skills.git
cd Codex-Skills
python3 scripts/install_skills.py --dry-run
python3 scripts/install_skills.py

Start a new Codex conversation so skill discovery refreshes, then ask:

Use the Codex website skills to review my homepage and tell me the highest-impact improvements before launch.

For a smaller first install:

python3 scripts/install_skills.py --collection taste-and-build-gates

Prefer a packaged archive? Download the latest release from GitHub Releases, extract it, then run the same install commands from the extracted folder.

Premium Website Showcase

This repository includes a proof-of-output demo gallery:

examples/premium-website-showcase/gallery/index.html

The showcase contains nine confirmed local websites and hero/portfolio demos generated through the premium website skill workflow. They are meant to show practical potential: install the skills, provide a prompt/reference/spec, and use the workflow to produce polished local frontend artifacts quickly.

See DEMOS.md for the complete list, EVIDENCE.md for the current evidence summary, and INSTALL.md for local install and preview instructions.

Measured Benchmarks

Two paired baseline-vs-skill-assisted runs are checked in with fixed prompts, saved source, explicit limitations, and scoring against BENCHMARKS.md.

RunBaselineSkill-assistedChangeEvidence
Atlas19/3023/30+4Source and structural checks
Signal / Matter23/3028/30+5Desktop/mobile screenshots and automated Chromium QA

The Signal / Matter run used the same prompt, model, and three-file constraint in isolated directories. Both conditions were capable; the assisted workflow produced stronger visual differentiation, implementation detail, accessible state language, and first-viewport behavior. These are repository rubric scores, not an OpenAI evaluation, endorsement, or universal causal claim.

Share Your Work

Used these skills on a real project? Open a Showcase issue with the skills used, what changed, and any screenshots, links, or workflow notes that would help others evaluate the library.

For stronger evidence, submit a measured benchmark using examples/benchmarks/measured-premium-website-template/.

What This Is

  • A domain-specific Codex skill pack for modern website and app work.
  • A Codex-first skill library with adapter paths for Claude Code, Cursor, and Gemini CLI workflows.
  • A curated public core, not a loose dump of every local skill.
  • A practical toolkit for React, Next.js, Tailwind, GSAP/Motion, QA, copy, accessibility, source research, and visual polish.
  • A repo designed to be inspected, installed selectively, benchmarked, and improved in public.

What This Is Not

  • Not an official OpenAI project.
  • Not a guarantee that Codex will produce perfect design or production-ready code without review.
  • Not a replacement for project context, real assets, rendered browser inspection, accessibility testing, or engineering judgment.
  • Not a reason to install every skill at once. The default install is public-core.
  • Not a security guarantee. Inspect the repo and installer before running anything.

Repository Contents

  • skills/ contains individual Codex skill folders.
  • COMPATIBILITY.md documents Codex, Claude Code, Cursor, and Gemini CLI usage paths.
  • CATALOG.md gives a cleaner audience-facing map of collections and high-value skills.
  • adapters/ contains Claude Code, Cursor, and Gemini CLI adapter guidance.
  • curated_collections.json defines the default 70-skill public core and smaller installable subcollections.
  • scripts/install_skills.py installs public-core by default or selected collections with --collection.
  • THIRD_PARTY_NOTICES.md records license and notice expectations for the public core.
  • EVIDENCE.md, BENCHMARKS.md, SKILL_QUALITY_STANDARD.md, and SECURITY.md define how this repo should be evaluated and maintained.
  • manifest.json and SKILL_INVENTORY.md are generated inventory files and should be regenerated before a public release.
  • examples/premium-website-showcase/ contains the local proof-of-output gallery and demo preview files.
  • DEMOS.md documents the confirmed demo set and local preview paths.
  • INSTALL.md gives a compact install and demo-preview flow.
  • MAINTAINERS.md, docs/maintainer-workflow.md, and docs/usage-signals.md document release checks, evidence levels, and public usage signals.

Install

Clone the repo, inspect it, then dry-run the default public core:

python3 scripts/install_skills.py --dry-run

Install the default 70-skill public core:

python3 scripts/install_skills.py

Install a focused collection:

python3 scripts/install_skills.py --collection motion-core --dry-run
python3 scripts/install_skills.py --collection motion-core

List available collections:

python3 scripts/install_skills.py --list-collections

Replace existing skills only after review:

python3 scripts/install_skills.py --replace

The installer skips existing skills by default. When --replace is used, existing skill folders are moved into a timestamped backup folder under ~/.codex/skills.

After installing, start a new Codex conversation so skill discovery refreshes.

Public Core Collections

  • public-core: the full 70-skill public release.
  • taste-and-build-gates: design direction, build gates, anti-generic review, browser inspection, handoff.
  • visual-direction: references, art direction, typography, color, layout, imagery.
  • frontend-implementation: React, Next.js, Tailwind, primitives, states, forms, accessibility.
  • qa-production-core: accessibility, performance, responsive, cross-browser, visual regression, SEO.
  • motion-core: motion language, React motion, easing, jank prevention, reduced motion, GSAP performance.
  • content-conversion-core: copy, IA, CTA language, conversion polish, proof.
  • maintainer-safety-core: checkpoint, undo/revert, install-safety review.

See CATALOG.md for the audience-facing catalog and CURATED_COLLECTIONS.md for the full map.

Quality Bar

Every skill should have:

  • a narrow trigger and clear description
  • concrete actions rather than vague taste language
  • explicit boundaries for when it should not run
  • no hidden network, filesystem, or dependency side effects
  • project-local dependency guidance
  • verification steps when it changes code or frontend output

See SKILL_QUALITY_STANDARD.md for contribution criteria.

Licensing

The root LICENSE covers original repository packaging, docs, scripts, and skills that do not carry separate notices. If a skill folder includes a more specific notice, that notice controls for that folder. See THIRD_PARTY_NOTICES.md.

Benchmarking

The goal is not to claim that more skills automatically make better output. The goal is to show measurable workflow improvement. Benchmarks should compare the same task with and without selected skill collections, including screenshots, build logs, accessibility checks, browser QA notes, and final code links.

Use BENCHMARKS.md, examples/README.md, and examples/benchmarks/measured-premium-website-template/ as the reporting protocol. Atlas is the first source-checked comparison; Signal / Matter adds rendered desktop/mobile evidence and automated Chromium QA. Future runs should preserve the same controls and disclose operator corrections and browser limitations.

Open Source Positioning

This project is best described as:

An open-source Codex skill library for premium frontend, website, and design-engineering workflows.

The strongest public contribution is not the size of the library. It is the curation: a lean public core, installable groups, quality standards, safety policy, benchmarks, examples, and real maintenance practices for people building frontend work with Codex.

Frequently Asked Questions

What is Codex-Skills?

Codex-Skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by TheGoat395. Codex-first Agent Skills library for premium frontend, website, motion, accessibility, QA, and handoff workflows. It has 106 GitHub stars.

Is Codex-Skills safe to use?

Yes. Codex-Skills 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?

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

What programming language is Codex-Skills written in?

Codex-Skills is primarily written in Python. It is open-source under TheGoat395 on GitHub, so you can review or fork the full source.

Are there alternatives to Codex-Skills?

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

Comments (0)

No comments yet. Be the first to share your thoughts!

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 Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

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 Agentsai-agentsanthropicclaude-code
View details

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 Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this 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 Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

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 Serversapisai-tools
View details

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 Agentsai-agentsanthropicclaude-code
View details

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 Agentsclaude-codeai-tools
View details