Prompts Agents Default Agent Yaml 2025 11 20 D5b556b
version: 1
agent:
name: ""
system_prompt_path: ./system.md
system_prompt_args:
ROLE_ADDITIONAL: ""
tools:
- "kimi_cli.tools.task:Task"
# - "kimi_cli.tools.dmail:SendDMail"
# - "kimi_cli.tools.think:Think"
- "kimi_cli.tools.todo:SetTodoList"
- "kimi_cli.tools.shell:Shell"
- "kimi_cli.tools.file:ReadFile"
- "kimi_cli.tools.file:Glob"
- "kimi_cli.tools.file:Grep"
- "kimi_cli.tools.file:WriteFile"
- "kimi_cli.tools.file:StrReplaceFile"
- "kimi_cli.tools.web:SearchWeb"
- "kimi_cli.tools.web:FetchURL"
subagents:
coder:
path: ./sub.yaml
description: "Good at general software engineering tasks."when to use it
Community prompt sourced from the open-source GitHub repo shuyhere/system-prompt-observatory (no explicit license). A "Prompts Agents Default Agent Yaml 2025 11 20 D5b556b" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
shuyhere/system-prompt-observatory · no explicit license
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions