Bundler Install Stats
Description
A Bundler plugin to measure how long each gem takes to install
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Bundler Install Stats
Introduction
This a plugin for Bundler that records and reports how long it takes to install each gem. It may be helpful in the following situations:
- Diagnosing a slow CI run
- Tracking the install cost of dependencies over time
- Evaluating the impact of pure Ruby vs native extensions
- Evaluating the impact of pre-compiled native extensions vs those compiled on demand
Installation
In order to use this plugin, you must install it via Bundler:
bundle plugin install bundle-install-stats
If you're working on the plugin locally, you can install with:
bundle plugin uninstall bundler_install_stats
bundle plugin install --git $PWD bundler_install_stats
Then you should see the plugin list when you run:
bundle plugin list
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development