gsd-ns-context

Route codebase intelligence requests to GSD workflows and normalize user arguments.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yusaduymaz/loexai --skill gsd-ns-context-yusaduymaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-context
Source: https://github.com/yusaduymaz/loexai/tree/main/.codex/skills/gsd-ns-context
Command: npx skills add https://github.com/yusaduymaz/loexai --skill gsd-ns-context-yusaduymaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you turn a raw codebase-intelligence request into the correct GSD workflow, so you can get the right mapping, graph, documentation update, or learning extraction path without guessing.

Core Features & Use Cases

  • Routes requests to the appropriate workflow for codebase mapping, graph generation, docs updates, or learning extraction.
  • Normalizes user arguments and translates AskUserQuestion prompts into Codex request_user_input interactions.
  • Handles sub-agent collaboration patterns and fallback behavior when interactive input is unavailable.
  • Use it when you need to analyze a repository, choose the right intelligence workflow, or coordinate agent-driven codebase research.

Quick Start

Use the gsd-ns-context skill to route my request to the correct codebase-intelligence workflow and handle any needed clarification.

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?

Agent orchestration handles sub-agent collaboration by mapping internal Task objects to spawn_agent calls. It manages fallback behavior when interactive user input prompts are unavailable during codebase analysis workflows.

Can I use this for repository mapping and knowledge graph generation?

Yes, you can use this for repository mapping and knowledge graph generation. It routes these codebase intelligence requests to the appropriate internal workflows and normalizes arguments for execution.

What happens when interactive user input is unavailable during workflow routing?

When interactive user input is unavailable, the skill applies fallback handling for prompts and enforces strict no-default behavior. It translates AskUserQuestion prompts into request_user_input interactions to manage clarification gracefully.

How do I update documentation and extract learnings from a codebase?

Documentation updates and learnings extraction are handled by routing requests to the appropriate internal workflows. The skill normalizes your arguments to ensure the agent-driven research targets the correct execution path.

Do I need any dependencies to route codebase tasks to the right skill?

No dependencies are required to route codebase tasks. The skill operates independently to normalize arguments, map tasks to workflows, and handle fallback behavior for sub-agent collaboration.