SkillAgentSearch skills...

Postmortem

💀 When code dies, it deserves a proper autopsy. Stacktrace library with source maps support.

Install / Use

/learn @zeekay/Postmortem
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

postmortem

npm build dependencies license chat

When code dies, it deserves a proper autopsy.

Stacktrace library with support for CoffeeScript and source maps. Ensures stacktrace output is useful when code is bundled or transpiled.

Install

$ npm install postmortem

Usage

require('postmortem').install()

// or

require('postmortem/register')

If you use mocha:

$ mocha --require postmortem/register

Credit

Large amounts of code was lifted from source-map-support, without which this project would not exist.

License

MIT

View on GitHub
GitHub Stars7
CategoryCustomer
Updated7mo ago
Forks2

Languages

CoffeeScript

Security Score

82/100

Audited on Aug 15, 2025

No findings