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. husnainpk
  4. /
  5. symdex
  6. /
  7. Symdex Code Search

Symdex Code Search

Editor's Note

SymDex is a code intelligence tool that helps Claude find definitions, trace call graphs, and search codebases by intent without reading entire files. It covers 21 languages including Python, Go, Kotlin, Swift, and even routes from frameworks like Rails and Spring. The big idea is token savings: you ask "who calls this function" or "find the JWT validator" and it returns the exact symbols instead of making Claude grep through everything. It tracks result quality with confidence scores and freshness markers, which matters when you're debugging. The context pack feature is smart for broader questions like "how does authentication work here" since it assembles evidence bundles under a token budget. Worth using whenever you'd otherwise burn context on exploratory file reads.

Install

npx skills add https://github.com/husnainpk/symdex --skill symdex-code-search
Votes
0
Installs208
GitHub Stars193
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment