← All plugins
log-analysis-tool
v1.24.0Analyze logs for performance insights and issues
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/log-analysis-tool/ inside the repository.
Layout
plugins/performance/log-analysis-tool/
├── .claude-plugin/plugin.json└── skills/analyzing-logs/SKILL.md
Skills1
analyzing-logsskills/analyzing-logs/SKILL.md
Analyze application logs for performance insights and issue detection including slow requests, error patterns, and resource usage. Use when troubleshooting performance issues or debugging errors. Trigger with phrases like "analyze logs", "find slow requests", or "detect error patterns".
Manifests1
plugins/performance/log-analysis-tool/.claude-plugin/plugin.json
{
"name": "log-analysis-tool",
"version": "1.24.0",
"description": "Analyze logs for performance insights and issues",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"logs",
"analysis",
"performance",
"debugging",
"agent-skills"
]
}