api-designer
01Skill Claude CodeCodex
Design and document RESTful APIs with OpenAPI/Swagger specifications following industry best practices.
Skill Claude CodeCodex
Design and document RESTful APIs with OpenAPI/Swagger specifications following industry best practices.
Skill Claude CodeCodex
A helper for generating CI/CD pipelines. CI/CD means automatically building, testing, and deploying software when code changes.
Skill Claude CodeCodex
A code-review tool that examines source code for bugs, security weaknesses, performance problems, and maintainability issues. It labels findings by severity and explains possible improvements.
Skill Claude CodeCodex
A database design assistant for PostgreSQL, MySQL, SQLite, and MongoDB. It helps model data, organize tables or collections, improve indexes, and prepare migration scripts.
Skill Claude CodeCodex
Create Docker Compose configurations for multi-container applications with best practices.
Skill Claude CodeCodex
A documentation-writing helper for creating README files, API references, code comments, and architecture documents.
Skill Claude CodeCodex
A skill for generating REST web APIs with Express.js, a Node.js framework for handling HTTP requests. It uses TypeScript and includes patterns for middleware, validation, errors, and authentication.
Skill Claude CodeCodex
Automate Git operations with intelligent commit messages, branch management, and PR descriptions.
Skill Claude CodeCodex
A coding guide for building applications with Next.js 14 or newer using its App Router, which organizes pages and routes in an app directory. It covers server-side and browser-side components, API routes, middleware, and data fetching.
Skill Claude CodeCodex
A guide for designing, improving, and testing prompts for AI models. It covers examples, structured outputs, and methods for making instructions clearer and more consistent.
Skill Claude CodeCodex
Generate React components with TypeScript, hooks, and accessibility best practices.
Skill Claude CodeCodex
A code-refactoring assistant that improves code structure while keeping its behaviour the same. Refactoring means reorganising existing code without intentionally changing what it does.
Skill Claude CodeCodex
A code-review workflow focused on common security problems, including OWASP Top 10 risks, exposed secrets, and unsafe security settings. OWASP Top 10 is a list of widely recognized web-application security risks.
Skill Claude CodeCodex
A test-writing assistant that creates automated checks for code, including unit, integration, and end-to-end tests. It supports common test tools such as Jest, Vitest, pytest, and xUnit.
Skill Claude CodeCodex
A web-scraping guide for collecting data from web pages by selecting elements with CSS selectors or XPath, query methods that locate parts of an HTML page. It includes examples using Puppeteer, a tool for controlling a browser from code.
Skill Claude CodeCodex
A planning workflow for turning software requests into structured implementation documents.
Skill Claude CodeCodex
A tool for creating common barcodes such as Code 128, EAN-13, UPC-A, and Code 39. Barcodes are machine-readable patterns that represent product codes or other text.
Skill Claude CodeCodex
A tool for encoding and decoding Base64, URL-safe Base64, and hexadecimal strings, including file data. Base64 is a text representation commonly used to carry binary data.
Skill Claude CodeCodex
A tool for analysing videos from Bilibili, a Chinese video-sharing website, by downloading them, extracting still images, and using AI to create a structured document or practical tutorial.
Skill Claude CodeCodex
A clipboard utility for copying and pasting text or files through the computer's system clipboard, with history and format conversion.
Skill Claude CodeCodex
A source-code formatting tool for applying consistent style to Python, JavaScript, JSON, and other supported files. It can format individual files or directories, or check whether changes are needed without editing them.
Skill Claude CodeCodex
A command-line tool for converting colors between HEX, RGB, HSL, HSV, and CMYK formats, plus generating color palettes. These are different ways to represent the same color.
Skill Claude CodeCodex
A tool for reading and writing cron schedules. Cron is a common system service that runs commands automatically at set times.
Skill Claude CodeCodex
A command-line tool for working with CSV files, which are plain-text tables of rows and columns.