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
onewave-ai avatar

Contract Analyzer

onewave-ai/claude-skills
354 installs244 stars
Summary

Parses contracts to flag risky clauses, extract key terms like payment schedules and IP ownership, and compare provisions against industry standards. It'll catch things like unlimited liability, perpetual non-competes, and one-sided termination rights, then give you specific negotiation points with alternative language. Works across NDAs, employment agreements, freelance contracts, and service agreements. The output is thorough, maybe overly so, with color-coded risk levels and comparison tables. Genuinely useful for spotting gotchas before you sign, though the disclaimer is clear: this is pattern matching, not legal advice. Best for getting your bearings before talking to an actual lawyer.

Install to Claude Code

npx -y skills add onewave-ai/claude-skills --skill contract-analyzer --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
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 →
Files
SKILL.mdView on GitHub

Contract Analyzer

Review contracts to surface risks, key terms, and unusual provisions, then recommend negotiation actions.

Contents

  • references/key-terms.md -- full checklist of terms to extract by category
  • references/risk-flags.md -- red/yellow flags, standards comparison, commonly missing clauses
  • references/output-template.md -- the full analysis report format
  • references/examples.md -- worked examples and best practices

Workflow

  1. Include this disclaimer in every output: "Legal Disclaimer: This is informational analysis only, not legal advice. Always consult with a qualified attorney for legal matters. Contract interpretation can be complex and jurisdiction-specific."
  2. Identify the contract type (employment, independent contractor/freelance, NDA, service, partnership, software license, real estate, purchase).
  3. Extract key terms across financial, duration/termination, intellectual property, liability/indemnification, and other critical categories. See references/key-terms.md.
  4. Flag concerning clauses as red flags (high risk) or yellow flags (review carefully). See references/risk-flags.md.
  5. Compare terms to industry standards: note deviations, one-sided provisions, and missing standard protections. See references/risk-flags.md.
  6. Assess balance: determine whether obligations, penalties, and protections are reciprocal or favor one party.
  7. Provide actionable recommendations: specific clauses to negotiate, alternative language, questions to ask, terms to add, and deal-breakers.
  8. Format the report per references/output-template.md. For worked examples and best practices, see references/examples.md.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
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 →
Categories
Git & Pull RequestsCode Review & Quality
First SeenJun 3, 2026
View on GitHub

More from onewave-ai/claude-skills

All 108 skills →
  • Linkedin Post Optimizer341
  • Executive Dashboard Generator339
  • Animate329
  • Social Selling Content Generator323
  • Database Schema Designer319
  • Game Strategy Simulator315
  • Api Documentation Writer308
  • Sales Methodology Implementer304
  • Meeting Intelligence System297
  • Conversation Archaeologist296
  • Financial Goal Planner295
  • Sales Coaching Plan Generator288
  • Podcast To Content Suite285
  • Brand Consistency Checker284
  • Landing Page Optimizer284
  • Responsive Layout Builder284
  • Sales Forecast Builder284
  • Tax Strategy Optimizer284
  • Cross Conversation Project Manager283
  • Seo Keyword Cluster Builder283
  • Customer Review Aggregator282
  • Slack Message Formatter280
  • Highlight Reel Scripter279
  • Personalization At Scale278

Recommended

More Git & Pull Requests →
mims-harvard avatar
devtu-auto-discover-apis

mims-harvard/tooluniverse

Automatically discover life science APIs online, create ToolUniverse tools, validate them, and prepare integration PRs. Performs gap analysis to identify missing tool categories, web searches for APIs, automated tool creation using devtu-create-tool patterns, validation with devtu-fix-tool, and git workflow management. Use when expanding ToolUniverse coverage, adding new API integrations, or systematically discovering scientific resources.
353
1.6k
davila7 avatar
executing-plans

davila7/claude-code-templates

Use when you have a written implementation plan to execute in a separate session with review checkpoints
351
30.2k
mohitmishra786 avatar
hardware-counters

mohitmishra786/low-level-dev-skills

Hardware performance counter skill for low-level CPU analysis. Use when collecting PMU events with perf stat, using the PAPI library, measuring cache miss rates and branch misprediction ratios, computing IPC, or correlating PMU events to source lines. Activates on queries about hardware counters, PMU events, perf stat -e, PAPI, cache miss rate, branch misprediction, IPC measurement, or CPU performance events.
351
158
mohitmishra786 avatar
rust-security

mohitmishra786/low-level-dev-skills

Rust security skill for supply chain safety and memory-safe development. Use when auditing dependencies with cargo-audit, enforcing policies with cargo-deny, reviewing RUSTSEC advisories, writing memory-safe FFI patterns, or integrating fuzzing and Miri into a security review pipeline. Activates on queries about cargo-audit, cargo-deny, RUSTSEC advisories, supply chain security, Rust CVEs, safe FFI, or fuzzing for security.
351
158
wanshuiyin avatar
paper-plan

wanshuiyin/auto-claude-code-research-in-sleep

Generate a structured paper outline from review conclusions and experiment results. Use when user says "写大纲", "paper outline", "plan the paper", "论文规划", or wants to create a paper plan before writing.
351
14.3k
manutej avatar
linear-dev-accelerator

manutej/luxor-claude-marketplace

Accelerate software development with Linear project management and MCP server integration. Master issue tracking, project workflows, and development automation for frontend, full-stack, and mobile applications. Includes comprehensive MCP tool usage, workflow patterns, and development best practices.
350
61