gsd-ns-context

Route user requests to the appropriate codebase-intelligence skill by intent.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-ns-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-context
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-ns-context
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-ns-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the guesswork of which codebase-intelligence action to run by mapping user intent to the correct documentation or graph workflow.

Core Features & Use Cases

  • Intent-to-skill routing: Selects the appropriate follow-up skill from a set of Graphify/codebase intelligence options.
  • Fast path handling: Supports quick lightweight scanning by routing to the fast mapping mode when requested.
  • Knowledge and documentation workflows: Routes requests for knowledge graph generation, documentation updates, and extracting learnings from a completed phase.

Quick Start

Ask for the action you want, such as mapping the full codebase structure, and the skill will invoke the matching codebase-intelligence skill for you.

Frequently Asked Questions about gsd-ns-context

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

FAQPage Schema
How do I route codebase intelligence requests to the correct workflow?

Codebase intelligence requests are routed by interpreting user intent to select the correct skill target for mapping, scanning, or querying workflows. Intent flags like fast mapping or query mode pass through to ensure requested functionality executes.

What's the best way to generate a knowledge graph from a codebase?

Generating a knowledge graph from a codebase requires routing the request to the graphify workflow by expressing intent for knowledge graph generation. The system then invokes the matching codebase-intelligence skill to execute the graphification.

Can I do a quick codebase scan instead of a full structure mapping?

Yes, a quick codebase scan is supported by routing to the fast mapping mode. Requesting a fast path scan executes a lightweight codebase scan instead of invoking the full structure mapping workflow.

How do I update project documentation based on codebase intelligence?

Project documentation updates are handled by routing intent to the documentation update workflow. This invokes the matching codebase-intelligence skill to process codebase intelligence and update project documentation accordingly.

Does skill routing support extracting learnings from completed project phases?

Yes, skill routing supports extracting learnings from completed project phases. The system interprets the intent for learning extraction and routes the request to the appropriate codebase-intelligence workflow to synthesize phase learnings.

When do I need intent parsing for codebase intelligence workflows?

Intent parsing for codebase intelligence is needed when choosing between full structure mapping, quick scans, mapped intelligence querying, or documentation updates. It ensures the correct skill target is selected and appropriate intent flags pass through.