.claude/skills/juliaz-agent-improve/SKILL.md
Systematic improvement of Julia's agents through performance analysis, prompt engineering, and validation. Trigger when optimizing any agent's behavior — orchestrator, frontend Julia, OpenClaw relay, or any sub-agent. Also trigger for: 'improve agent', 'agent not working well', 'optimize prompt', 'tool not being used correctly', 'Julia gives wrong answers', or any agent quality issue.
npx skillsauth add abzhaw/juliaz_agents juliaz-agent-improveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematic improvement of agents in the juliaz_agents system. Adapted from
agent-orchestration-improve-agent.
juliaz-agent-builder)juliaz-tool-builder)juliaz-debug)Before changing anything, establish what's broken and what works.
pm2 logs orchestrator, pm2 logs bridge, browser console for frontendjuliaz-tool-builder)juliaz-multi-agent-optimize)Apply the minimum change needed:
juliaz-tool-builder)Test the exact failure case that motivated the change:
| Symptom | Likely Cause | Fix |
|---------|-------------|-----|
| "I can't do that" | Missing tool or unclear prompt | Add tool or update prompt |
| Tool called but wrong result | Tool implementation bug | Fix the executor in tools.ts |
| Tool never called | Vague tool description | Rewrite description per juliaz-tool-builder |
| Agent calls wrong tool | Overlapping/ambiguous descriptions | Make descriptions mutually exclusive |
| Timeout on tool call | Service down or wrong URL | Check bridge/backend/cowork-mcp health |
| Generic/unhelpful response | System prompt too vague | Add specific guidance and examples |
| Agent | Prompt | Tools | Executor |
|-------|--------|-------|----------|
| Orchestrator Julia | julia/orchestrator/src/prompt.ts | julia/orchestrator/src/tools.ts | julia/orchestrator/src/tools.ts:executeTool() |
| Frontend Julia | julia/frontend/server.ts (SYSTEM_PROMPT const) | julia/frontend/server.ts (chatTools object) | Inline in tool definitions |
| OpenClaw | julia/openclaw/SOUL.md + skill files | OpenClaw CLI built-in + skills | Skill scripts |
development
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.