Claudecode-Codex-Gemini: Command for Claude Code

.claude/commands/kim-help.md

kim-help is a command for Claude Code from KimYx0207/Claudecode-Codex-Gemini. It costs 16 tokens per session (1,665 once invoked), scanned A, original, MIT.

A help command for the Kim command set. With no input it lists the available commands; with a request it recommends a suitable command.

In plain words
What is it for?
Use it to browse the command list or find a Kim command for a stated need.
Why use it?
It removes the need to remember every Kim command and which one matches a particular task.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Codex.

This is KimYx0207/Claudecode-Codex-Gemini's own configuration. It tells Claude Code how to work on Claudecode-Codex-Gemini itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Claudecode-Codex-Gemini configures →

Reuse

Borrowing it

Nothing to install: this file belongs to KimYx0207/Claudecode-Codex-Gemini. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/KimYx0207/Claudecode-Codex-Gemini/main/.claude/commands/kim-help.md
Clone the repo
git clone --depth 1 https://github.com/KimYx0207/Claudecode-Codex-Gemini

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kim-help

README.md
[![agentmods](https://agentmods.dev/badge/commands/kimyx0207/claudecode-codex-gemini/kim-help.svg)](https://agentmods.dev/commands/kimyx0207/claudecode-codex-gemini/kim-help)
Your own site
<a href="https://agentmods.dev/commands/kimyx0207/claudecode-codex-gemini/kim-help"><img src="https://agentmods.dev/badge/commands/kimyx0207/claudecode-codex-gemini/kim-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,665 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.01665
Opus 5 $0.00008 $0.00833
Sonnet 5 $0.00003 $0.00333
Haiku 4.5 $0.00002 $0.00167

Measured 8d ago against content hash b588c2a4d351, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

kim-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/kim-help.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kim帮助指南命令

查看所有Kim命令,根据需求智能推荐最适合的命令

输入内容:$ARGUMENTS

命令执行逻辑

情况1:无参数 - 显示完整命令列表

如果用户没有提供参数,显示所有Kim命令的完整列表:

╔══════════════════════════════════════════════════════════════════╗
║                    🤖 Kim命令帮助指南                            ║
║           > 公众号:老金带你玩AI | 微信:xun900207 <              ║
╠══════════════════════════════════════════════════════════════════╣
║                                                                  ║
║  📋 命令列表(按使用顺序排列)                                    ║
║                                                                  ║
║  ┌─────────────────────────────────────────────────────────────┐ ║
║  │ 序号 │ 命令        │ 说明                    │ 引擎        │ ║
║  ├─────────────────────────────────────────────────────────────┤ ║
║  │  1   │ /kim-setup  │ 环境配置检测            │ Claude      │ ║
║  │  2   │ /kim-help   │ 帮助指南(本命令)       │ Claude      │ ║
║  │  3   │ /kim-plan   │ 需求拆解为任务列表       │ Claude      │ ║
║  │  4   │ /kim-crud   │ CRUD代码生成            │ Claude+Codex│ ║
║  │  5   │ /kim-api    │ API端点生成             │ Claude+Codex│ ║
║  │  6   │ /kim-form   │ 表单组件生成            │ Claude+Codex│ ║
║  │  7   │ /kim-code   │ 代码生成(快速开发)     │ Claude+Codex│ ║
║  │  8   │ /kim-review │ 代码审查(深度分析)     │ Claude+Gemini│║
║  │  9   │ /kim-team   │ 完整流程(生产级)       │ 三引擎协作  │ ║
║  └─────────────────────────────────────────────────────────────┘ ║
║                                                                  ║
║  💡 提示:输入 /kim-help [命令名] 查看详细用法                    ║
║  💡 提示:输入 /kim-help [需求描述] 获取命令推荐                  ║
║  💡 简单问题直接对话即可,无需使用命令                            ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝

情况2:参数是命令名 - 显示命令详情

如果参数匹配某个命令名(如 setupteamcode 等),读取对应的命令文件并显示详细说明。

使用Glob和Read工具读取对应命令文件:

Glob: .claude/commands/kim-{参数}.md
Read: 找到的文件路径

输出格式:

╔══════════════════════════════════════════════════════════════════╗
║  📖 /kim-{命令名} 详细说明                                        ║
╠══════════════════════════════════════════════════════════════════╣
║                                                                  ║
║  描述:[从文件frontmatter中提取description]                       ║
║                                                                  ║
║  使用方法:                                                       ║
║  /kim-{命令名} [参数说明]                                         ║
║                                                                  ║
║  示例:                                                           ║
║  [从文件中提取使用示例]                                           ║
║                                                                  ║
║  适用场景:                                                       ║
║  [从文件中提取适用场景说明]                                       ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝

Read the full file on GitHub · 163 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 163 lines · 16 tokens per session scan A b588c2a4d351

Subscribe to this mod's changes

kim-help is a command published in the GitHub repository KimYx0207/Claudecode-Codex-Gemini (119 stars, last pushed 26d ago), licensed MIT. It adds 16 tokens to every session and 1,665 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.