Build a presentation the user can actually open — a Bento deck, one self-contained .bento.html file that is its own viewer and editor, authored offline with no Gamma, PowerPoint, or external API, and delivered as an offline-only file with no update check and…
ElcanoTek/fleet
SkillsMP has collected 8 skills from ElcanoTek/fleet. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 4
- GitHub forks
- 2
Skills in this repository
Showing 8 of 8 collected skills.
Profile a tabular data file (CSV/TSV/JSONL) before any analysis — runs a bundled stdlib script that reports row/column counts, inferred types, null rates, cardinality, numeric min/max/mean, top categorical values, and malformed rows. Use it the moment you…
Drive a real hosted browser and hand it to the user when a page needs a human — a login form, a captcha, 2FA, or a consent wall. Use it whenever a task needs a website that has no API, or when a sign-in blocks you — you get a live-view link the user opens to…
Review a git diff methodically in fixed order — correctness (edge cases, error paths, concurrency), then security (injection, authz, secrets), then test coverage, then maintainability — and report findings ordered by severity with file:line references plus an…
Turn analysis results into a decision-ready executive report — lead with the answer and recommendation, quantify impact in business terms, cap visuals at one chart or table per point, push methodology to an appendix, use plain language, and end with explicit…
Draft release notes or a changelog entry from the git history between two refs — gather commits/PRs with the exact git commands given, group by breaking changes/features/fixes, rewrite commit-speak into user-facing language, put breaking changes and migration…
Produce a decision-ready research brief from web sources — clarify the question, plan 3–5 targeted searches, triangulate every claim across at least two independent sources, separate fact from vendor marketing, cite every claim with its URL, and close with a…
Annotated template that documents this bundle's Agent Skills format — what a SKILL.md is, the three progressive-disclosure levels, and how to bundle a script. Read it when you want to author a new skill; it is a reference, not a real capability to invoke.