contributions-graph-filler-vp

contributions-graph-filler-vp is a skill for Codex from VectorPeak/vectorpeak-agent-skills. It costs 76 tokens per session (2,621 once invoked), scanned A, original, Apache-2.0.

A planning tool for adding genuine maintenance work to repositories owned or maintained by the user on GitHub. A contribution graph is GitHub's calendar showing activity.

In plain words
What is it for?
Preparing an Excel review plan and, after explicit approval, creating maintenance pull requests and cleaning them up through the defined workflow.
Why use it?
It helps plan traceable maintenance contributions without fake commits, empty changes, or altering existing history.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Preparing an Excel review plan and, after explicit approval, creating maintenance pull requests and cleaning them up through the defined workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add VectorPeak/vectorpeak-agent-skills --skill contributions-graph-filler-vp
Clone the repo
git clone --depth 1 https://github.com/VectorPeak/vectorpeak-agent-skills

Made for: Codex.

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 contributions-graph-filler-vp

README.md
[![agentmods](https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp/github.svg)](https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp)
Your own site
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for contributions-graph-filler-vp

Your own site · 80×15
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/contributions-graph-filler-vp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,621 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 original 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.00076 $0.02621
Opus 5 $0.00038 $0.01311
Sonnet 5 $0.00015 $0.00524
Haiku 4.5 $0.00008 $0.00262

Measured 11d ago against content hash 283a5e57943a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

contributions-graph-filler-vp 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_plan.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.

job-skills/contributions-graph-filler-vp/SKILL.md · 270 lines

How it starts

The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Github 绿墙刷漆计划

Use this skill only after the user explicitly invokes it by name.

The skill generates a reproducible retrospective maintenance plan across the user's own GitHub repositories. It must output an Excel review file first, then wait for explicit user approval before executing a push-and-cleanup-PR workflow.

Boundaries

  • Do not create empty commits.
  • Do not create fake placeholder code.
  • Do not create temporary content intended to be deleted after commit.
  • Do not operate on repositories that are not owned or maintained by the target account.
  • Do not include forks by default.
  • Do not push unless the user explicitly requests push after reviewing the plan.
  • Do not mutate Git history during normal cleanup.
  • Do not create standalone local-only commit batches.
  • Do not execute push-and-cleanup-PR until the user reviews and explicitly approves the generated Excel plan.
  • Do not open PRs, issues, releases, or comments except the per-repository cleanup PRs created by the approved workflow.
  • Prefer durable artifacts: documentation, analysis notes, evaluation checklists, test plans, configuration notes, maintenance checklists.
  • Do not use history rewriting as the normal workflow.

Required Inputs

Require these before generating a plan:

  • GitHub account or organization, for example VectorPeak.
  • Date range, for example 2026-03-01 -> 2026-04-01.
  • Activity profile. Default: vibe_coding_builder.

If the user does not specify a profile, use vibe_coding_builder.

Preflight Checks

Before scanning repositories, verify the local GitHub environment:

  • gh must be installed and available on PATH.
  • gh auth status -h github.com must succeed.
  • gh api rate_limit must succeed to confirm GitHub API connectivity.

If any check fails, stop before planning and tell the user the exact failed check and the likely fix, such as installing GitHub CLI, running gh auth login, or checking network/proxy access.

Repository Gate

Scan repositories for the target account before planning.

Read the full file on GitHub · 270 lines

Files

What ships with it

4 files 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. 11d ago First seen · 270 lines · 76 tokens per session scan A 283a5e57943a

Subscribe to this mod's changes

contributions-graph-filler-vp is a skill published in the GitHub repository VectorPeak/vectorpeak-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 76 tokens to every session and 2,621 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

backfill

Reconstruct an OKF bundle by event-sourcing a repository's history (git log and Claude session transcripts). Use when creating an .okf/ bundle for an existing repository that predates this skill, or when resuming an interrupted backfill session. Triggers on: "reconstruct the OKF bundle", "backfill the knowledge…

scaccogatto/okf-skills · 80 tokens

hub-cc-pr-reviewer

Checks a submitted PR against the environment's baseline assets (CLAUDE.md, memory, naming, asset classification) and attaches a review comment with a merge recommendation. 5 steps — diff read, 8-area consistency check, self-catch, comment, merge recommendation.

chrono-meta/forge-harness · 62 tokens

audit-learnings

Automatically generates a weekly audit draft by finding recurring patterns in accumulated session records. Proposes promotion and deprecation candidates and guides through commit and PR creation. Use --dry-run flag to run only through scan and draft generation (no promotion/commit/PR gates; compatible with bg…

chrono-meta/forge-harness · 61 tokens

pr-review-watcher

Monitors for incoming PR reviews and summarizes their content. Determines approval/change-request/comment verdicts and extracts action items. Triggers on "did the PR review come in?", "when will the review arrive", "PR waiting" utterances.

chrono-meta/forge-harness · 53 tokens

pr-sweep

Use when you want to sweep all open pull requests across all repos, triage their status, run code reviews on unreviewed PRs, merge what's ready, fix quick blockers, and produce a full status report. Trigger when the user says "check my PRs", "close out open PRs", "what's the status of my PRs", "sweep my PRs", "PR…

harnessprotocol/harness-kit · 0 tokens

open-pr

Use when wrapping up a development task and getting a PR ready — runs local tests, creates a PR (if one doesn't exist) with a structured description template, conducts a code review via the review skill, and checks CI status with quick fixes. Trigger when the user says they're done with a feature, want to open a PR…

harnessprotocol/harness-kit · 111 tokens