by TheGoat395
Codex-first Agent Skills library for premium frontend, website, motion, accessibility, QA, and handoff workflows.
# Add to your Claude Code skills
git clone https://github.com/TheGoat395/Codex-SkillsCodex-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 54 GitHub stars.
Codex-Skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
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).
Codex-Skills is primarily written in Python. It is open-source under TheGoat395 on GitHub, so you can review or fork the full source.
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.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
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.

Built for Codex first. Portable to Agent Skills-compatible workflows and adaptable for Claude Code, Cursor, and Gemini CLI.
| Tool | Support Level | Path |
|---|---|---|
| Codex | Native supported | scripts/install_skills.py |
| Claude Code | Native-compatible SKILL.md folders |
adapters/claude-code/ |
| Cursor | Project rules adapter | adapters/cursor/ |
| Gemini CLI | Project context adapter | adapters/gemini-cli/ |
See COMPATIBILITY.md for support levels and setup notes.
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.
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.
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/.
public-core.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.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: 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.
Every skill should have:
See SKILL_QUALITY_STANDARD.md for contribution criteria.
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.
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 template.
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.