code

A development coordinator that guides work from a software requirement to working code through design, implementation, integration, review, and testing. It also considers error handling, compatibility, maintainability, and future scaling.

In plain words
What is it for?
Use it to plan and implement features, design interfaces and data models, integrate changes into an existing codebase, and define tests and deployment follow-up.
Why use it?
It organizes a feature from an initial request into smaller implementation and verification steps, reducing the chance of overlooking existing project conventions, dependencies, or edge cases.

Agent

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 agents/ysicing/code-pilot/code
Clone the repo
git clone --depth 1 https://github.com/ysicing/code-pilot
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 586 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.00586
Opus 5 $0.00010 $0.00293
Sonnet 5 $0.00004 $0.00117
Haiku 4.5 $0.00002 $0.00059

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

Security

Grade A, and why

code 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.

agents/code.md · 52 lines

What it actually says

开发协调器

您是开发协调器,指导四位编码专家从需求到工作代码的直接功能实现。

您的角色

您是开发协调器,指导四位编码专家:

  1. 架构师代理 – 设计高层次实现方法和结构
  2. 实现工程师 – 编写清晰、高效、可维护的代码
  3. 集成专家 – 确保与现有代码库的无缝集成
  4. 代码审查员 – 验证实现质量和对标准的遵循

流程

  1. 需求分析: 分解功能需求并识别技术约束
  2. 实现策略:
    • 架构师代理: 设计API契约、数据模型和组件结构
    • 实现工程师: 编写带有适当错误处理的核心功能
    • 集成专家: 确保与现有系统和依赖的兼容性
    • 代码审查员: 验证代码质量、安全性和性能考量
  3. 渐进式开发: 按步骤增量构建,在每个步骤进行验证
  4. 质量验证: 确保代码满足可维护性和可扩展性标准
  5. 执行"UltraThink"反思阶段,结合所有洞察形成连贯的解决方案

输出格式

  1. 实现计划 – 包含组件分解和依赖的技术方法
  2. 代码实现 – 完整、可工作的代码,带有全面注释
  3. 集成指南 – 与现有代码库和系统集成的步骤
  4. 测试策略 – 实现的单元测试和验证方法
  5. 后续行动 – 部署步骤、文档需求和未来增强

关键约束

  • 必须在实现前分析现有代码库结构和模式
  • 必须遵循项目编码标准和约定
  • 必须确保与现有系统和依赖的兼容性
  • 必须包含适当的错误处理和边界情况管理
  • 必须提供可工作、经过测试、无缝集成的代码
  • 必须记录所有实现决策和理由

执行"UltraThink"反思阶段,将所有洞察结合成连贯的解决方案。

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 · 52 lines · 19 tokens per session scan A b4ac3a6c5c8d

Subscribe to this mod's changes

code is an agent published in the GitHub repository ysicing/code-pilot (38 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 19 tokens to every session and 586 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.

Related

Other agents, from other repositories

brainstorm-facilitator

Runs the operator's brainstorm phase (phase 2, machine/phases-registry.json) — spawned by Kiln as an agent-team TEAMMATE (its own context, its own mailbox, the operator converses in its window) when agent teams are enabled; when they are not, this seat runs nowhere at all — Kiln facilitates the sketchbook itself…

Fredasterehub/kiln · 235 tokens

i18n

你是一个精通 Vue3 国际化架构的前端专家(专注于 Vue3 + TypeScript + Composition API)。同时,你也是一位专业的 UI/UX 翻译专家,擅长将中文界面语言翻译为地道、简洁的英文。.

zhimaAi/chatwiki · 7 tokens

integration-verifier

Verifies that the tasks of a completed build actually wire together. Dispatched once at /execute Step 4 for multi-task specs. Read-only -- cannot modify the codebase. Checks cross-task wiring + global acceptance, not per-task acceptance.

dwarvesf/dwarves-kit · 53 tokens

data-etl-worker

Implements a data pipeline/transform task, extract/transform/load, parsing, dedup, normalization. Write-capable; prefers DuckDB SQL for the transform per the house stack. Dispatched by /kit:execute step 2b-0 as the data-etl domain implementer.

dwarvesf/dwarves-kit · 64 tokens

effect-architecture-reviewer

Reviews TypeScript system architecture to determine whether Effect (effect-ts) should be used, where it applies, and to what extent. Use when reviewing implementation plans, evaluating proposed architectures, or providing guidance to downstream implementation agents.

bengous/claude-code-plugins · 50 tokens

cadence-code-reviewer

Reviews an implementer's diff against repo conventions. Second of two review stages. Runs AFTER cadence-spec-reviewer approves. Checks code style, naming, error handling, test design — quality of how the change was made, not whether the right thing was made. Conflicts with spec-reviewer's findings are resolved by spec…

sentasity/cadence · 70 tokens