From aidotnet-moyucode
Parses and analyzes log files with pattern matching, filtering, statistics, and error detection. Useful for debugging application logs and monitoring.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Parse and analyze log files to extract patterns, filter entries, generate statistics, and detect errors.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Parse and analyze log files to extract patterns, filter entries, generate statistics, and detect errors.
/logs command# Analyze log file
python scripts/log_analyzer.py app.log
# Filter by level
python scripts/log_analyzer.py app.log --level ERROR
# Search pattern
python scripts/log_analyzer.py app.log --grep "connection failed"
# Get statistics
python scripts/log_analyzer.py app.log --stats
# Tail mode
python scripts/log_analyzer.py app.log --tail 100
logs, analysis, debugging, monitoring, errors