.claude/skills/zed-logs/SKILL.md
Check Zed editor logs for banjo/agent errors. Use when user says "check zed logs", "zed errors", or "what's the zed error".
npx skillsauth add joelreymont/banjo zed-logsInstall 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.
Check Zed editor logs for ACP agent issues.
# Recent agent logs (banjo + errors)
tail -100 ~/Library/Logs/Zed/Zed.log | grep -i -E "(banjo|agent|error)" | tail -30
# All recent logs
tail -50 ~/Library/Logs/Zed/Zed.log
# Follow logs live
tail -f ~/Library/Logs/Zed/Zed.log | grep -i agent
# Clear and watch
: > ~/Library/Logs/Zed/Zed.log && tail -f ~/Library/Logs/Zed/Zed.log
agent stderr: - Output from agent process (banjo logs here)agent_servers::acp - ACP connection handlingerror(...) - Error from agentinfo(banjo) - Banjo startupdebug(agent) - Request handling| Error | Cause | Fix |
|-------|-------|-----|
| UnknownField | Missing field in param struct | Add field or ignore_unknown_fields = true |
| not registered | Config key mismatch | Check agent_servers key in Zed settings |
| No output | Agent crashed on startup | Run ./zig-out/bin/banjo manually to see error |
~/.config/zed/settings.json → agent_servers
development
# Release Skill Trigger: release, new release, push release, tag release ## Description Creates a new banjo release by tagging HEAD and pushing to GitHub. CI builds cross-platform binaries automatically. ## Steps 1. **Run tests locally** ```bash zig build test ``` 2. **Get current version** ```bash grep 'version = "' src/acp/agent.zig | head -1 ``` Current version: 0.1.0 3. **Delete existing release and tag (if replacing)** ```bash gh release delete v0.1.0 --yes
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".