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. duckdb
  4. /
  5. duckdb-skills
  6. /
  7. Install Duckdb

Install Duckdb

Editor's Note

This handles DuckDB extension installation and updates through a clean command line interface. You can install from core or community repos with the name@repo syntax, or pass --update to refresh everything at once. It checks if DuckDB is installed first and gives you platform specific install commands if not. The update mode is thorough: it checks the CLI version against the latest stable release and prompts you to upgrade before updating extensions. Nice touch that it batches all the SQL statements into a single DuckDB call instead of spawning processes for each extension. Saves you from writing the same boilerplate SQL every time you need to add spatial or parquet support to a project.

Install

npx skills add https://github.com/duckdb/duckdb-skills --skill install-duckdb
Votes
0
Installs244
GitHub Stars480
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment