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. zbruhnke
  4. /
  5. claude-code-starter
  6. /
  7. Explain Code

Explain Code

Editor's Note

This does what it says: walks you through code you don't understand yet. It reads the actual files before explaining anything, which matters because hallucinating about code structure is worse than useless. The output format is solid, breaking things down into purpose, execution flow, dependencies, and gotchas. It checks CLAUDE.md first for project context, which helps it explain things in terms that make sense for your codebase rather than generic descriptions. Use it when you're inheriting unfamiliar code, debugging complex logic, or onboarding to a new system. The anti-hallucination rules are the real value here, forcing verification before explanation.

Install

npx skills add https://github.com/zbruhnke/claude-code-starter --skill explain-code
Votes
0
Installs232
GitHub Stars15
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment