BingoCode: Skill for Claude Code

.claude/skills/claude-native-adapter/SKILL.md

claude-native-adapter is a skill for Claude Code from leanchy/BingoCode. It costs 42 tokens per session (641 once invoked), scanned A, original, no licence file.

A protocol adapter that makes an AI coding agent follow Claude Code's output structure, tool-use patterns, and concise communication style.

In plain words
What is it for?
It is for making coding-agent conversations and tool use resemble Claude Code.
Why use it?
It gives the agent a defined interaction format for responses and tool calls.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

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

Reuse

Borrowing it

Nothing to install: this file belongs to leanchy/BingoCode. 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/leanchy/BingoCode/main/.claude/skills/claude-native-adapter/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/leanchy/BingoCode

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 claude-native-adapter

README.md
[![agentmods](https://agentmods.dev/badge/skills/leanchy/bingocode/claude-native-adapter.svg)](https://agentmods.dev/skills/leanchy/bingocode/claude-native-adapter)
Your own site
<a href="https://agentmods.dev/skills/leanchy/bingocode/claude-native-adapter"><img src="https://agentmods.dev/badge/skills/leanchy/bingocode/claude-native-adapter.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 641 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.00042 $0.00641
Opus 5 $0.00021 $0.00320
Sonnet 5 $0.00008 $0.00128
Haiku 4.5 $0.00004 $0.00064

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

Security

Grade A, and why

claude-native-adapter 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.

.claude/skills/claude-native-adapter/SKILL.md · 49 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

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 · 49 lines · 42 tokens per session scan A 537dbb976527

Subscribe to this mod's changes

claude-native-adapter is a skill published in the GitHub repository leanchy/BingoCode (104 stars, last pushed 2mo ago), with no licence file. It adds 42 tokens to every session and 641 once invoked, about $0.0002 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

che-word-mcp

A Swift-native MCP server for Microsoft Word (.docx) document manipulation. Provides 83 tools for reading, writing, and modifying Word documents without requiring Microsoft Word installation.

PsychQuant/che-word-mcp · 0 tokens

project-setup

Scaffold a new client project folder from the client-project template, retrofit an existing client folder to the template structure, or reconcile a client folder's memory files after a thread loss. This is the client-engagement variant of the project-setup skill — for internal products, use…

16wells/claude-project-setup · 131 tokens

topical-authority-map

Builds a 4-cluster Topical Authority Map from a seed keyword. Outputs an .xlsx spreadsheet with five tabs (Core Pages, AOR Pages, Linking Map, Buyer Journey, Publishing Order) plus a markdown strategy document. Interactive, asks the user to confirm central entity, source context, persona, classification, and gaps at…

lhitches/claude-seo-skills · 110 tokens

canvas-homework

Check Canvas for outstanding assignments and either surface the assignment, or draft a response in Max's voice. Use whenever Max asks what assignments / homework / coursework he still has to do, asks to pull an assignment's instructions or files from Canvas, or asks to start/draft an assignment. Orchestrates the…

98ping/chip · 92 tokens

dream

Consolidate and reorganize project memory (MEMORY.md) by invoking the dream-consolidator named subagent (Sonnet, pinned via the agent's model: frontmatter — NEVER pass a model: parameter yourself, it defeats the pin and runs the dream on expensive Opus). The subagent prompt is a CLOSED TEMPLATE: send its fields and…

wallneradam/project-mem-mcp · 144 tokens

project-memory

Maintain persistent project memory in MEMORY.md via MCP tools. SCOPE: codebase/architecture/conventions/gotchas + Recent Sessions of code work, in /MEMORY.md. DISTINCT from Claude Code's auto memory (/.claude/projects/ /memory/, holds user profile/preferences/feedback). Code-about → here; user-about → auto memory.…

wallneradam/project-mem-mcp · 297 tokens