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. ratacat
  4. /
  5. claude-skills
  6. /
  7. Ripgrep

Ripgrep

Editor's Note

This lets Claude use ripgrep to search through codebases, documentation, and large files without loading everything into context. It's 10-100x faster than grep and respects gitignore by default. The skill covers the practical stuff: searching by file type, using regex patterns, multiline matching, and filtering output. Honest take: this is essential if you're working with large codebases or log files. Instead of Claude reading a 50MB file to find one function definition, it searches directly and shows just the matches. The documentation includes real patterns for finding imports, function definitions, and TODOs across different languages. If you've ever watched Claude burn tokens reading files just to grep them, you need this.

Install

npx skills add https://github.com/ratacat/claude-skills --skill ripgrep
Votes
0
Installs262
GitHub Stars44
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment