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. howell5
  4. /
  5. willhong-skills
  6. /
  7. Graphify

Graphify

Editor's Note

Before you grep blindly through an unfamiliar codebase, build a structural index first. This skill wraps graphify-ts, a tree-sitter-based AST indexer that extracts classes, functions, imports, and call graphs from 12 languages and saves them to a queryable JSON graph. You run `/graphify build` once per project, then `/graphify query <name>` to find symbols by name instead of guessing filenames. The index doesn't auto-refresh, so after editing files you'll need to manually run `/graphify update` if you want the graph to stay current. It's a solid layer between "I have no idea what's here" and "let me search for keywords and hope."

Install

npx skills add https://github.com/howell5/willhong-skills --skill graphify
Votes
0
Installs781
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment