Understand Code banner
dayaa-arch dayaa-arch

Understand Code

Development community

Description

--- description: コードベースを抽象→具体のサイクルで読み解き、理解ノート(.understanding/)に残しながら理解を深める argument-hint: [<dir | file | file:func> | (空=リポジトリ全体)] [: 特に知りたいこと] --- # コード理解練習(understand-code) 未知のコードを **「抽象 → 具体 → 抽象」のサイクル**で読み解き、理解を `.understanding/` の理解ノートに残しながら深めていくためのスキル。 - **進め方は解説型**: Claude が各層を読み解いて全体像・図・コード解説を提示する。ユーザーは読んで理解する。 - **ただし受け身で終わらせない**: 各層の区切りで一度止まり、読む間を作る。任意の「確認問題」で自分の理解を試せるようにする。 - **核心はサイクル**: 一度の通読で終わりにせず、抽象でモデルを立て→具体で裏を取り→抽象に戻ってモデルを更新する。1周ごとに解像度が上がる。理解ノートは対象ごとに継続し、再実行で追記して深掘りしていく。 引数

Installation

Installs to ~/.claude/skills/dayaa-arch-claude-code-skills-understand-code/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dayaa-arch-claude-code-skills-understand-code && curl -fsSL https://raw.githubusercontent.com/dayaa-arch/claude-code-skills/HEAD/commands/understand-code.md -o ~/.claude/skills/dayaa-arch-claude-code-skills-understand-code/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository