CCM
/Plugins
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
netresearch avatar

netresearch/claude-code-marketplace

netresearch/claude-code-marketplace
27 stars30 plugins

Curated Agent Skills collection for AI-assisted development | Claude Code & other AI agents | By Netresearch

Add marketplace

/plugin marketplace add netresearch/claude-code-marketplace
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
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 →
#PluginVersion
1
agent-harnessUse when making a repo agent-ready, verifying harness consistency, checking for documentation drift, bootstrapping harness infrastructure (AGENTS.md as index, docs/ structure, CI verification, enforcement mechanisms), or auditing repo agent-readiness maturity level.
—
2
agent-rulesGenerate and maintain AGENTS.md, copilot-instructions.md, and other agent rule files. Extracts CI rules, architecture boundaries, ADRs, and GitHub rulesets. Supports Go, PHP, TYPO3, Symfony, Python, TypeScript, and skill repos.
—
3
automated-assessmentSystematic project assessment against checkpoint-enabled skills with scripted verification + LLM review. Supports any project type via skill-level preconditions. CLI: /assess [--autofix] [--review] [--autoimprove]. Includes /assess:add-checkpoints to onboard new skills. By Netresearch.
—
4
cli-toolsAutomatic CLI tool management for coding agents. Detects missing tools from 'command not found' errors and installs them via optimal package managers. Includes 74+ tool catalog (ripgrep, fd, jq, docker, terraform, etc.), project environment auditing, and batch update capabilities. Supports Python, Node.js, Rust, Go, PHP, Ruby, and infrastructure projects.
—
5
coachSelf-improving learning system that detects friction signals (corrections, tool failures, repetition) and proposes rule updates. Includes /coach slash commands for reviewing, approving, and managing learning candidates. Auto-configures hooks for signal detection.
—
6
concourse-ciExpert guidance for Concourse CI pipeline development, optimization, and troubleshooting. Covers pipeline creation, git-resource and registry-image configuration, job lifecycle hooks, YAML anchors for DRY patterns, multi-branch pipelines with set_pipeline, container builds with oci-build-task, and critical gotchas like tag detection after force-push. Includes complete YAML schema reference, working example pipelines, and validation scripts. Targets Concourse v8.0+.
—
7
context7Fetch up-to-date library documentation via Context7 REST API. Lightweight alternative to Context7 MCP with no persistent context overhead. Covers 50+ libraries including React, Next.js, Vue, Express, Prisma, and more.
—
8
data-toolsStructured data manipulation with jq, yq, dasel, and qsv. Teaches agents to use proper tools instead of grep/sed/awk on JSON, YAML, TOML, XML, and CSV files. Includes cookbook patterns for API responses, CI configs, and data pipelines.
—
9
docker-developmentDocker image development patterns for Dockerfile, docker-compose.yml, compose.yml, docker-bake.hcl, and .dockerignore. Covers multi-stage builds, layer optimization, CI testing patterns (entrypoint bypass, DNS mocking, compose validation), Docker Bake for multi-platform builds, security scanning with Trivy, and network isolation. Based on production learnings. By Netresearch.
—
10
enterprise-readinessAssess and enhance software projects for enterprise-grade security, quality, and automation. Includes supply chain security (SLSA, signing, SBOMs), quality gates, and platform-specific hardening with dynamic scoring.
—
11
file-searchEfficient code and file search using ripgrep, ast-grep, fd, rga, tokei, and scc. Provides tool selection guidance, targeting strategies, and progressive search refinement patterns to minimize token usage and maximize search accuracy.
—
12
git-workflowGit workflow best practices for teams and CI/CD pipelines. Covers Git Flow, GitHub Flow, Trunk-based development, Conventional Commits, pull request workflows, and GitHub Actions integration. By Netresearch.
—
13
github-projectGitHub repository setup and platform-specific features. Covers branch protection rules, CODEOWNERS configuration, GitHub Issues/Discussions/Projects, PR review workflows with conversation resolution, Dependabot/Renovate auto-merge workflows, and GitHub Releases configuration. Focuses on GitHub platform features only - delegates CI/CD to language skills, security to security-audit, SLSA to enterprise-readiness. By Netresearch.
—
14
go-developmentGo (Golang) development patterns following best practices for cloud-native applications. Covers project structure, error handling, concurrency patterns, testing strategies, Docker containerization, LDAP integration, and resilience patterns. By Netresearch.
—
15
jira-integrationComprehensive Jira integration with auto-detection of issue keys. Two specialized skills: jira-communication for API operations and jira-syntax for wiki markup validation and templates.
—
16
matrix-communicationAgentic Skill for Matrix chat communication. Send messages to Matrix rooms on behalf of users via access token authentication. Works with any Matrix homeserver.
—
17
netresearch-brandingImplement Netresearch brand guidelines in web projects with comprehensive color system, typography standards (Raleway, Open Sans, Calibri), responsive component library, and production-ready templates. Includes WCAG AA accessibility compliance, social media specifications, and complete web design patterns.
—
18
pagerangers-seoPageRangers SEO API integration for AI assistants. Query keyword rankings, SERP analysis, project KPIs, and keyword opportunities via the PageRangers Monitoring API. Includes credential detection hook for guided setup.
—
19
php-modernizationPHP 8.x modernization patterns for upgrading legacy PHP applications. Covers constructor property promotion, readonly classes, enums, attributes, generics via PHPDoc, PHPStan level 9+ compliance, and Symfony best practices. By Netresearch.
—
20
security-auditSecurity audit patterns for PHP applications following OWASP guidelines. Covers XXE, SQL injection, XSS, CSRF detection, CVSS v3.1 scoring, and secure coding practices. By Netresearch.
—
21
skill-repoGuide for structuring Netresearch skill repositories with multi-channel distribution. Covers repository standards, composer.json configuration, release workflows, and validation scripts.
—
22
typo3-ckeditor5CKEditor 5 development patterns for TYPO3 v12+. Covers custom plugin development, schema and conversion system, TYPO3 YAML configuration, and CKEditor 4 to 5 migration guides. By Netresearch.
—
23
typo3-conformanceEvaluate TYPO3 extensions for conformance to official TYPO3 coding standards, architecture patterns, and best practices. Includes automated validation scripts for file structure, PSR-12 compliance, dependency injection, testing infrastructure, and comprehensive conformance scoring with priority-based action items.
—
24
typo3-core-contributionsGuide contributions to TYPO3 core following official contribution guidelines. Includes patch creation, Gerrit workflow, coding guidelines, testing requirements, and review processes for contributing to the TYPO3 core.
—
25
typo3-ddevSet up and manage TYPO3 development environments using DDEV. Includes DDEV configuration, local development workflows, container management, database handling, and integration with TYPO3-specific tooling.
—
26
typo3-docsCreate and maintain TYPO3 extension documentation following official TYPO3 documentation standards. Includes automated documentation extraction with priority-weighted gap analysis based on TYPO3 architecture, RST syntax reference, TYPO3-specific directives, local rendering, validation, and TYPO3 Intercept deployment setup.
—
27
typo3-extension-upgradeSystematic TYPO3 extension upgrades to newer LTS versions with modern PHP compatibility. Covers Extension Scanner assessment, Rector for PHP migrations, Fractor for non-PHP file migrations (FlexForms, TypoScript, YAML, Fluid), PHPStan for static analysis, and testing setup. Includes version-specific guidance for v11→v12, v12→v13, and dual-compatibility scenarios.
—
28
typo3-project-upgradeSystematic TYPO3 project instance upgrades across major LTS versions. Covers sys_template to Site Sets migration, SCSS variable injection via Bootstrap Package ScssParser, Bootstrap 4 to 5 migration patterns (color-contrast, link-decoration, frame custom properties), Bootstrap Package v12-v16 breaking changes (navigation, position:sticky, dropdown-hover), Docker infrastructure (ImageMagick, GFX config), database cleanup, and visual review methodology. Includes assessment checkpoints for the extension-assessment framework.
—
29
typo3-testingCreate and manage TYPO3 extension tests with comprehensive testing infrastructure. Includes unit, functional, and acceptance testing support, PHPUnit configurations, Docker setup, CI/CD templates, and automated test generation following TYPO3 best practices.
—
30
typo3-typoscript-refVersion-aware TypoScript, TSconfig and Fluid reference lookup with always-on best practices. Covers keyword search across cached documentation, 14 ready-to-use recipes, code review checklists, deprecation checks, migration guides, debugging reference, and project-specific lint rule detection. Supports TYPO3 v12, v13, and v14.
—
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
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 →
View on GitHub