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
prompt-library
by sickn33/antigravity-awesome-skills
A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices.
search-memory
by nowledge-co/community
AI-powered search across your personal knowledge base using Nowledge Mem.
server-management
by sickn33/antigravity-awesome-skills
Server management principles for production operations. Learn to THINK, not memorize commands.
spring-boot-actuator
by giuseppe-trisciuoglio/developer-kit
Source details, install context, and public review data are available on the full page.
spring-boot-cache
by giuseppe-trisciuoglio/developer-kit
Spring Boot ships with a cache abstraction that wraps expensive service calls behind annotation-driven caches. This abstraction supports multiple cache providers (ConcurrentMap, Caffeine, Redis, Ehcache, JCache) without changing business code. The skill provides a concise workflow for enabling caching, managing cache...
unit-test-controller-layer
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing @RestController and @Controller classes using MockMvc. It covers testing request/response handling, HTTP status codes, request parameter binding, validation, content negotiation, response headers, and exception handling by mocking service dependencies for isolated...
upgrade-react-native
by react-native-community/skills
Upgrade a React Native Community CLI project to a target version by fetching and applying the diff from the React Native Upgrade Helper .
chinese-writing
by miantiao-me/aigc-weekly
这份指南旨在指导大模型生成高质量、现代风格的简体中文内容。适用于周刊、博客文章、科技资讯及评论类文章等场景。
feishu-docx
by leemysw/agent-kit
Export Feishu/Lark cloud documents to Markdown format for AI analysis.
prompt-optimizer
by daymade/claude-code-skills
Optimize vague prompts into precise, actionable specifications using EARS (Easy Approach to Requirements Syntax) - a Rolls-Royce methodology for transforming natural language into structured, testable requirements.
flutter-building-plugins
by flutter/skills
Implement federated plugins to split a plugin's API across multiple packages, allowing independent teams to build platform-specific implementations. Structure federated plugins into three distinct components:
grepai-search-basics
by yoanbernabeu/grepai-skills
This skill covers the fundamentals of semantic code search with GrepAI.
langchain4j-tool-function-calling-patterns
by giuseppe-trisciuoglio/developer-kit
Define tools and enable AI agents to interact with external systems, APIs, and services using LangChain4j's annotation-based and programmatic tool system.
rust-skills
by leonardomso/rust-skills
Comprehensive guide for writing high-quality, idiomatic, and highly optimized Rust code. Contains 179 rules across 14 categories, prioritized by impact to guide LLMs in code generation and refactoring.
test-cases
by cexll/myclaude
This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements.
uni-app
by uni-helper/skills
The skill is based on uni-app documentation, generated at 2026-01-30.
designing-workflow-skills
by trailofbits/skills
Build workflow-based skills that execute reliably by following structural patterns, not prose.
effect-index
by mepuka/effect-ontology
Use this as a quick router to the right Skill for your task. Each entry links to a focused Skill optimized for a coding agent’s limited context.
flutter-adding-home-screen-widgets
by flutter/skills
Home Screen Widgets require native UI implementation (SwiftUI for iOS, XML/Kotlin for Android). The Flutter app communicates with these native widgets via shared local storage ( UserDefaults on iOS, SharedPreferences on Android) using the home_widget package.
opportunity-solution-tree
by deanpeters/product-manager-skills
Guide product managers through creating an Opportunity Solution Tree (OST) by extracting target outcomes from stakeholder requests, generating opportunity options (problems to solve), mapping potential solutions, and selecting the best proof-of-concept (POC) based on feasibility, impact, and market fit. Use this to...
chrome-bridge-automation
by web-infra-dev/midscene-skills
Source details, install context, and public review data are available on the full page.
firebase-storage
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-25 Dependencies : None (standalone skill) Latest Versions : firebase@12.8.0, firebase-admin@13.6.0
problem-statement
by deanpeters/product-manager-skills
Articulate a problem from the user's perspective using an empathy-driven framework that captures who they are, what they're trying to do, what's blocking them, why, and how it makes them feel. Use this to align stakeholders on the problem before jumping to solutions, and to frame product work around user outcomes...
slack-bot-builder
by sickn33/antigravity-awesome-skills
The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic.