Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
affaan-m avatar

Codebase Onboarding

  • 6.1k installs
  • 238k repo stars
  • Updated August 5, 2026
  • affaan-m/everything-claude-code

Structured onboarding guide including architecture map, entry points, conventions, and CLAUDE.md starter file for new developers.

About

Codebase-onboarding systematically analyzes unfamiliar repositories through a three-phase reconnaissance, architecture mapping, and convention detection workflow to produce structured onboarding artifacts. Developers use it when joining new teams, setting up Claude Code in existing projects, or needing to understand project structure quickly. It identifies package manifests, framework fingerprints, entry points, directory layouts, config files, and test structures in parallel; then maps core modules and relationships; finally documents conventions, naming patterns, and project-specific practices. Output includes architecture diagrams, key entry points with flow, style guides, and a starter CLAUDE.md file. --- name: codebase-onboarding description: 不慣れなコードベースを分析し、アーキテクチャマップ、主要なエントリポイント、規約、スターターCLAUDE.mdを含む構造化オンボーディングガイドを生成します。新しいプロジェクトに参加するか、リポでClaude Codeを初めてセットアップする場合に使用します。 origin: ECC --- # コードベースオンボーディング 体系的に不慣れなコードベースを分析し、構造化オンボーディングガイドを作成。新しいプロジェクトに参加するか、既存リポでClaude Codeを初めてセットアップする開発者向けに設計。 ## 使用時期 - Claude Codeでプロジェクトを初めて開く - 新しいチームまたはリポに参加 - ユーザーが「このコードベースを理解する手助けをしてください」と求める - ユーザーがプロジェクトのCLAUDE.mdを生成するよう要求 - ユーザーが「オンボード」または「このリポを説明」と言う ## 動作方法 ### フェーズ1:偵察 すべてのファイルを読まずに.

  • Parallel reconnaissance across manifests, frameworks, entry points, configs, and test structures
  • Architecture mapping identifies core modules and relationships without reading entire codebase
  • Convention detection extracts naming patterns and project-specific code practices
  • Generates starter CLAUDE.md as structured onboarding artifact
  • Designed for Claude Code agent to execute inside unfamiliar repositories

Codebase Onboarding by the numbers

  • 6,062 all-time installs (skills.sh)
  • +261 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #66 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

codebase-onboarding capabilities & compatibility

Capabilities
parallel file system reconnaissance · framework fingerprinting · architecture relationship mapping · code convention extraction · claude.md artifact generation · entry point and flow identification
Use cases
documentation · code review · project management
From the docs

What codebase-onboarding says it does

体系的に不慣れなコードベースを分析し、構造化オンボーディングガイドを作成。新しいプロジェクトに参加するか、既存リポでClaude Codeを初めてセットアップする開発者向けに設計。
SKILL.md - Overview
npx skills add https://github.com/affaan-m/everything-claude-code --skill codebase-onboarding

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6.1k
repo stars238k
Security audit3 / 3 scanners passed
Last updatedAugust 5, 2026
Repositoryaffaan-m/everything-claude-code

What it does

Generate structured onboarding guides and architecture maps when joining or setting up Claude Code in unfamiliar codebases.

Who is it for?

Onboarding new developers to projects, setting up Claude Code agents in existing repositories, documenting codebase structure.

Skip if: Refactoring existing code, writing new features, debugging production issues, security audits.

When should I use this skill?

Developer first opens project in Claude Code, joins new team/repo, requests codebase explanation, asks for CLAUDE.md generation, uses 'onboard' or 'explain repo' language.

What you get

Developer gains architecture overview, identifies key entry points, understands project conventions, and has structured CLAUDE.md to guide Claude Code interactions.

  • onboarding guide
  • architecture map
  • CLAUDE.md

By the numbers

  • Three-phase workflow: reconnaissance, architecture mapping, convention detection
  • Parallel scanning of 6 parallel checks in Phase 1 (manifests, frameworks, entry points, structure, configs, tests)
  • Covers 7+ package manifest types and 6+ framework config patterns

Files

SKILL.mdMarkdownGitHub ↗

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

体系的に不慣れなコードベースを分析し、構造化オンボーディングガイドを作成。新しいプロジェクトに参加するか、既存リポで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

Related skills

Forks & variants (1)

Codebase Onboarding has 1 known copy in the catalog totaling 1.5k installs. They canonicalize to this original listing.

How it compares

Pick Codebase Onboarding over deep-research when the subject is a local git repository rather than external web topics.

FAQ

When should I use codebase-onboarding?

Use it when first opening a project in Claude Code, joining a new team/repository, or when you need to understand unfamiliar codebase structure and conventions quickly.

What files does it analyze?

It detects package manifests (package.json, go.mod, Cargo.toml, pyproject.toml, pom.xml), framework configs, entry points (main.*, index.*, app.*, server.*), test structures, linters, and build tools.

What does the output include?

Architecture maps, key entry points with flow diagrams, code conventions and style guides, project-specific patterns, and a starter CLAUDE.md file for Claude Code agent guidance.

Is Codebase Onboarding safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Documentationdocsbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.