Skip to content

artemnovichkov/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Code Plugins Marketplace

Collection of Claude Code plugins for enhanced development workflows.

Available Plugins

Crashlytics

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

Structure

.
β”œβ”€β”€ .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

Installation

/plugin marketplace add artemnovichkov/claude-code-plugins

Author

Artem Novichkov, https://artemnovichkov.com/

License

The project is available under the MIT license. See the LICENSE file for more info.

About

Collection of Claude Code plugins for enhanced development workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project