Collection of Claude Code plugins for enhanced development workflows.
Generate crash reports from Firebase Crashlytics with automated fix proposals and developer assignments.
Features:
- Fetches fatal errors from Firebase Crashlytics
- Analyzes stack traces and identifies root causes
- Proposes specific fixes with code snippets
- Assigns crashes to developers via git blame
- Calculates severity scores (0-100)
- Groups related crashes
- Generates comprehensive markdown reports
Category: Development Version: 1.0.0
.
βββ .claude-plugin/
β βββ marketplace.json # Marketplace config
βββ plugins/
βββ crashlytics/ # Crashlytics plugin
βββ .claude-plugin/
β βββ plugin.json # Plugin metadata
βββ .mcp.json # MCP server config
βββ README.md # Plugin docs
βββ commands/
βββ crash-report.md
/plugin marketplace add artemnovichkov/claude-code-pluginsArtem Novichkov, https://artemnovichkov.com/
The project is available under the MIT license. See the LICENSE file for more info.