codex
Codex skills are built for OpenAI's coding-agent workflow across the terminal, repository context, and tool-driven implementation tasks. Expect software engineering, debugging, refactoring, and research helpers that pair well with an agent editing files and running commands.
Skills compatible with codex
cairo-vulnerability-scanner
by trailofbits/skills
Systematically scan Cairo smart contracts on StarkNet for platform-specific security vulnerabilities related to arithmetic, cross-layer messaging, and cryptographic operations. This skill encodes 6 critical vulnerability patterns unique to Cairo/StarkNet ecosystem.
database-design
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
dwarf-expert
by trailofbits/skills
This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with...
libfuzzer
by trailofbits/skills
libFuzzer is an in-process, coverage-guided fuzzer that is part of the LLVM project. It's the recommended starting point for fuzzing C/C++ projects due to its simplicity and integration with the LLVM toolchain. While libFuzzer has been in maintenance-only mode since late 2022, it is easier to install and use than its...
substrate-vulnerability-scanner
by trailofbits/skills
Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains.
wycheproof
by trailofbits/skills
Wycheproof is an extensive collection of test vectors designed to verify the correctness of cryptographic implementations and test against known attacks. Originally developed by Google, it is now a community-managed project where contributors can add test vectors for specific cryptographic constructions.
libafl
by trailofbits/skills
LibAFL is a modular fuzzing library that implements features from AFL-based fuzzers like AFL++. Unlike traditional fuzzers, LibAFL provides all functionality in a modular and customizable way as a Rust library. It can be used as a drop-in replacement for libFuzzer or as a library to build custom fuzzers from scratch.
zod
by pproenca/dot-skills
Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
favicon-gen
by jezweb/claude-skills
Generate a complete favicon package from a logo, initials, or brand colours. Produces all required formats and HTML integration code.
nuxt-better-auth
by onmax/nuxt-skills
Authentication module for Nuxt 4+ built on Better Auth . Provides composables, server utilities, and route protection.
connect-apps
by composiohq/awesome-claude-skills
Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it.
nutrient-document-processing
by affaan-m/everything-claude-code
Process documents with the Nutrient DWS Processor API . Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks, digitally sign, and fill PDF forms.
aflpp
by trailofbits/skills
AFL++ is a fork of the original AFL fuzzer that offers better fuzzing performance and more advanced features while maintaining stability. A major benefit over libFuzzer is that AFL++ has stable support for running fuzzing campaigns on multiple cores, making it ideal for large-scale fuzzing efforts.
agent-ui
by inference-shell/skills
Batteries-included agent component from ui.inference.sh .
ruzzy
by trailofbits/skills
Ruzzy is a coverage-guided fuzzer for Ruby built on libFuzzer. It enables fuzzing both pure Ruby code and Ruby C extensions with sanitizer support for detecting memory corruption and undefined behavior.
terraform-stacks
by hashicorp/agent-skills
Terraform Stacks simplify infrastructure provisioning and management at scale by providing a configuration layer above traditional Terraform modules. Stacks enable declarative orchestration of multiple components across environments, regions, and cloud accounts.
ton-vulnerability-scanner
by trailofbits/skills
Systematically scan TON blockchain smart contracts written in FunC for platform-specific security vulnerabilities related to boolean logic, Jetton token handling, and gas management. This skill encodes 3 critical vulnerability patterns unique to TON's architecture.
android-kotlin
by alinaqi/claude-bootstrap
Source details, install context, and public review data are available on the full page.
cloud-architect
by jeffallan/claude-skills
After Design: Confirm every component has a redundancy strategy and no single points of failure exist in the topology.
requirements-analysis
by jwynia/agent-skills
You diagnose requirements-level problems in software projects. Your role is to help solo developers distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking.
tailwindcss
by hairyf/skills
The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28.
market-research-reports
by davila7/claude-code-templates
Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables...
react-native-expo
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-21 Dependencies : Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions : react-native@0.81.5, expo@~54.0.31, react@19.2.3
semgrep-rule-variant-creator
by trailofbits/skills
Port existing Semgrep rules to new target languages with proper applicability analysis and test-driven validation.