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. delexw
  4. /
  5. claude-code-misc
  6. /
  7. Oxlint

Oxlint

Editor's Note

This gives Claude the ability to run oxlint, the JavaScript/TypeScript linter that's 50-100x faster than ESLint. It's useful when you're working in a codebase that already has oxlint set up (look for it in package.json or a config file). Claude can lint after making changes, auto-fix issues with the fix flag, configure rules and categories, and help you interpret the output. The skill covers the full config format including rule severity levels, plugin setup, and file-specific overrides. One nice detail: it teaches Claude to prefer fixing the actual code issue rather than just suppressing rules, which leads to better outcomes than the usual "slap an ignore comment on it" reflex.

Install

npx skills add https://github.com/delexw/claude-code-misc --skill oxlint
Votes
0
Installs309
GitHub Stars1
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment