What problem does it solve?
This Skill solves the visibility gap between your AI agent and the user's terminal, allowing you to inspect, search, and manage running processes without requiring the user to manually copy-paste logs or error messages.
Core Features & Use Cases
- Real-time Process Monitoring: Access stdout, stderr, and stdin of any command wrapped by Brainlog.
- Service Management: Discover, list, kill, or restart background services and dev servers.
- Log Analysis: Search across all tracked processes using regex to quickly identify errors, panics, or specific status patterns.
- Use Case: When a user reports that their dev server is crashing, you can use this skill to list the running services, fetch the last 50 lines of stderr, and diagnose the failure immediately.
Quick Start
Use the brainlog-guide skill to list all currently tracked services and check the logs for the one that is reporting errors.