code-wiki
01Skill Claude CodeCodex
A skill that incrementally builds a Chinese-language wiki inside a code repository’s ./wiki/ folder. It explains the repository’s structure and how data moves through it.
Skill Claude CodeCodex
A skill that incrementally builds a Chinese-language wiki inside a code repository’s ./wiki/ folder. It explains the repository’s structure and how data moves through it.
Skill Claude CodeCodex
A semi-automatic tool for creating module and integration tests. It scans a repository, prepares test settings and targets, and uses pytest or GoogleTest after an engineer reviews the plan.
Skill Claude CodeCodex
Deep analysis skill that pairs a research paper with its open-source implementation to extract core innovations and reveal implementation details the paper doesn't document. Use this whenever a user provides both a paper (PDF/arxiv link) and a code repository, or when they mention wanting to understand "how the model…
Skill Claude CodeCodex
An initial step in a unit-test generation process for Python and C++ code. Unit tests check small parts of a program separately.
Skill Claude CodeCodex
A repository-wide tool that creates and runs unit tests for Python code with pytest or C++ code with Google Test.