🧠
AI EngineeringTypeScript

Claude Db Scan

by Avijit07x

Claude Db Scan is an AI Engineering skill for Claude Code, published by Avijit07x in claude-db.

220 stars23 forkson Avijit07x/claude-dbAdded 2026/09/04+4% in starsRepository updated 2026/08/30
claudeclaude-aiclaude-apiclaude-codeclaude-code-pluginclaude-code-pluginsclaude-code-skillclaude-code-skillsclaude-desktopclaude-pluginclaude-skills
Install in seconds
Install Claude Db Scan
Copy Claude Db Scan into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Avijit07x/claude-db/tree/main/skills/cdb-scan ~/.claude/skills/cdb-scan

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Avijit07x/claude-db.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/cdb-scan/SKILL.md in Avijit07x/claude-db
Installs to
~/.claude/skills/cdb-scan
Collection
The only skill cataloged from this repository
Category
AI Engineering2970 skills

What Claude Db Scan does

Claude Db Scan maps a codebase into project memory by building a code graph of symbols and relationships, then writing a profile of stack, layout, conventions, workflows, and architecture. Use it when onboarding a project or refreshing stale memory after changes.

Claude Db Scan is cataloged under AI Engineering on DirSkills. Claude Db Scan comes from a repository tagged claude, claude-ai, claude-api, claude-code and claude-code-plugin.

Documentation

README

Map this project into memory

Everything else in claude-db's memory is testimony: it records what happened, turn by turn, as it happened. A fresh install knows none of that, and stays useless for weeks while it fills up.

This fills the gap from the one source available on day one — the code itself, in two passes.

Pass 1 — the code graph

Run this first, from the project root:

claude-db scan

It parses every supported source file and stores each symbol and each relationship between them: what calls what, what imports what, what extends what. It is deterministic, costs no tokens, and takes seconds. Report the symbol and edge counts it prints.

Once it has run, find_usages answers structural questions from the graph:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Claude Db Scan

  • How does Claude Db Scan compare to other AI Engineering skills?

    Claude Db Scan ranks #2576 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Claude Db Scan against them. Open each page to compare what they document and how they install.