Instructions file
A project instruction file for Claude Code, an AI coding assistant, in the code-wiki repository.
Instructions file
A project instruction file for Claude Code, an AI coding assistant, in the code-wiki repository.
Agent
A C++ source-scanning agent for the code-wiki skill. It reads a C or C++ source file and produces a summary document describing its structure and responsibilities.
Agent
A source-code scanner for files written in languages other than Python, C, or C++. It reads each file and creates a document summarising its structure and purpose.
Agent
A Python source-code scanner that reads a Python file and creates a document summarising its structure and purpose.
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.