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-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.
Skill Claude CodeCodex
An SMTP email-sending tool for sending plain or HTML messages, attachments, and messages to multiple recipients. SMTP is the standard protocol used by mail servers to deliver email.
Skill Claude CodeCodex
A tool for managing environment variables and .env files. These files store configuration such as database URLs and API keys outside the source code.
Skill Claude CodeCodex
A tool for reading, creating, editing, and converting Excel spreadsheets, including .xlsx and .xls files. It supports formulas, formatting, data export, and merging files.
Skill Claude CodeCodex
A Node.js library for reading, editing, and writing Excel XLSX spreadsheet files, including formatting, formulas, charts, and large-file streaming.
Skill Claude CodeCodex
A tool for creating, listing, and extracting ZIP, TAR, and GZIP compressed archives, with optional password protection.
Skill Claude CodeCodex
A tool for calculating file hashes, which are short values used to identify file contents. It supports MD5, SHA1, SHA256, and SHA512.
Skill Claude CodeCodex
A file and directory monitoring tool that reports changes through event callbacks and can filter which names matter. It can also run a command when a change occurs.
Skill Claude CodeCodex
fluent-ffmpeg from AIDotNet/MoYuCode.
Skill Claude CodeCodex
A tool for summarizing activity in a Git repository, the version-controlled record of a project's files and changes.
Skill Claude CodeCodex
An HTTP client for sending requests to web services and APIs, including GET, POST, PUT, and DELETE requests. It supports headers, authentication, JSON bodies, and file uploads.
Skill Claude CodeCodex
An image-processing tool for resizing pictures, changing file formats, adding watermarks, and creating smaller versions called thumbnails.