https://github.com/artemnovichkov/claude-code-plugins
https://github.com/artemnovichkov/claude-code-plugins
ai claude-code marketplace mcp plugins
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artemnovichkov/claude-code-plugins
- Owner: artemnovichkov
- License: mit
- Created: 2025-11-02T14:04:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-11-02T16:01:02.000Z (4 months ago)
- Last Synced: 2025-11-02T17:14:33.732Z (4 months ago)
- Topics: ai, claude-code, marketplace, mcp, plugins
- Homepage: https://artemnovichkov.com
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
/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](./LICENSE) file for more info.