contribute

contribute is a skill for Claude Code, Codex from TonPC64/mcp-a2a-bridge. It costs 12 tokens per session (562 once invoked), scanned A, original, MIT.

A contribution workflow for making focused, tested, and secure changes to a software project.

In plain words
What is it for?
Use it when changing code, dependencies, documentation, or a dashboard, including running tests, checking the final diff, committing, and pushing changes.
Why use it?
It reduces the risk of breaking existing interfaces, leaving unrelated edits in the project, or submitting changes without checking them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it when changing code, dependencies, documentation, or a dashboard, including running tests, checking the final diff, committing, and pushing changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tonpc64/mcp-a2a-bridge/contribute
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 TonPC64/mcp-a2a-bridge --skill contribute
Clone the repo
git clone --depth 1 https://github.com/TonPC64/mcp-a2a-bridge

Made for: Claude Code, 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 contribute

README.md
[![agentmods](https://agentmods.dev/badge/skills/tonpc64/mcp-a2a-bridge/contribute/github.svg)](https://agentmods.dev/skills/tonpc64/mcp-a2a-bridge/contribute)
Your own site
<a href="https://agentmods.dev/skills/tonpc64/mcp-a2a-bridge/contribute"><img src="https://agentmods.dev/badge/skills/tonpc64/mcp-a2a-bridge/contribute/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 contribute

Your own site · 80×15
<a href="https://agentmods.dev/skills/tonpc64/mcp-a2a-bridge/contribute"><img src="https://agentmods.dev/badge/skills/tonpc64/mcp-a2a-bridge/contribute.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 562 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.00012 $0.00562
Opus 5 $0.00006 $0.00281
Sonnet 5 $0.00002 $0.00112
Haiku 4.5 $0.00001 $0.00056

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

Security

Grade A, and why

contribute 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.

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.

skills/contribute/SKILL.md · 52 lines

How it starts

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

Contribute Skill

Use this workflow for any code, dependency, documentation, or dashboard change. Keep changes focused and evidence-based.

Procedure

  1. Read AGENTS.md and the relevant source/tests before editing.
  2. Check git status --short --branch, identify the base branch, and preserve unrelated work.
  3. Make the smallest change that satisfies the request. Do not add credentials, personal paths, generated screenshots, or unrelated dependencies.
  4. Add or update tests for behavior changes. Preserve public APIs, MCP tool contracts, and SSE event shapes.
  5. Run verification from the repository root:
    • uv lock --check
    • .venv/bin/pytest -q or uv run pytest -q
    • npm ci and npm test -- --run from dashboard/ when frontend files change
    • npm run build from dashboard/ when frontend or packaged assets change
    • git diff --check
  6. For dashboard changes, verify loopback default, token protection for non-loopback deployment, mobile/desktop behavior, and no horizontal overflow when browser tooling is available.
  7. Review the final diff and confirm every changed file is intentional.
  8. Commit with a Conventional Commit message, push to GitHub origin, and report the commit, branch, tests, and any blockers. Create a PR instead of pushing directly to main when repository policy requires it.

Security checklist

  • Dashboard defaults to loopback.
  • Tokenless non-loopback dashboard binds are documented as trusted-LAN-only.
  • Do not expose bearer tokens in logs, URLs, screenshots, README examples, or commits.
  • Use TLS and network access controls for LAN deployments.
  • Treat .a2a-agents.json and custom headers as secret-bearing configuration.

Pitfalls

  • A passing unit test is not proof that a live browser or deployment works.
  • Do not claim a dependency upgrade is safe when tests fail after it.
  • Do not commit dashboard/node_modules, .venv, caches, or screenshots.
  • If a command fails because the environment lacks a tool, report the exact blocker and try a safe alternative.

Read the full file on GitHub · 52 lines

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 · 52 lines · 12 tokens per session scan A c2f652c2d96c

Subscribe to this mod's changes

contribute is a skill published in the GitHub repository TonPC64/mcp-a2a-bridge (0 stars, last pushed 5d ago), licensed MIT. It adds 12 tokens to every session and 562 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-31.

Related

Other skills, from other repositories

agentplane-release-and-packaging-operator

Use when preparing, validating, publishing, auditing, or recovering an Agentplane release, especially package build ordering, version parity, npm/GitHub/GHCR/external distribution publication, public install smoke tests, hosted publish evidence, or release CI failures.

basilisk-labs/agentplane · 60 tokens

agentplane-task-closure-recovery

Use when Agentplane task completion, direct finish, branchpr integration, hosted-close, close-tail PRs, PR metadata, dirty task artifacts, or remote branch divergence need diagnosis or recovery.

basilisk-labs/agentplane · 46 tokens

coding-agents-farm

To orchestrate parallel coding-agent farms (Claude, Codex, Copilot, Gemini, etc.) on isolated git worktrees.

griddynamics/rosetta · 32 tokens

checking-release-readiness

Records a ship, block, defer, or ship-with-risk decision that ties baseline, evidence status, residual risk, rollback, monitoring, and handoff together. Use when a packet, PR, release, dependency change, or agent-authority change approaches merge. Do not use early in development before evidence exists.

FlyFission/nuclear-grade-context-engineering · 67 tokens

creating-change-records

Creates or updates Quick or Standard change records, adds the required files, and refreshes what each claim must prove for an evidence-backed pull request. Use when starting or revising a change record. Do not use for a one-off throwaway script, or for work that belongs in an existing record rather than a new one.

FlyFission/nuclear-grade-context-engineering · 70 tokens

agentplane

Use when a repository uses AgentPlane or the user wants a governed git-native workflow for planning, task execution, verification, and closure.

basilisk-labs/agentplane · 30 tokens