AgentSkillsCN

fast-read

借助 Codex CLI 与 gpt-5.3-codex-spark,快速进行只读代码库探索。当您需要快速了解代码结构、逻辑或设计模式时,可随时使用此工具。

SKILL.md
--- frontmatter
name: fast-read
description: Fast read-only codebase exploration using Codex CLI with gpt-5.3-codex-spark. Use when you need quick answers about code structure, logic, or patterns.
argument-hint: <query about the codebase>
allowed-tools: Bash(${CLAUDE_PLUGIN_ROOT} *), Read

Run the following command:

bash
${CLAUDE_PLUGIN_ROOT}/skills/fast-read/fast-read.sh "$ARGUMENTS"

Present the output to the user.

If $ARGUMENTS is empty, ask the user what they want to explore. If the command fails with an auth error, tell the user to run codex login.