starmapper: Skill for Claude Code

.agents/skills/tech-analyze-bumps/SKILL.md

tech-analyze-bumps is a skill for Claude Code from FlorianBruniaux/starmapper. It costs 20 tokens per session (1,814 once invoked), scanned A, original, no licence file.

A skill for reviewing Dependabot pull requests and arranging them by merge risk and priority.

In plain words
What is it for?
Use it to analyze Dependabot pull requests and create a risk-based merge plan.
Why use it?
It helps you decide which automated dependency updates to merge first and which ones need more caution.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is FlorianBruniaux/starmapper's own configuration. It tells Claude Code how to work on starmapper itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything starmapper configures →

Reuse

Borrowing it

Nothing to install: this file belongs to FlorianBruniaux/starmapper. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/FlorianBruniaux/starmapper/main/.agents/skills/tech-analyze-bumps/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/starmapper

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tech-analyze-bumps

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/starmapper/tech-analyze-bumps.svg)](https://agentmods.dev/skills/florianbruniaux/starmapper/tech-analyze-bumps)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/starmapper/tech-analyze-bumps"><img src="https://agentmods.dev/badge/skills/florianbruniaux/starmapper/tech-analyze-bumps.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,814 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.01814
Opus 5 $0.00010 $0.00907
Sonnet 5 $0.00004 $0.00363
Haiku 4.5 $0.00002 $0.00181

Measured 8d ago against content hash 998e242f26ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tech-analyze-bumps scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/analyze_bumps.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/tech-analyze-bumps/SKILL.md · 223 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 223 lines · 20 tokens per session scan A 998e242f26ff

Subscribe to this mod's changes

tech-analyze-bumps is a skill published in the GitHub repository FlorianBruniaux/starmapper (83 stars, last pushed 6d ago), with no licence file. It adds 20 tokens to every session and 1,814 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

malloy-review

Malloy semantic-model code review. Invoke when the user asks to review, audit, or critique a .malloy file, a folder of Malloy models, or a GitHub PR that touches Malloy. Enforces project modeling standards and emits a navigable review file.

malloydata/publisher · 60 tokens

malloy-lookml-review

Analyze LookML files as prior art for Malloy modeling. Used during Step 1 (DISCOVER) when .lkml files are present. Coordinates reference files that extract business logic, relationships, and curation decisions. Works with or without a database connection.

malloydata/publisher · 58 tokens

gemtracker

Analyze Ruby gem dependencies, vulnerabilities, outdated packages, maintenance health, and insecure gem sources with the gemtracker CLI. Use when asked to audit Ruby gems, check Gemfile.lock security, review dependency health, or run gemtracker.

spaquet/gemtracker · 49 tokens

ponytail-sec

Security companion for active development. Scopes to the current diff or changed files. Three passes: YAGNI code review, new-dep assessment, and up to 3 material hardening findings. Lean by design — surfaces the one thing to fix before merging, not a backlog. Use ponytail-sec-audit for a full project scan.

andypitcher/ponytail-sec · 74 tokens

gitlab-vulnerabilities

Dependency & security-vulnerability review on GitLab via the gitlab-api MCP server — the GitLab counterpart to GitHub Dependabot. Read a project's Dependency List, review a project's or group's security vulnerabilities/findings, and fetch a single vulnerability by ID. Use when the agent must audit a project's…

Knuckles-Team/gitlab-api · 120 tokens

dependabot-config

Operational skill for Dependabot: dependabot.yml ecosystems, schedules, grouping, ignore rules, and safe auto-merge policies.

alivirgo/Major-AI-Skills · 29 tokens