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
anthropics avatar

Draft Offer

anthropics/knowledge-work-plugins
2.2k installs23.4k stars
Summary

Assembles everything you need to extend an offer: comp breakdown, letter text, and negotiation guidance for the hiring manager. You give it role, level, and location, and it structures base, equity, signing bonus, and total first year comp into a clean table, then drafts the actual offer letter. If you have HRIS connected it'll pull comp bands and benefits automatically, and ATS integration lets it grab candidate details from the pipeline. The real win is it forces you to think through total compensation upfront instead of just base salary, and the hiring manager notes help you prep for the inevitable negotiation. Saves the back and forth of "wait, what are we actually offering this person?"

Install to Claude Code

npx -y skills add anthropics/knowledge-work-plugins --skill draft-offer --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 →
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 →
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 →
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 →
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 →
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 →
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 →
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 →
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 →
Categories
Documentation
First SeenApr 16, 2026
View on GitHub

More from anthropics/knowledge-work-plugins

All 198 skills →
  • Sox Testing2.2k
  • Scientific Problem Selection2k
  • Single Cell Rna Qc2k
  • Contract Review2k
  • Nextflow Development1.9k
  • Scvi Tools1.9k
  • Instrument Data To Allotrope1.9k
  • Design Mcp Workflow1.7k
  • Zoom Mcp1.7k
  • Build Zoom Rest Api App1.7k
  • Scribe1.7k
  • Plan Zoom Product1.7k
  • Probe Sdk1.6k
  • Rivet Sdk1.6k
  • Build Zoom Phone Integration1.6k
  • Build Zoom Meeting Sdk App1.6k
  • Setup Zoom Oauth1.6k
  • Build Zoom Meeting App1.6k
  • Choose Zoom Approach1.6k
  • Plan Zoom Integration1.6k
  • Build Zoom Video Sdk App1.6k
  • Setup Zoom Webhooks1.6k
  • Setup Zoom Websockets1.6k
  • Build Zoom Bot1.6k

Recommended

More Documentation →
astral-sh avatar
uv

astral-sh/claude-code-plugins

Guide for using uv, the Python package and project manager. Use this when working with Python projects, scripts, packages, or tools.
2.2k
297
giuseppe-trisciuoglio avatar
unit-test-exception-handler

giuseppe-trisciuoglio/developer-kit

Provides patterns for unit testing `@ExceptionHandler` and `@ControllerAdvice` in Spring Boot applications. Validates error response formatting, mocks exceptions, verifies HTTP status codes, tests field-level validation errors, and asserts custom error payloads. Use when writing Spring exception handler tests, REST API error tests, or mocking controller advice.
2.2k
322
giuseppe-trisciuoglio avatar
unit-test-mapper-converter

giuseppe-trisciuoglio/developer-kit

Provides patterns for unit testing mappers, converters, and bean mappings. Validates entity-to-DTO and model transformation logic in isolation. Generates executable mapping tests with MapStruct and custom converter test coverage. Use when writing mapping tests, converter tests, entity mapping tests, or ensuring correct data transformation between DTOs and domain objects.
2.2k
322
giuseppe-trisciuoglio avatar
unit-test-application-events

giuseppe-trisciuoglio/developer-kit

Provides patterns for unit testing Spring application events. Validates event publishing with ApplicationEventPublisher, tests @EventListener annotation behavior, and verifies async event handling. Use when writing tests for event listeners, mocking application events, or verifying events were published in your Spring Boot services.
2.2k
322
jwynia avatar
requirements-analysis

jwynia/agent-skills

Diagnose requirements problems and guide discovery of real needs and constraints
2.2k
141
nicholasspisak avatar
second-brain-ingest

nicholasspisak/second-brain

Process raw source documents into wiki pages. Use when the user adds files to raw/ and wants them ingested, says "process this source", "ingest this article", "I added something to raw/", or wants to incorporate new material into their knowledge base.
2.2k
667