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. dotneet
  4. /
  5. claude-code-marketplace
  6. /
  7. Call Claude

Call Claude

Editor's Note

This wraps the Claude CLI for automated agent workflows. It checks if the CLI is installed, then pipes your task description directly to Claude with the project flag and permission skipping enabled. You'd use this when you want an AI agent to delegate specific subtasks to Claude without manual intervention. The timeout warning is real since Claude can take a while on complex requests. Honestly, the dangerously-skip-permissions flag is doing a lot of heavy lifting here, so you'll want to be careful about what tasks you're automating. It's basically letting your agent call out to another AI, which is either incredibly useful or a complexity you don't need depending on your setup.

Install

npx skills add https://github.com/dotneet/claude-code-marketplace --skill call-claude
Votes
0
Installs212
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment