ABCoder: Schedule

A planning command for exploring a code repository and designing an implementation approach before coding. It uses code-structure analysis to trace files, packages, dependencies, and related functions.

In plain words
What is it for?
Use it to inspect a repository, locate the relevant package and code, understand how parts connect, and produce a file-by-file implementation plan.
Why use it?
It reduces guesswork and helps keep a change small by reusing existing code and identifying unclear requirements before files are modified.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/cloudwego/abcoder/schedule
Clone the repo
git clone --depth 1 https://github.com/cloudwego/abcoder

Made for: Claude Code.

Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 474 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00019 $0.00474
Opus 5 $0.00010 $0.00237
Sonnet 5 $0.00004 $0.00095
Haiku 4.5 $0.00002 $0.00047

Measured yesterday against content hash 8f08ad3cd303, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ABCoder: Schedule 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 yesterday.

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.

internal/cmd/assets/.claude/commands/abcoder/schedule.md · 35 lines

What it actually says

使用mcp__abcoder分析相关仓库(下钻到mcp__abcoder__get_ast_node查看细节),帮助用户设计实现方案。

Guardrails

  • 最大化复用项目已有功能,避免重复造轮子。
  • 优先采用直接、最小改动的实现方式,只有在用户明确要求时才增加复杂度。
  • 严格限制修改影响面在所请求的结果范围内。
  • 找出任何模糊或含糊不清的细节,并在修改文件前提出必要的后续问题。
  • 在 Schedule 阶段禁止编写代码,禁止使用 agent。

Steps Track these steps as TODOs and complete them one by one.

  1. mcp__abcoder__get_repo_structure 开始,获取目标仓库结构。
  2. 根据任务描述,定位相关的 package。
  3. 使用 mcp__abcoder__get_package_structure 获取 package 内的文件和节点列表。
  4. 使用 mcp__abcoder__get_ast_node 深入分析相关代码节点,理解现有实现模式。
  5. 分析依赖关系、调用链、类型信息等。
  6. 设计实现方案,确保最大化复用已有功能、最小化改动。
  7. 找出任何模糊或缺失的技术细节,并向用户提出后续问题。
  8. 输出清晰的技术方案,包括修改范围、涉及的文件、关键实现步骤。

Reference

  • mcp__abcoder__list_repos - 列出所有可用仓库
  • mcp__abcoder__get_repo_structure - 获取仓库结构(必须作为第一步)
  • mcp__abcoder__get_package_structure - 获取 package 结构
  • mcp__abcoder__get_file_structure - 获取文件结构
  • mcp__abcoder__get_ast_node - 获取 AST 节点详情(下钻分析)
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. yesterday First seen · 35 lines · 0 tokens per session scan A 8f08ad3cd303

Subscribe to this mod's changes

ABCoder: Schedule is a command published in the GitHub repository cloudwego/abcoder (390 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 19 tokens to every session and 474 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.