sgcop CLAUDE.md

sgcop CLAUDE.md is an instructions file for Claude Code from SonicGarden/sgcop. It costs 458 tokens per session, scanned A, original, MIT.

Project instructions for sgcop, a Ruby gem that adds custom RuboCop checks. RuboCop is a Ruby code-quality tool; the instructions cover implementation, configuration, documentation, and RSpec tests.

In plain words
What is it for?
Use them to add sgcop checks, update Ruby or Rails settings, write offense tests, run the test suite, and follow test-first development (TDD).
Why use it?
They make the required files, tests, configuration, and documentation explicit when adding or changing a custom code check.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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.

agentmods
npx agentmods add instructions/sonicgarden/sgcop/claude-md
Clone the repo
git clone --depth 1 https://github.com/SonicGarden/sgcop

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 sgcop CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sonicgarden/sgcop/claude-md.svg)](https://agentmods.dev/instructions/sonicgarden/sgcop/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sonicgarden/sgcop/claude-md"><img src="https://agentmods.dev/badge/instructions/sonicgarden/sgcop/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 458 This file is loaded in full into every session.
When invoked 458 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.00458 $0.00458
Opus 5 $0.00229 $0.00229
Sonnet 5 $0.00092 $0.00092
Haiku 4.5 $0.00046 $0.00046

Measured yesterday against content hash 6459c58e2b36, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

sgcop CLAUDE.md 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 yesterday.

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.md · 38 lines

What it actually says

sgcop

SonicGarden 標準の RuboCop 設定と、カスタム Cop を提供する Gem。

コマンド

bundle exec rspec          # 全テスト実行
bundle exec rspec spec/rubocop/cop/sgcop/some_cop_spec.rb  # 特定 Cop のテスト
ruby add_doc_links.rb      # rubocop.yml に cop ドキュメントリンクを付加

アーキテクチャ

  • lib/rubocop/cop/sgcop/ — カスタム Cop の実装
  • lib/sgcop.rb — 全 Cop の require エントリポイント
  • spec/rubocop/cop/ — Cop のテスト(RSpec + RuboCop::RSpec::ExpectOffense)
  • ruby/rubocop.yml — Ruby プロジェクト向け設定
  • rails/rubocop.yml — Rails プロジェクト向け設定(ruby を inherit)

新しい Cop を追加する手順

  1. lib/rubocop/cop/sgcop/ に Cop ファイルを作成(クラス/モジュールに日本語 doc comment を付ける。Style/Documentation が有効なため必須)
  2. lib/sgcop.rbrequire を追加
  3. spec/rubocop/cop/sgcop/ に対応するテストを追加
  4. rails/rubocop.yml または ruby/rubocop.yml に設定を追加
  5. ruby add_doc_links.rb でドキュメントリンクを付加
  6. README.md のカスタムCop一覧テーブルを更新

Cop のテスト記述

expect_offense / expect_no_offenses ヘルパーを使う RuboCop 標準テストパターン。 spec/support/ に共通ヘルパーあり。

開発スタイル

RED/TDD で進める。テストを先に書いて失敗(RED)を確認してから実装する。

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. yesterday First seen · 38 lines · 458 tokens per session scan A 6459c58e2b36

Subscribe to this mod's changes

sgcop CLAUDE.md is an instructions file published in the GitHub repository SonicGarden/sgcop (22 stars, last pushed 5d ago), licensed MIT. It adds 458 tokens to every session, about $0.0023 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-09-04.