Skill Claude CodeCodex
An algorithm guide for choosing and improving the step-by-step methods a program uses to solve complex problems.
🔥 Build a high-quality AI programming Skills library and use AI to learn programming technologies. Collect and build high-quality skills to enable AI to serve you better.
Skill Claude CodeCodex
An algorithm guide for choosing and improving the step-by-step methods a program uses to solve complex problems.
Skill Claude CodeCodex
A software-architecture guide for examining how a system is structured, including its design patterns and major components.
Skill Claude CodeCodex
A guide to deciding when cached data should expire or be refreshed. It covers cache consistency and cache avalanches, where many requests miss the cache at once.
Skill Claude CodeCodex
A guide to the CAP theorem, which describes the trade-offs between consistency, availability, and operation during network failures in distributed systems.
Skill Claude CodeCodex
A guide to database sharding, which splits data across multiple database servers so a system can handle more data or traffic.
Skill Claude CodeCodex
A guide for keeping data coordinated across multiple computers or services. Distributed consistency covers how systems synchronize data and handle conflicting updates.
Skill Claude CodeCodex
A system-design guide for software that handles many simultaneous requests. It examines concurrency patterns, resource contention, and ways to scale the architecture.
Skill Claude CodeCodex
An API documentation tool that reviews the structure and quality of documentation for software services. It also addresses keeping documentation aligned with API versions.
Skill Claude CodeCodex
An API testing tool for checking how software services respond to requests. An API is a defined way for programs to exchange data.
Skill Claude CodeCodex
A changelog generator that turns version-control history into a record of software changes. A changelog is a list of updates included in each release.
Skill Claude CodeCodex
A code formatter that fixes indentation and applies a consistent style to source files.
Skill Claude CodeCodex
A dependency analyzer that reviews the external packages a project uses. It checks for known security problems, unused packages, and version issues.
Skill Claude CodeCodex
A Docker Compose orchestration tool for configuring several containers and the services they run. Docker Compose is a way to define and start related containers together.
Skill Claude CodeCodex
A Dockerfile checker that reviews the instructions used to build a container image. It looks for configuration improvements and security issues.
Skill Claude CodeCodex
An environment-configuration checker that verifies required variables before deployment. Environment variables are settings supplied outside the application, often including secret values.
Skill Claude CodeCodex
A file-analysis tool that examines file structures, checks how storage is used, and finds duplicate files.
Skill Claude CodeCodex
A Git-history analysis tool for examining commits and how a code project has changed over time. A commit is a saved set of code changes in Git.
Skill Claude CodeCodex
A Git workflow manager for organising how developers use branches, review changes, and combine code. Git is a system for tracking changes to source code.
Skill Claude CodeCodex
An image-processing tool for compressing pictures, changing their file formats, resizing them, and handling groups of images.
Skill Claude CodeCodex
A JSON checker for validating and formatting JSON files. JSON is a text format used to exchange structured data between programs.
Skill Claude CodeCodex
A log-analysis tool that reads application logs, extracts errors, and looks for recurring patterns. Logs are records of what a program or service does while running.
Skill Claude CodeCodex
A tool for creating and converting Markdown documents, including technical documentation and README files. Markdown is a plain-text format commonly used for formatted documentation.
Skill Claude CodeCodex
A Markdown document checker for reviewing text files written in Markdown, a common format for documentation.
Skill Claude CodeCodex
A package-management tool for handling software packages and their dependencies. Packages are reusable pieces of software, while dependencies are packages that a project needs to run.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: