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. parcadei
  4. /
  5. continuous-claude-v3
  6. /
  7. Tldr Router

Tldr Router

Editor's Note

This is a decision tree for mapping natural language questions to the right tldr command layer. Instead of guessing whether you need cfg, dfg, or context for a given task, it gives you the question-to-command shortcuts: "What does X call" maps to context, "Where does variable Y come from" goes to dfg, "What affects line Z" needs slice. The intent detection table is the useful bit, breaking down keywords by navigation, architecture, complexity, data flow, and impact analysis. It's meant to work with the tldr-read-enforcer and tldr-context-inject hooks that auto-route based on your messages, but you can override manually when the automation gets it wrong. Basically a cheat sheet to stop you from running the wrong analysis command.

Install

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill tldr-router
Votes
0
Installs393
GitHub Stars3.8k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment