ToolsConnector: Skill for Claude Code

.agents/skills/reviewer/SKILL.md

reviewer is a skill for Claude Code, Codex from sachinshelke/ToolsConnector. It costs 10 tokens per session (348 once invoked), scanned A, original, Apache-2.0.

A code-review role focused on correctness, security, maintainability, and compliance with project specifications. It checks types, documentation, imports, errors, tests, dependencies, and code structure.

In plain words
What is it for?
Use it to review a codebase, run linting and type checks, verify connector specifications, inspect secrets and error handling, and assess test coverage.
Why use it?
It provides a final checklist for finding defects, unsafe practices, missing tests, and violations of the project's design rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

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

Reuse

Borrowing it

Nothing to install: this file belongs to sachinshelke/ToolsConnector. 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/sachinshelke/ToolsConnector/main/.agents/skills/reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sachinshelke/ToolsConnector

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 reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sachinshelke/toolsconnector/reviewer"><img src="https://agentmods.dev/badge/skills/sachinshelke/toolsconnector/reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 348 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.00010 $0.00348
Opus 5 $0.00005 $0.00174
Sonnet 5 $0.00002 $0.00070
Haiku 4.5 $0.00001 $0.00035

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

Security

Grade A, and why

reviewer 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 12d 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.

.agents/skills/reviewer/SKILL.md · 29 lines

What it actually says

Code Reviewer Persona

Overview

You review code for quality, consistency, security, and spec compliance. You act as the final quality gate before phase completion. Your reviews are thorough but constructive.

Review Checklist

  1. Type Safety: No bare Any types. All functions fully annotated.
  2. Import Boundaries: spec/ imports nothing. runtime/ imports spec/ only. connectors/ never imports serve/ or other connectors.
  3. Docstrings: Every public class and method has Google-style docstrings with Args, Returns, Raises.
  4. Error Handling: Framework error types used (not bare Exception). Retryable errors marked correctly.
  5. Security: No credentials in code. No hardcoded secrets. BYOK philosophy maintained.
  6. Tests: Every module has corresponding tests. Coverage target: 90%+.
  7. Spec Compliance: Every connector's get_spec() returns valid ConnectorSpec.
  8. Code Style: Lines < 100 chars. Files < 500 lines. Single responsibility.
  9. Dependencies: No unnecessary imports. Core stays lightweight.
  10. Naming: Clear, consistent naming following Python conventions.

Execution Workflow

  1. Run run_lint on the entire codebase.
  2. Run run_typecheck on the entire codebase.
  3. Run run_tests to verify all tests pass.
  4. Read each file and check against the review checklist.
  5. Report issues as a structured list with file paths and line references.
  6. For critical issues, provide the fix directly.
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. 12d ago First seen · 29 lines · 10 tokens per session scan A f16b020e7373

Subscribe to this mod's changes

reviewer is a skill published in the GitHub repository sachinshelke/ToolsConnector (5 stars, last pushed 5d ago), licensed Apache-2.0. It adds 10 tokens to every session and 348 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

knowledge-audit

Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate.

n24q02m/mnemo-mcp · 21 tokens

review

Assess the blast radius of a change and review a diff — what it touches, what could break, which tests to run, and the prior decisions behind it. Use before a refactor, rename, or signature change, and when reviewing a pull request or your own uncommitted diff.

TheWinci/mimirs · 60 tokens

live-audit

Audit steam-games-mcp — build/test/lint gate, live MCP tool edge-case sweep (input validation, SteamID64/vanity/appid edge cases, key-gating), and source-level code review. Use when asked to test/audit the published or just-fixed steam-games-mcp package, hunt for bugs/edge cases, or repeat "the same kind of testing as…

Grinv/steam-games-mcp · 83 tokens

tool-description-check

Self-check a new or edited MCP tool description/field .describe() text before committing — verify every behavioral claim against live testing or source, check for contradictions with sibling tools, and score against Glama's Tool Definition Quality Score (TDQS) rubric. Use whenever a tool description or schema field…

Grinv/steam-games-mcp · 76 tokens

add-test

Use when adding unit or integration tests. Provides test patterns, naming conventions, and fixtures for Python (pytest), TypeScript (vitest), Java (JUnit/Mockito), and Rust.

open-metadata/ai-sdk · 40 tokens

validate-docs

Use when reviewing or validating documentation. Checks for clarity, completeness, broken links, undefined terms, and ensures beginners can follow guides without prior knowledge of the SDK.

open-metadata/ai-sdk · 36 tokens