CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. haaaiawd
  4. /
  5. nexus-skills
  6. /
  7. Nexus Query

Nexus Query

Editor's Note

Before you refactor an interface or estimate a sprint in unfamiliar code, this answers the questions static analysis tools don't: who actually depends on this module, what's the real blast radius if I change it, which files are the high-coupling chokepoints. It parses your repo into ast_nodes.json, then lets you query with five modes: file skeleton, reverse dependencies (who imports X), impact radius (upstream + downstream counts), hub analysis (most-depended-on modules), and directory-level summary. The who-imports and impact queries are the money shots when you're about to rename something or touch a core abstraction. Requires Python 3.10+ and produces hard numbers, not guesses. Works standalone or shares the .nexus-map structure with nexus-mapper if you need the full knowledge base later.

Install

npx skills add https://github.com/haaaiawd/nexus-skills --skill nexus-query
Votes
0
Installs248
GitHub Stars160
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment