#144 · Primary category: AI Coding Assistants
ljg-skills
A collection of custom skills for OpenAI Codex, enhancing reading, writing, and thinking workflows.
Project last updated:08/26/26
GitHub Stars
7.2K
Forks
817
Contributors
3
License
MIT
Why we included this project
Most Codex setups run on a handful of hand-written prompts, but this repo packages twenty-odd ready-made skills that install straight into the agent's global ~/.agents/skills/ folder with the skills CLI. Each skill encodes a distinct workflow as instructions rather than code: ljg-card turns text into PNG visual cards, ljg-qa pulls a paper's core ideas into a question-and-answer chain, ljg-plain rewrites anything so a smart twelve-year-old can follow it, and ljg-learn slices a concept from eight directions. The author maintains org-mode and Markdown versions on separate branches, a nice fit if your notes live in Obsidian, VSCode, or Notion. It works as a template for building your own reusable instruction sets, and teams already on Codex get a fast way to standardize reproducible task recipes.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.