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. pproenca
  4. /
  5. dot-skills
  6. /
  7. Chrome Extension Ui

Chrome Extension Ui

Editor's Note

This is a comprehensive ruleset for building Chrome extension UIs that actually work well. It covers 42 rules across component selection, accessibility, popups, side panels, content scripts, and feedback patterns, all organized by priority so you know what matters most. The source material is solid on the fundamentals like when to use a popup versus a side panel, why Shadow DOM matters for content script injection, and how to handle the annoying popup auto-close behavior. What I appreciate is the focus on accessibility and keyboard navigation as critical priorities rather than afterthoughts. If you're building any kind of Chrome extension interface or reviewing extension code, this gives you a structured checklist based on Manifest V3 best practices.

Install

npx skills add https://github.com/pproenca/dot-skills --skill chrome-extension-ui
Votes
0
Installs534
GitHub Stars154
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment