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. dkyazzentwatwa
  4. /
  5. chatgpt-skills
  6. /
  7. Background Remover

Background Remover

Editor's Note

This handles image background removal through three different approaches: simple color-based removal for solid backgrounds, edge detection for more complex scenes, and the GrabCut algorithm when you need interactive refinement. You can batch process multiple images and either export with transparency or swap in a new background color or image. With 122 installs and passing all three security audits, it's got some real usage behind it. The multi-method approach is smart because different images need different techniques, and having all three in one tool beats juggling separate libraries. Most useful when you're building something that needs automated background removal at scale rather than one-off edits in Photoshop.

Install

npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill background-remover
Votes
0
Installs122
GitHub Stars60
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment