gsd-ns-context

Map codebase structures and update project documentation.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-ns-context-sensliao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-ns-context
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-ns-context
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-ns-context-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of understanding and managing a codebase, providing tools for mapping, scanning, and updating documentation.

Core Features & Use Cases

  • Codebase Mapping: Generate a full structure of the codebase with gsd-map-codebase.
  • Quick Scan: Perform a lightweight scan with gsd-map-codebase --fast.
  • Query Intelligence: Retrieve information on mapped files with gsd-map-codebase --query.
  • Knowledge Graph Generation: Create a knowledge graph with gsd-graphify.
  • Documentation Update: Automate project documentation updates with gsd-docs-update.
  • Learning Extraction: Extract learnings from completed phases with gsd-extract-learnings.

Quick Start

Use the gsd-ns-context skill to map the full codebase structure by running 'gsd-map-codebase'.

Frequently Asked Questions about gsd-ns-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically map and document a large codebase structure?▼

To map and document a codebase, you can automate codebase intelligence by generating a full structural map and updating documentation automatically. This provides tools for scanning and managing codebase knowledge.

What is codebase intelligence and how does it help manage source code?▼

Codebase intelligence is the automated process of mapping, scanning, and querying a structured codebase to retrieve file information. It helps manage source code by generating knowledge graphs and extracting learnings from completed phases.

Can I perform a quick scan to understand my codebase without full mapping?▼

Yes, you can perform a quick lightweight scan of your codebase without full mapping. This fast scan provides a rapid structural overview while requiring fewer resources than a complete codebase map generation.

Do I need a structured codebase to automate documentation updates?▼

Yes, a structured codebase is required for effective mapping and documentation management. Automated documentation updates rely on this structure to accurately map files and generate knowledge graphs.

How do I generate a knowledge graph from my existing codebase files?▼

You can generate a knowledge graph from your existing codebase files by using the graphify tool. This creates a connected structural representation of your codebase after the initial mapping process is complete.

What's the best way to extract learnings from completed development phases?▼

The best way to extract learnings from completed development phases is to automate the extraction process. This analyzes your mapped codebase to capture and document intelligence gathered during the project.