Skill Claude CodeCodex
A four-step checking method for complex answers, technical designs, and algorithms: draft an answer, question it, verify each claim independently, then correct it.
Skill Claude CodeCodex
A four-step checking method for complex answers, technical designs, and algorithms: draft an answer, question it, verify each claim independently, then correct it.
Skill Claude CodeCodex
A decision-making guide that compares technical options by scoring them against weighted criteria such as speed, development effort, operating needs, cost, and ease of changing course.
Skill Claude CodeCodex
A guide to reasoning from basic facts and hard limits instead of relying on customary assumptions.
Skill Claude CodeCodex
A problem-solving guide based on asking “why?” five times to trace a visible bug back to its underlying cause. It considers code, system design, and development processes.
Skill Claude CodeCodex
A structured reasoning guide for difficult or uncertain problems. It asks the agent to state assumptions, work through smaller steps, check for contradictions, and revise earlier conclusions when needed.
Skill Claude CodeCodex
A skill that turns statistical output from csv-stats into a Markdown report. Markdown is plain text formatted with simple symbols for headings, tables, and emphasis.
Skill Claude CodeCodex
STOP AND VERIFY: Before running any command or tool that results in irreversible data loss, you MUST obtain explicit user consent. When in doubt, ask. It is better to wait for confirmation than to accidentally delete production data or critical project assets. Use this for: SQL: DROP TABLE/VIEW/SCHEMA/DATABASE…
Skill Claude CodeCodex
A guide for checking open-source software packages for known security weaknesses and harmful packages. It covers npm for JavaScript packages and pip for Python packages.
Skill Claude CodeCodex
A security-audit guide based on the OWASP Top 10, a commonly used list of major web-application security risks.
Skill Claude CodeCodex
A guide for building safer regular expressions, which are text-matching patterns. It focuses on ReDoS, an attack or slowdown caused by patterns that take excessive time to process certain input.
Skill Claude CodeCodex
A guide and command for scanning source code, configuration files, and logs for exposed secrets such as API keys, AWS tokens, private keys, certificates, and passwords.
Skill Claude CodeCodex
A simple sentiment analyser that labels text as positive, negative, or neutral using keywords. It also returns a score showing the direction and strength of the result.
Skill Claude CodeCodex
A text-shortening tool that cleans up long text and cuts it to a chosen length. This version uses simple word-boundary truncation rather than true language-model summarisation.
Skill Claude CodeCodex
A small translation tool for Chinese and English text. It supports automatic direction detection or an explicitly chosen translation direction, but its built-in dictionary covers only a few example words.
Skill Claude CodeCodex
A tool for increasing a semantic version number, such as changing 1.2.3 to a major, minor, or patch release. Semantic versioning uses these three parts to communicate the kind of change in a software release.
Skill Claude CodeCodex
An HTTP API testing toolkit for sending GET and POST requests and inspecting responses. HTTP is the standard way web clients and services communicate, and the toolkit also measures response time and status codes.
Skill Claude CodeCodex
A webpage fetcher that reads a URL and returns basic information such as whether the request worked, its status, title, and text length. It requires network access, which is blocked by default until permission is granted.
Skill Claude CodeCodex
A set of rules for designing RESTful APIs, which are web interfaces that use standard HTTP requests to work with data and resources.
Skill Claude CodeCodex
A guide for fetching a web page and extracting its main written content into clean Markdown, while removing HTML, scripts, and styles.
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: