Instructions file
Repository instructions for a teaching collection of standalone data-structure and algorithm examples written in many programming languages.
Instructions file
Repository instructions for a teaching collection of standalone data-structure and algorithm examples written in many programming languages.
Skill Claude CodeCodex
A guide for checking application programming interfaces (APIs), the defined ways that software systems exchange data.
Skill Claude CodeCodex
A guide for running work in the background and passing messages through message queues, systems that hold tasks until a worker can process them.
Skill Claude CodeCodex
A guide for designing and implementing software caches. A cache stores reusable data temporarily so it can be retrieved without repeating the original work.
Skill Claude CodeCodex
A guide for checking data and converting it between formats, such as turning program data into JSON and back.
Skill Claude CodeCodex
A guide for examining database queries, commands that read or change stored data, and improving their SQL performance.
Skill Claude CodeCodex
A guide for designing error handling and logging systems. It covers how software responds to failures, records events, and supports system monitoring.
Skill Claude CodeCodex
A guide for handling file uploads in an application.
Skill Claude CodeCodex
A guide to GraphQL, an API query language that lets clients request the data they need from a service.
Skill Claude CodeCodex
A guide for building login and access control with JSON Web Tokens (JWTs), small data packages used to prove a user's identity.
Skill Claude CodeCodex
A guide for investigating HTTP requests, the messages software sends to and receives from web services.
Skill Claude CodeCodex
A guide to RESTful API design, a common way to model web services around resources and standard HTTP requests.
Skill Claude CodeCodex
A guide for reviewing cloud infrastructure settings before resources are deployed.
Skill Claude CodeCodex
A guide for managing container images, which are packaged files used to create running containers, in image repositories.
Skill Claude CodeCodex
A guide for packaging applications in Docker containers, including architecture, configuration, performance, and microservice design.
Skill Claude CodeCodex
A guide for using Kubernetes, a system that deploys and manages containerized applications across servers.
Skill Claude CodeCodex
A guide for checking Kubernetes configuration files, commonly written in YAML, and the resources they define.
Skill Claude CodeCodex
Guidance for configuring Kubernetes network policies, which control which services and workloads may communicate with one another. It focuses on traffic control and isolation.
Skill Claude CodeCodex
Guidance for building serverless functions, which are small pieces of code run by a cloud provider when an event occurs. It covers how to structure them and handle growth.
Skill Claude CodeCodex
A guide for making code run more efficiently by examining algorithms, data structures, and slow sections.
Skill Claude CodeCodex
Guidance for reviewing code quality, coding conventions, and software structure. It also helps define a review process.
Skill Claude CodeCodex
Guidance for generating software documentation from code, including documentation for APIs, which are interfaces that let programs communicate. It also covers documentation templates and quality checks.
Skill Claude CodeCodex
Guidance for analyzing code performance by measuring execution time and resource use. It covers bottlenecks, slow database queries, and memory leaks.
Skill Claude CodeCodex
A guide for changing existing code structure without changing what the code is meant to do.