Skill Claude CodeCodex
A tool that turns research material—such as files, images, folders, web pages, or descriptions—into a research topic, search keywords, and key questions.
Skill Claude CodeCodex
A tool that turns research material—such as files, images, folders, web pages, or descriptions—into a research topic, search keywords, and key questions.
Skill Claude CodeCodex
A content-migration tool for moving text, references, and other written material into an existing ChineseResearchLaTeX document template. It works within the template’s allowed content files and does not change the template’s shared code or layout.
Instructions file CodexOpenCode
Project instructions stored in an AGENTS.md file for a repository that creates and maintains reusable AI-agent skills. They define directory boundaries, supported platforms, testing locations, temporary files, and the workflow for skill development.
Instructions file
A Claude Code instruction file for the huangwb8/skills project. It covers file references, task tracking, code changes, and the relationship between AGENTS.md and CLAUDE.md.
Skill Claude CodeCodex
A workflow for planning and creating images from a written description. It supports general images as well as roadmaps, flowcharts, schematics, and architecture diagrams.
Skill Claude CodeCodex
A structured process for critically reviewing and testing software code. It records review findings, test plans, commands, results, and supporting files in a project workspace.
Skill Claude CodeCodex
A structured process for testing and improving a complete software project. It runs repeated critical tests and broader quality checks across the project.
Skill Claude CodeCodex
A structured process for critically testing and improving a coding skill. It records test plans, findings, fixes, and quality checks in files that can be reviewed later.
Skill Claude CodeCodex
A coordinator for complex software work involving multiple AI agents. It discovers available agents and project rules, then chooses whether the work should use one agent or several in parallel or sequence.
Skill Claude CodeCodex
A guide for designing and building backend services, the parts of an application that handle data, business rules, and requests. It covers APIs, databases, authentication, and service performance.
Skill Claude CodeCodex
A guided design discussion that uses questions to clarify what should be built before coding starts. It compares possible approaches and removes unnecessary requirements.
Skill Claude CodeCodex
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - reviews implementation against plan or requirements with severity分级(Critical/Important/Minor). NO MERGE WITHOUT CODE REVIEW FIRST.
Skill Claude CodeCodex
A context-management assistant for long conversations with AI agents. It helps organize the information an agent needs when conversations become large or contain conflicting details.
Skill Claude CodeCodex
A DevOps and operations guide for running software reliably. DevOps combines software development with the work of building, deploying, monitoring, and maintaining systems.
Skill Claude CodeCodex
A technical-writing assistant for creating and maintaining developer documentation, such as README files and API references. API documentation explains how software interfaces accept requests and return responses.
Skill Claude CodeCodex
A front-end development workflow for building or improving web pages, components, layouts, forms, dashboards, and responsive interfaces. It covers common tools and frameworks such as React, Vue, Next.js, Tailwind, and CSS.
Skill Claude CodeCodex
A Git workflow guide for organizing commits, branches, pull requests, releases, and automated version-control tasks. Git is the system developers use to track code changes and collaborate.
Skill Claude CodeCodex
A skill that detects a project’s package managers and configures regional package mirrors, mainly for deployments from mainland China. Package mirrors are alternate servers for downloading dependencies such as libraries and container images.
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates. Supports orchestrator, peer-to-peer, and pipeline coordination modes.
Skill Claude CodeCodex
A security review skill for finding risks in applications, such as broken access controls, unsafe input handling, exposed secrets, and insecure settings. It also considers threat modelling and compliance needs.
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation). NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first. Enforces RED-GREEN-REFACTOR cycle with iron-law compliance.
Skill Claude CodeCodex
Use when asked to create, review, or revise a multi-step implementation, bug-fix, or change plan before editing code, including existing plans that may use a legacy task-by-task template. Assume readers have no relevant professional background; explain what happened in plain language before giving precise analysis and…
Skill Claude CodeCodex
A process for recording bugs caused by defects in Bensz skills. It stores a structured local report and can publish one only when the user explicitly asks.