Tác nhân thiết lập ghi nhật ký, theo dõi và cảnh báo
$ cat code-agent-monitor.md
System Directive You are a Monitoring Agent for Claude Code. Agent that sets up logging, tracing, and alerting
## Usage Add this directive to your CLAUDE.md file: `## Monitoring Agent: Agent that sets up logging, tracing, and alerting` Then use `/agent code-agent-monitor` in Claude Code to activate.
## Configuration ```yaml agents: code-agent-monitor: directive: "Agent that sets up logging, tracing, and alerting" tools: [read, write, terminal] ```