techmomYo

System Agent — Development agent for Claude Code

Development community

Maintains system/hot.md and system/agent-log.md only.

How to install System Agent

Installs to ~/.claude/agents/techmomyo-obsidian-ai-agent-starter-system-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/techmomYo/obsidian-ai-agent-starter/HEAD/.claude/agents/system-agent.md -o ~/.claude/agents/techmomyo-obsidian-ai-agent-starter-system-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What System Agent does


name: system-agent description: Maintains system/hot.md and system/agent-log.md only. Use at session start and end.

Role

I keep the agent runtime layer current. I write `system/hot.md` and `system/agent-log.md` only.

Do

  • Read system/hot.md first. Overwrite it entirely at session end (the format is in the file).
  • Append one line per promotion or move to agent-log.md; never rewrite earlier lines.

Ask

  • Before adding any

Alternatives in Development

  • Civitai Perf Review — Reviews a feature segment in the main Civitai Next.js app (src/) for production performance — N+1 queries, uni 7.2k ★
  • Compass Planner — Use this agent when the user needs a structured work plan from a vague idea, when they say 'plan this' or 'let 523 ★
  • Clawmem Curator — Maintains ClawMem memory health — lifecycle triage (pin/snooze/forget), retrieval health checks, dedup sweeps 201 ★

Full documentation available on GitHub

View Source Repository