contraponto: Skill for Claude Code

.claude/skills/fix-sonar-issues/SKILL.md

fix-sonar-issues is a skill for Claude Code from vepo/contraponto. It costs 61 tokens per session (1,824 once invoked), scanned A, original, GPL-2.0.

A local static-analysis fixer for Quarkus and Java projects. Static analysis checks source code for likely bugs, maintainability problems, and style issues.

In plain words
What is it for?
Use it to inspect local analysis warnings and apply conservative fixes to the affected code.
Why use it?
It addresses Sonar-style findings without needing a SonarCloud account or token, while aiming to preserve existing behavior.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is vepo/contraponto's own configuration. It tells Claude Code how to work on contraponto 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 contraponto configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vepo/contraponto. 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/vepo/contraponto/main/.claude/skills/fix-sonar-issues/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vepo/contraponto

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 fix-sonar-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/vepo/contraponto/fix-sonar-issues.svg)](https://agentmods.dev/skills/vepo/contraponto/fix-sonar-issues)
Your own site
<a href="https://agentmods.dev/skills/vepo/contraponto/fix-sonar-issues"><img src="https://agentmods.dev/badge/skills/vepo/contraponto/fix-sonar-issues.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,824 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.00061 $0.01824
Opus 5 $0.00030 $0.00912
Sonnet 5 $0.00012 $0.00365
Haiku 4.5 $0.00006 $0.00182

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

Security

Grade A, and why

fix-sonar-issues 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 6d 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.

.claude/skills/fix-sonar-issues/SKILL.md · 141 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 141 lines · 61 tokens per session scan A 20782a87baa7

Subscribe to this mod's changes

fix-sonar-issues is a skill published in the GitHub repository vepo/contraponto (3 stars, last pushed 27d ago), licensed GPL-2.0. It adds 61 tokens to every session and 1,824 once invoked, about $0.0003 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

review

Review one pull request for real bugs, regressions, and convention violations. Enumerate candidate issues across the whole diff, verify each against the code, then return structured line-anchored findings and a verdict. Read-only on GitHub; the orchestrator posts the review.

emdash-cms/emdash · 57 tokens

adversarial-reviewer

Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.

emdash-cms/emdash · 71 tokens

investigate

Investigate a single EmDash issue end to end -- classify, choose a repro path, reproduce, diagnose, verify, and (only on an explicit maintainer fix directive) fix and confirm. Every verdict carries its evidence.

emdash-cms/emdash · 48 tokens

fix

Implement diagnose's proposed fix when verify says bug, the cause is pinned, and a maintainer triggered a fix. Follow EmDash conventions, run focused checks, publish the candidate, and report the results accurately.

emdash-cms/emdash · 44 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens

implement

Implement a maintainer-directed EmDash enhancement or change without forcing it through bug-reproduction fields. Run focused checks, publish the candidate, and report the results accurately.

emdash-cms/emdash · 35 tokens