CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

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
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
ruvnet avatar

Agent Analyze Code Quality

ruvnet/ruflo
1.2k installs67.2k stars
Summary

This is a read-only analysis agent that scans your codebase for quality issues, code smells, and refactoring opportunities. It checks for the usual suspects like long methods, duplicate code, and complexity problems across JavaScript, TypeScript, Python, and Java files. The agent outputs a structured report with severity ratings and concrete suggestions, and it can hand off to specialized agents for security or performance deep dives. Notably restrictive on what it can touch, staying out of node_modules and build directories, which keeps it focused on actual source code. The 1MB file size limit means it won't choke on generated files. Good for teams that want automated code review without giving an agent write access to make changes on its own.

Install to Claude Code

npx -y skills add ruvnet/ruflo --skill agent-analyze-code-quality --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
Categories
Code Review & QualityAI & Agent Building
First SeenJun 3, 2026
View on GitHub

More from ruvnet/ruflo

All 236 skills →
  • Agent Workflow Automation1.2k
  • Memory Management1.2k
  • Agent Ops Cicd Github1.2k
  • Agent Performance Optimizer1.2k
  • Agent Architecture1.2k
  • Swarm Orchestration1.2k
  • Agent Payments1.2k
  • Github Multi Repo1.2k
  • Agent Coordination1.1k
  • Embeddings1.1k
  • Agent Planner1.1k
  • Agentic Jujutsu1.1k
  • Sparc Methodology1.1k
  • Swarm Advanced1.1k
  • Agent Repo Architect1.1k
  • Agent Swarm Memory Manager1.1k
  • Github Release Management1.1k
  • Agent Orchestrator Task1.1k
  • Agent Code Analyzer1.1k
  • Agent Docs Api Openapi1.1k
  • Github Automation1.1k
  • Performance Analysis1.1k
  • Agent Researcher1.1k
  • Flow Nexus Swarm1.1k

Recommended

More Code Review & Quality →
owl-listener avatar
naming-convention

owl-listener/designer-skills

Establish a naming convention system for design elements, components, and tokens with clear rules and examples.
1.1k
2k
sickn33 avatar
code-refactoring-refactor-clean

sickn33/antigravity-awesome-skills

code refactoring refactor clean
982
43.1k
sickn33 avatar
architect-review

sickn33/antigravity-awesome-skills

architect review
965
43.1k
levnikolaevich avatar
ln-624-code-quality-auditor

levnikolaevich/claude-code-skills

Checks cyclomatic complexity, nesting, long methods, god classes, O(n2), N+1 queries, constants management. Use when auditing code quality.
415
533
srstomp avatar
architecture-review

srstomp/pokayokay

Use when auditing project structure, planning refactors, improving code organization, analyzing dependencies and module boundaries, or identifying structural issues. TypeScript/JavaScript-primary with language-agnostic patterns.
399
8
getsentry avatar
architecture-review

getsentry/warden

Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.
372
359