Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Generate docs with code examples that are verified to actually work
codex exec --pattern docs-genDocumentation generation that runs every code example to verify correctness before including it in the output.
mkdir -p ~/.claude/skills/codex-docs-gen~/.claude/skills/codex-docs-gen/SKILL.mdResulting file structure:
~/.claude/
skills/
codex-docs-gen/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Codex Docs Generator
Generate typed API clients and webhook handlers from specs
Both used by Software Engineer
Find performance bottlenecks and memory leaks with fix suggestions
Both used by Software Engineer
Measure code complexity and find the best refactoring targets
Both used by Software Engineer
Build RAG pipelines with embedding, retrieval, and cited generation
Both used by Software Engineer
Implement production auth with OAuth, JWT, RBAC, and MFA
Both used by Software Engineer
Test your app like a human QA tester - clicks, types, verifies
Both used by Software Engineer
Codex Docs Generator