repo-standards
v0.44.0個人の開発運用標準を実行する。リポジトリ構成・GitHub 設定・マシンの Claude 環境を正本 (shinyaoguri/setup の repo-standards.json) と突き合わせて監査・修正・雛形生成し、作業の記録 (Issue・PR へのスクリーンショット添付、気付きの起票) を標準どおりの手順で行う
By Shinya OguriLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install repo-standards for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install repo-standards@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/shinyaoguri/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/repo-standards/.
Plugin files
├── .claude-plugin/plugin.json├── skills/env-doctor/SKILL.md├── skills/gyazo-capture/SKILL.md├── skills/next-task/SKILL.md├── skills/repo-audit/SKILL.md├── skills/repo-audit-fix/SKILL.md├── skills/repo-audit-min/SKILL.md├── skills/repo-bootstrap/SKILL.md└── skills/report-issue/SKILL.md
Included Skills8
マシン側の Claude グローバル環境を診断する (~/.claude の symlink ドリフト・setup リポの鮮度・スキル二重供給・settings.json の破損・登録済みフックの実体欠落・自動モード (auto mode) の守りが効いているか・役目を終えたローカルブランチを掃除する git 設定 (gone / stale の両系統))。Use when diagnosing the global Claude environment, when ~/.claude symlinks or settings look wrong, when a PreToolUse hook seems not to fire, when auto mode blocks or over-permits actions, when merged local branches pile up, or after setting up a new machine.
GUI を伴う作業 (画面・見た目・動き・操作手順) を Issue・PR に記録するとき、スクリーンショットやアニメーション WebP を Gyazo にアップロードして URL を得る (リポジトリに画像をコミットしないため)。ドキュメント本文に載り続ける画像の作法 (台帳・追記型・鮮度検査) と、証跡を CI で回す形も扱う。Use when a screenshot, animated WebP or GIF, or other visual evidence needs to be attached to a GitHub issue or pull request, when README or docs embed images, or when setting up CI that captures or requires visual evidence.
並行して走っている他セッションと重ならない次のタスクを選んで着手する (in-flight の worktree・open PR・着手印の付いた Issue を集めて除外し、選んだ Issue に着手印を付け、worktree を切って内容を現行コードと突き合わせてから着手する)。Use when the user asks to start the next task, pick another issue, or switch to independent work — especially 次のタスクに着手して / 別の作業を始めて / 独立した作業を探して while other Claude sessions may be running on the same repository.
cwd のリポジトリを個人標準 (repo-standards.json) と突き合わせて精度優先で監査する。GitHub 設定・リポ構成ファイル・.claude 設定の 3 層を機械判定 + LLM 判定でレポートし、必須項目と指摘は独立した判定者の反証を通し、さらに標準に合わせることがリポ自身の設計意図と衝突しないかを判定してから findings に保存して修正シーケンス (repo-audit-fix) へ引き渡す。Use when auditing a repository against personal standards, checking GitHub repo settings, or reviewing repository structure and Claude configuration.
repo-audit が保存した findings をもとに、個人標準に適合していない項目を修正する。適用可否の承認は一覧で 1 回だけ取り、リポ内ファイルの修正は 1 PR にまとめる。GitHub 設定は定義ファイル経由、破壊的操作と設計意図に反する項目は提示のみ。適用後に再監査して before / after を示す。Use when fixing repository standard violations, applying repo-audit findings, or resuming an unfinished standards fix.
cwd のリポジトリを個人標準 (repo-standards.json) と突き合わせる低コストな監査。機械判定を圧縮して報告し、LLM 判定は材料をスクリプトで集めてから安いモデル 1 本に一括で任せる。求められれば判定を暫定値として findings に残し修正フローへ渡す。Use for a cheap repository standards check, as a pre-flight before the full repo-audit, or when checking many repositories in a row.
新規リポジトリを個人標準 (repo-standards.json) どおりに対話的に雛形生成する。構成ファイルの生成 → 初回コミット → GitHub 作成と設定適用まで。Use when creating a new repository or initializing an existing directory to personal standards.
作業中に気付いた本題以外のバグ・ドキュメント不備・改善アイデアを、その場で直さず適切なリポジトリへ Issue 起票する (作業中のリポ / repo-standards プラグイン / 個人標準そのもの)。Use when noticing an unrelated bug, doc gap, or improvement idea while working, when filing an issue with gh, or when a repo-standards skill or bundled script fails or its instructions don't match reality.
Plugin manifests1
{
"name": "repo-standards",
"description": "個人の開発運用標準を実行する。リポジトリ構成・GitHub 設定・マシンの Claude 環境を正本 (shinyaoguri/setup の repo-standards.json) と突き合わせて監査・修正・雛形生成し、作業の記録 (Issue・PR へのスクリーンショット添付、気付きの起票) を標準どおりの手順で行う",
"version": "0.44.0",
"author": {
"name": "Shinya Oguri"
},
"homepage": "https://github.com/shinyaoguri/claude-plugins",
"repository": "https://github.com/shinyaoguri/claude-plugins",
"license": "MIT",
"keywords": [
"repo-standards",
"audit",
"bootstrap",
"github-settings",
"dotfiles",
"gyazo"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[repo-standards on Agent Plugins Marketplace](https://pluginsmp.com/plugins/repo-standards)