Skill Claude CodeCodex
A set of architecture rules for React 19 and Next.js applications using the App Router, which is Next.js's newer page and routing system.
Skill Claude CodeCodex
A set of architecture rules for React 19 and Next.js applications using the App Router, which is Next.js's newer page and routing system.
Skill Claude CodeCodex
A guide for semantic versioning and automatic CHANGELOG files based on Conventional Commits. Semantic versioning uses MAJOR, MINOR, and PATCH numbers to describe the impact of releases.
Skill Claude CodeCodex
A strict set of rules for generating TypeScript code, with a focus on checking unknown data and making function results explicit. TypeScript is JavaScript with added checks for data types before code runs.
Skill Claude CodeCodex
A guide for moving TypeScript projects to strict type checking. TypeScript is JavaScript with optional type information, and strict mode catches more unsafe code before it runs.
Skill Claude CodeCodex
A guide for creating and improving GitHub Actions, which are automated jobs that build and test code. It covers dependency caching and cancelling outdated runs for the same pull request.
Skill Claude CodeCodex
A Docker troubleshooting guide. Docker runs applications in isolated containers, and this guide checks their local status, networking, and port connections.
Skill Claude CodeCodex
A production-log analysis procedure that extracts error and warning lines, groups similar stack traces, and reports how often each problem appears.
Skill Claude CodeCodex
A Chinese-language guide for configuring Nginx as a reverse proxy, including compression, stronger HTTPS settings, WebSocket forwarding, and upstream load balancing. A reverse proxy receives requests and passes them to application servers.
Skill Claude CodeCodex
A guide for configuring Linux services with systemd, the standard service manager on many Linux systems. It covers restarting failed services, recording logs, and running without administrator privileges.
Skill Claude CodeCodex
A document-cleaning and Markdown-conversion tool for text, JSON, and CSV files. Markdown is a plain-text format used to structure readable documents.
Skill Claude CodeCodex
A set of tools for handling JSON and YAML configuration files. It can flatten nested JSON into dot-separated keys and validate or format structured data.
Skill Claude CodeCodex
A tool that turns meeting transcripts—the written record of a meeting—into organized Markdown notes. It also counts speakers and lists action items.
Skill Claude CodeCodex
OpenAPI 3.0 / Swagger 规范生成指南。标准定义 Path, Parameters, RequestBody 与 Responses。.
Skill Claude CodeCodex
A guide for adding Shields.io badges to an open-source project README. README files document a project's setup and use.
Skill Claude CodeCodex
A set of rules for building reusable, accessible React interface components with shadcn/ui and Radix UI. It explains conventions for component code, keyboard support, screen-reader attributes, styling variants, and class-name handling.
Skill Claude CodeCodex
A guide to building design systems with Tailwind CSS v4, a tool for styling websites with reusable classes. It explains CSS-based theme variables, OKLCH colors, and container queries, which let components respond to their own container size.
Skill Claude CodeCodex
A guide to TanStack Query v5, a React library for fetching, caching, and updating server data in web applications.
Skill Claude CodeCodex
A set of Chinese-language rules for building Vue 3 applications with the Composition API and Pinia. Vue 3 is a JavaScript user-interface framework, while Pinia manages shared application state.
Skill Claude CodeCodex
Skill "organize-files" from 2428424081cn/Skill-mcp, covering organize-files, 输入 and 权限.
Skill Claude CodeCodex
A generator for Conventional Commits messages, a standard format that labels changes such as features, fixes, tests, and documentation. It returns a suggested message and its change type from a summary.
Skill Claude CodeCodex
CRITICAL RULE: You MUST use this skill whenever the task involves any machine learning tasks or data analysis. Use this skill if the user's prompt or requirements mention any of the following: Clustering Classification Regression Time series forecasting Statistical testing Model comparison ML Data analysis…
Skill Claude CodeCodex
This skill guides the use of Jupyter notebooks for data analysis, exploration, and visualization, particularly with BigQuery. It outlines best practices for notebook execution and validation (supporting both cell-by-cell execution and full notebook generation depending on tool availability), library installation, and…
Skill Claude CodeCodex
Ensures proper Python dependency management, avoiding global pip install and adhering to project-specific tooling. Use this skill if any of the following are true: 1. Attempting to run pip install {packagename}. 2. Python packages or dependencies need to be added or modified. 3. Initiating a new Python project. 4.…
Skill Claude CodeCodex
A review method that challenges a proposed solution by looking for failures, edge cases, and security or design weaknesses.