CCM
/MCP
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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hex Research

levnikolaevich/claude-code-skills
STDIOregistry active
Summary

Stores and queries a local SQLite graph of research artifacts: hypotheses, goals, experimental runs, source quality ratings, audits, and generated maps. Part of the hex-skills ecosystem alongside hex-line, hex-graph, and hex-ssh. Writes its index to `.hex-skills/researchgraph/` and exposes 15 tools for creating, linking, and traversing research nodes. The agent can track which hypotheses led to which runs, score source reliability, and surface audit trails without hunting through scattered markdown files. Pairs naturally with the agile-workflow and codebase-audit-suite plugins when you need structured evidence for architectural decisions or experiment history. If you've ever tried to remember why you tested five different approaches last month, this keeps that context queryable instead of lost in chat logs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Claude-Codex Skills

A compact marketplace of standalone engineering skills for Claude Code and Codex.

Why this repository is intentionally small: Earlier coding models needed a large orchestration and evaluation harness to follow complex workflows reliably. Modern Claude and Codex models work better with concise procedural guidance, so that machinery has been removed. These skills retain only the domain knowledge, decision gates, tool guidance, and evidence checklists worth bringing into context.

Browse the skills catalog or install only the plugins you need below.

The repository intentionally contains only the skills, minimal plugin manifests, two host-specific marketplace catalogs, documentation, and a static catalog site. It has no MCP servers, orchestration hierarchy, distributed shared resources, generated skill copies, or evaluation harness.

Plugins

Review Suite

IndexSkillPurpose
11Plan ReviewerValidate an implementation plan against repository evidence before execution.
12Delivery ReviewerReview completed code through independent risk-selected perspectives.

Codebase Audit Suite

IndexSkillPurpose
21Documentation AuditorAudit documentation trust, coverage, structure, and factual accuracy.
22Codebase AuditorAudit cross-cutting code health, security, delivery, and maintainability.
23Test Suite AuditorAudit test value, coverage, isolation, and oracle strength.
24Architecture AuditorAudit system boundaries, ownership, contracts, and dependency topology.
25Persistence AuditorAudit queries, transactions, consistency, and resource lifecycle.

Optimization Suite

IndexSkillPurpose
31Performance OptimizerProfile, experiment, and keep only measured improvements.
32Dependency UpgraderUpgrade dependencies in reversible, verified batches.
33Code ModernizerReplace or simplify bounded capabilities when net value is proven.
34Benchmark ComparatorCompare alternatives with a frozen, reproducible experiment contract.

Testing Suite

IndexSkillPurpose
41Test Strategy PlannerDesign a risk-based, decision-complete test strategy without changing code.
42Acceptance Test BuilderCreate reproducible acceptance tests through observable product boundaries.

Product Discovery Suite

IndexSkillPurpose
51Opportunity EvaluatorCompare product opportunities using current evidence and a low-cost validation path.

Maintainer Suite

Optional toolkit for people who maintain skill or plugin repositories and other GitHub projects. Users who only consume the engineering skills do not need to install it.

IndexSkillPurpose
61Skill ReviewerReview standalone skills and configured distribution surfaces before publication.
62Repository PublisherValidate, commit, push, and remotely verify approved repository changes.
63Release PublisherPrepare and publish an approved tagged GitHub release.
64Community AnnouncerDraft and publish fact-checked GitHub Discussions project announcements.

Install in Claude Code

Add the marketplace and install only the suites you need:

/plugin marketplace add levnikolaevich/claude-code-skills
/plugin install review-suite@levnikolaevich-skills-marketplace
/plugin install codebase-audit-suite@levnikolaevich-skills-marketplace
/plugin install optimization-suite@levnikolaevich-skills-marketplace
/plugin install testing-suite@levnikolaevich-skills-marketplace
/plugin install product-discovery-suite@levnikolaevich-skills-marketplace
/plugin install maintainer-suite@levnikolaevich-skills-marketplace

For local development, load one plugin directly:

claude --plugin-dir ./plugins/review-suite

Install in Codex

codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin add review-suite@levnikolaevich-skills-marketplace
codex plugin add codebase-audit-suite@levnikolaevich-skills-marketplace
codex plugin add optimization-suite@levnikolaevich-skills-marketplace
codex plugin add testing-suite@levnikolaevich-skills-marketplace
codex plugin add product-discovery-suite@levnikolaevich-skills-marketplace
codex plugin add maintainer-suite@levnikolaevich-skills-marketplace

Repository layout

.
├── .agents/plugins/marketplace.json       # Codex catalog
├── .claude-plugin/marketplace.json        # Claude Code catalog
└── plugins/
    ├── review-suite/
    ├── codebase-audit-suite/
    ├── optimization-suite/
    ├── testing-suite/
    ├── product-discovery-suite/
    └── maintainer-suite/

Each plugin contains .codex-plugin/plugin.json for Codex and a shared skills/<skill>/SKILL.md tree used by both hosts.

This is the smallest practical shared layout for distributed plugins:

  • Both hosts use skills/<name>/SKILL.md, so each skill has one canonical copy.
  • Codex requires .codex-plugin/plugin.json for a plugin.
  • Claude Code can expose a standard skills/ directory from the marketplace entry, so duplicate per-plugin Claude manifests are unnecessary here.
  • agents/openai.yaml, references, scripts, assets, hooks, agents, and MCP configuration are optional and omitted until a concrete need appears.

The structure follows the current official Codex skill guide, Codex plugin guide, Claude Code skill guide, and Claude Code plugin reference.

Indexing

The first digit identifies the plugin and the second identifies the skill within it: 1x review, 2x audit, 3x optimization, 4x testing, 5x product discovery, and 6x repository maintenance. See the canonical allocation and overflow rules in AGENTS.md.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Registryactive
Package@levnikolaevich/hex-research-mcp
TransportSTDIO
UpdatedMay 8, 2026
View on GitHub