Source profileQuality 59/100

affaan-m/ECC/docs/ja-JP/skills/codebase-onboarding/SKILL.md

codebase-onboarding

Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
234,327
Declared platforms
1
Static risk flags
0
Last source update
2026-07-27
Source checked
2026-07-28

Decision brief

What it does—and where it fits

体系的に不慣れなコードベースを分析し、構造化オンボーディングガイドを作成。新しいプロジェクトに参加するか、既存リポでClaude Codeを初めてセットアップする開発者向けに設計。

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeDeclaredSource recordInstall path and trigger
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/codebase-onboarding"
    Safe inspection promptEditorial

    Inspect the Agent Skill "codebase-onboarding" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/codebase-onboarding/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      使用時期

      Claude Codeでプロジェクトを初めて開く

      Claude Codeでプロジェクトを初めて開く新しいチームまたはリポに参加ユーザーが「このコードベースを理解する手助けをしてください」と求める
    2. 02

      動作方法

      すべてのファイルを読まずにプロジェクトについての生の信号を集めます。これらのチェックを並行して実行:

      アーキテクチャマップ主要なエントリポイントと流れ規約とスタイルガイド
    3. 03

      フェーズ1:偵察

      すべてのファイルを読まずにプロジェクトについての生の信号を集めます。これらのチェックを並行して実行:

      すべてのファイルを読まずにプロジェクトについての生の信号を集めます。これらのチェックを並行して実行:

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score59/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars234,327SourceRepository attention, not individual Skill quality
    Compatibility1 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    affaan-m/ECC
    Skill path
    docs/ja-JP/skills/codebase-onboarding/SKILL.md
    Commit
    4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    コードベースオンボーディング

    体系的に不慣れなコードベースを分析し、構造化オンボーディングガイドを作成。新しいプロジェクトに参加するか、既存リポでClaude Codeを初めてセットアップする開発者向けに設計。

    使用時期

    • Claude Codeでプロジェクトを初めて開く
    • 新しいチームまたはリポに参加
    • ユーザーが「このコードベースを理解する手助けをしてください」と求める
    • ユーザーがプロジェクトのCLAUDE.mdを生成するよう要求
    • ユーザーが「オンボード」または「このリポを説明」と言う

    動作方法

    フェーズ1:偵察

    すべてのファイルを読まずにプロジェクトについての生の信号を集めます。これらのチェックを並行して実行:

    1. パッケージマニフェスト検出
       → package.json, go.mod, Cargo.toml, pyproject.toml, pom.xml
    
    2. フレームワークフィンガープリント
       → next.config、nuxt.config、angular.json、vite.config
    
    3. エントリポイント識別
       → main.*、index.*、app.*、server.*
    
    4. ディレクトリ構造スナップショット
       → ディレクトリツリーの最上位2レベル
    
    5. コンフィグとツール検出
       → .eslintrc、.prettierrc、tsconfig.json、Dockerfile
    
    6. テスト構造検出
       → tests/、__tests__/、*.spec.ts、jest.config.*
    

    フェーズ2:アーキテクチャマップ

    主要なモジュールとそれらの関係を特定します。

    フェーズ3:規約とスタイル

    コード規約、命名パターン、プロジェクト固有のパターンを特定。

    出力

    • アーキテクチャマップ
    • 主要なエントリポイントと流れ
    • 規約とスタイルガイド
    • スターターCLAUDE.md

    Alternatives

    Compare before choosing