Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Generate and align CLAUDE.md files in the user's house style — claude-md-init creates one from scratch by analyzing the codebase (/init-like), claude-md-align brings an existing CLAUDE.md into the canonical format (preserve + propose).

Install to Claude Code

/plugin install claude-md@claude-md

Run in Claude Code. Add the marketplace first with /plugin marketplace add takaaaaaan/claude-md if you haven't already.

README.md

claude-md

CLAUDE.md を あなたの流儀(house style) で生成・整形する個人用スキル群。2 つのスキルを 1 リポジトリに収め、形式の定義は references/ の 1 箇所で共有する(二重管理しない)。

形式の正本は metabolic-twin-be / metabolic-twin-fe の CLAUDE.md から抽出した、固定セクション(メンテナンス方針・worktree とポート必須ルール・韓国語コミット規約)+コードベース由来セクションの骨格。

2 つのスキル

| スキル | 用途 | トリガ例 | |---|---|---| | claude-md-init | CLAUDE.md が無いリポで、コードベースを解析してゼロから生成(/init 相当) | 「CLAUDE.md を作って」「init して」 | | claude-md-align | 既存 CLAUDE.md を保全しつつ流儀の骨格へ整える(提案 → 承認 → 適用) | 「CLAUDE.md を流儀に合わせて」「整えて」 |

構成

claude-md/
├── .claude-plugin/{plugin.json, marketplace.json}
├── references/
│   ├── format.md         # 正規セクション骨格(A/B/C)+解析チェックリスト ← 唯一の正本
│   └── fixed-blocks.md   # A 固定セクションの逐語テキスト
└── skills/
    ├── claude-md-init/SKILL.md
    └── claude-md-align/SKILL.md

骨格を変えたいときは references/format.md を、固定文言を変えたいときは references/fixed-blocks.md を直す。両スキルがこれを参照するので、片方だけ直せば両方に効く。

インストール

/plugin marketplace add takaaaaaan/claude-md
/plugin install claude-md@claude-md

> npx skills add (skills.sh CLI) はリポジトリ直下の単一 SKILL.md 前提のため、2 スキル構成のこのリポはプラグイン経由のインストールを使う。

セクション骨格(A 固定 / B 生成 / C 条件付き)

0. 冒頭の一文 — A 1. メンテナンス方針 — A 2. 協働とコミュニケーション(報連相) — A 3. プロジェクト概要 / 位置づけ — B 4. よく使うコマンド — B 5. 作業ルール: worktree とポート(必須) — A(ポート番号のみ B) 6. ハイレベル構成 — B 7. アーキテクチャ — B 8. 編集・拡張時の指針 — B 9. ドキュメント — B 10. Commit style — A 11. ファイル変更時のコメント規約 — A 12. 姉妹 / 関連リポ説明 — C

詳細は references/format.md 参照。

Related plugins

Browse all →