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. tursodatabase
  4. /
  5. turso
  6. /
  7. Cdc

Cdc

Editor's Note

This is a deep technical map of Turso's Change Data Capture implementation, tracking INSERT/UPDATE/DELETE operations at the bytecode level. It's valuable if you're working on sync engines, debugging CDC behavior, or need to understand how changes flow from SQL statements through the translate layer into the turso_cdc table and eventually to remote replicas. The architecture section shows exactly where CDC hooks into the execution pipeline, and the version detection logic (v1 vs v2 schemas, transaction grouping, COMMIT records) is spelled out in detail. Worth reading if you're touching anything in core/translate or sync/engine, or if you've ever wondered why CDC and MVCC can't run simultaneously.

Install

npx skills add https://github.com/tursodatabase/turso --skill cdc
Votes
0
Installs116
GitHub Stars19k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment