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 mertbuilds.com

Independent project, not affiliated with Anthropic

Hex Line

levnikolaevich/claude-code-skills
STDIOregistry active
Summary

Provides nine hash-verified file operations that prove the AI agent is working against current content, not stale context. Each line carries a content hash that must match before edits apply, preventing corruption from mid-conversation file changes. Exposes read_file_with_hashes, apply_diff, insert_lines, delete_lines, and validation hooks that let agents confirm their view is fresh. Sits inside a broader skill marketplace that treats it as optional fallback: skills work without MCP but use these tools when available to save tokens and catch drift. Designed for long coding sessions where the file might change between tool calls, whether from external edits or multi-agent workflows.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
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 →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
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 →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Claude-Codex Skills

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

Supports the portable Agent Plugins v1 standard while retaining native Claude Code and Codex distribution compatibility.

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.
35Surgical Change ImplementerImplement a bounded change through the smallest complete root-cause solution.

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 maintainer toolkit: skill 61 reviews skill repositories, skill 62 publishes any Git repository with equivalent remote evidence, and skills 63–64 publish GitHub releases and Discussions. 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.

Architecture Suite

Creates durable architecture artifacts without coupling the skills to one another. Each workflow operates independently and communicates only through optional repository documents.

IndexSkillPurpose
71System Design Baseline BuilderEstablish measurable architecture drivers and constraints in one project baseline.
72Current Architecture DocumenterDocument implemented architecture from repository evidence.
73System Design Proposal BuilderTurn requirements and constraints into a decision-complete target design.
74Architecture Decision RecorderRecord one significant decision with alternatives and consequences.
75Architecture Diagram BuilderCreate evidence-backed current or target architecture views.
76Architecture Migration PlannerPlan a reversible current-to-target transition with compatibility and rollback.

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
/plugin install architecture-suite@levnikolaevich-skills-marketplace
/reload-plugins

Invoke a skill by its namespaced name, for example /review-suite:ln-12-delivery-reviewer.

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
codex plugin add architecture-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/
    └── architecture-suite/

Each plugin contains a portable Agent Plugins v1 plugin.json, the current .codex-plugin/plugin.json OpenAI host adapter, and one shared skills/<skill>/SKILL.md tree.

This is the smallest practical shared layout for distributed plugins:

  • Both hosts use skills/<name>/SKILL.md, so each skill has one canonical copy.
  • Agent Plugins clients discover the portable package through root plugin.json; its minimal manifest owns only the schema target and stable name.
  • Current ChatGPT and Codex packaging still requires .codex-plugin/plugin.json, which remains the single owner of mutable version, description, publisher, and interface metadata.
  • Claude Code scans each marketplace source's standard skills/ directory, so a duplicate Claude-specific plugin manifest is unnecessary.
  • agents/openai.yaml, references, scripts, assets, hooks, agents, and MCP configuration are optional and omitted until a concrete need appears.

The structure follows the Agent Plugins v1 specification, current OpenAI plugin guide, Agent Skills specification, 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, 6x repository maintenance, and 7x architecture artifact creation. 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 →
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 →
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 →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Communication & Messaging
Registryactive
Package@levnikolaevich/hex-line-mcp
TransportSTDIO
UpdatedMay 29, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.