·nexus-query
</>

nexus-query

Precise, instant code structure queries for active development — answer 'who depends on this interface before I refactor it', 'how many modules break if I change this', 'what is the real impact radius of this feature change', 'which module is the true high-coupling hotspot in this legacy codebase'. Essential before any interface change, continuous refactoring task, sprint work estimation, or when navigating unfamiliar or large legacy codebases. Requires Python 3.10+ and shell. Use nexus-mapper instead when building a full .nexus-map/ knowledge base.

39Installs·40Trend·@haaaiawd

Installation

$npx skills add https://github.com/haaaiawd/nexus-skills --skill nexus-query

How to Install nexus-query

Quickly install nexus-query AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/haaaiawd/nexus-skills --skill nexus-query
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: haaaiawd/nexus-skills.

SKILL.md

View raw

本 Skill 将 extractast.py、gitdetective.py、querygraph.py 三个脚本 封装成一个开发辅助工具:按需生成数据、精确回答问题。

| 目的 | 为 AI 建立项目持久记忆(.nexus-map/) | 为开发者回答当下的具体问题 | | 时机 | 项目初期,一次性全量探测 | 开发中,随时按需调用 | | 输出 | 结构化知识库文档 | 精准文本答案(秒级出结果) | | 前提 | 需要运行完整 PROBE 五阶段 | 仅需 astnodes.json 存在即可 |

nexus-query 是 nexus-mapper 的轻量伴侣:如果 .nexus-map/ 已存在,直接复用; 如果不存在,先运行 extractast.py 生成 astnodes.json,再开始查询。

Precise, instant code structure queries for active development — answer 'who depends on this interface before I refactor it', 'how many modules break if I change this', 'what is the real impact radius of this feature change', 'which module is the true high-coupling hotspot in this legacy codebase'. Essential before any interface change, continuous refactoring task, sprint work estimation, or when navigating unfamiliar or large legacy codebases. Requires Python 3.10+ and shell. Use nexus-mapper instead when building a full .nexus-map/ knowledge base. Source: haaaiawd/nexus-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/haaaiawd/nexus-skills --skill nexus-query
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from haaaiawd/nexus-skills

Quick answers

What is nexus-query?

Precise, instant code structure queries for active development — answer 'who depends on this interface before I refactor it', 'how many modules break if I change this', 'what is the real impact radius of this feature change', 'which module is the true high-coupling hotspot in this legacy codebase'. Essential before any interface change, continuous refactoring task, sprint work estimation, or when navigating unfamiliar or large legacy codebases. Requires Python 3.10+ and shell. Use nexus-mapper instead when building a full .nexus-map/ knowledge base. Source: haaaiawd/nexus-skills.

How do I install nexus-query?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/haaaiawd/nexus-skills --skill nexus-query Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/haaaiawd/nexus-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10