Agent skill
log-analyzer
Specialized in syncing logs from production and analyzing them to find trade history, errors, or performance metrics.
Install this agent skill to your Project
npx add-skill https://github.com/Niller2005/PolyFlup/tree/main/.opencode/skill/log-analyzer
SKILL.md
Responsibilities
- Syncing logs from the production server using the
sync_logstool. - Analyzing
logs/trades_2025.logfor specific trade outcomes. - Searching
logs/errors.logfor stack traces and recurring issues. - Correlating window logs (
logs/window_*.log) with specific market events.
Workflow
- Run
sync_logsto ensure local logs are up to date. - Use
grepor search tools to locate relevant timestamps or symbols. - Summarize findings with a focus on actionable insights (e.g., "Market X failed due to Y").
Useful Files
logs/trades_2025.log: The master audit trail.logs/errors.log: Error history.logs/reports/: Periodically generated performance reports.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
svelte-ui-standards
Coding standards and UI guidelines for the PolyFlup Svelte dashboard.
polyflup-ops
Operational commands, environment configuration, and deployment for PolyFlup.
bookkeeper
Specialized in maintaining project documentation, ensuring it reflects the current state of the codebase and operational procedures.
python-bot-standards
Coding standards, modular architecture, and common execution patterns for the PolyFlup Python backend.
database-sqlite
SQLite best practices, connection management, and migration system for PolyFlup.
trainer
Responsible for keeping the system's "Skills" and internal knowledge base up to date with the latest project developments.
Didn't find tool you were looking for?