codebase-onboarding
不慣れなコードベースを分析し、アーキテクチャマップ、主要なエントリポイント、規約、スターターCLAUDE.mdを含む構造化オンボーディングガイドを生成します。新しいプロジェクトに参加するか、リポでClaude Codeを初めてセットアップする場合に使用します。
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-docs-ja-jp-skills-codebase-onboarding-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name codebase-onboarding description 不慣れなコードベースを分析し、アーキテクチャマップ、主要なエントリポイント、規約、スターターCLAUDE.mdを含む構造化オンボーディングガイドを生成します。新しいプロジェクトに参加するか、リポでClaude Codeを初めてセットアップする場合に使用します。 origin ECC コードベースオンボーディング 体系的に不慣れなコードベースを分析し、構造化オンボーディングガイドを作成。新しいプロジェクトに参加するか、既存リポで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
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.