https://github.com/shawyeok/skills
A collection of agent skills (eclipse-mat).
https://github.com/shawyeok/skills
eclipse-mat heapdump skills
Last synced: 4 months ago
JSON representation
A collection of agent skills (eclipse-mat).
- Host: GitHub
- URL: https://github.com/shawyeok/skills
- Owner: Shawyeok
- License: mit
- Created: 2026-03-19T02:12:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T02:16:42.000Z (4 months ago)
- Last Synced: 2026-03-19T16:16:14.556Z (4 months ago)
- Topics: eclipse-mat, heapdump, skills
- Language: Shell
- Homepage:
- 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
# Agent Skills
A collection of agent skills.
## Available Skills
### eclipse-mat
Analyze Java heap dumps headlessly using [Eclipse Memory Analyzer Tool (MAT)](https://eclipse.dev/mat/).
Features:
- Run leak suspects, overview, and comparison reports
- Execute OQL (Object Query Language) queries
- Run 56+ built-in MAT commands (histogram, dominator tree, thread analysis, etc.)
- Auto-detects MAT installation and Java version
See [`eclipse-mat/SKILL.md`](eclipse-mat/SKILL.md) for full documentation.
Based on [mcp-mat](https://github.com/codelipenghui/mcp-mat) by codelipenghui.
## Installation
```bash
npx skills add https://github.com/Shawyeok/skills --skill eclipse-mat
```
## License
MIT