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

Test Driven Development

addyosmani/agent-skills
23.3k installs88.2k stars
Summary

This puts tests first in your development workflow, red-green-refactor style. Write a failing test, make it pass with minimal code, then clean up. The real win is the Prove-It Pattern for bugs: reproduce the issue with a test before you fix anything, so you know it's actually fixed and won't regress. The guide includes practical stuff like the test pyramid (80% unit, 15% integration, 5% E2E), testing state over interactions, and when to use real implementations versus mocks. If you're working with an AI agent on a codebase without tests, you're flying blind. This gives you the proof that changes actually work.

Install to Claude Code

npx -y skills add addyosmani/agent-skills --skill test-driven-development --agent claude-code

Installs into .claude/skills of the current project.

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 →
Files
SKILL.md

Select a file.

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 →
Categories
Testing & QAAI & Agent BuildingDebugging
First SeenMay 16, 2026
View on GitHub

More from addyosmani/agent-skills

All 24 skills →
  • Context Engineering22.9k
  • Api And Interface Design22.5k
  • Using Agent Skills22k
  • Idea Refine22k
  • Git Workflow And Versioning21.6k
  • Browser Testing With Devtools21.5k
  • Ci Cd And Automation21.3k
  • Shipping And Launch20.9k
  • Source Driven Development20.8k
  • Deprecation And Migration20.7k
  • Interview Me19.2k
  • Doubt Driven Development18.9k
  • Observability And Instrumentation16.7k
  • Code Review And Quality28.7k
  • Frontend Ui Engineering25.6k
  • Planning And Task Breakdown25.2k
  • Spec Driven Development25k
  • Security And Hardening24.8k
  • Performance Optimization24.2k
  • Documentation And Adrs24k
  • Incremental Implementation23.7k
  • Code Simplification23.7k
  • Debugging And Error Recovery23.6k

Recommended

More Testing & QA →
flutter avatar
flutter-add-widget-test

flutter/skills

flutter add widget test
21.8k
2.6k
flutter avatar
flutter-add-integration-test

flutter/skills

flutter add integration test
21.5k
2.6k
addyosmani avatar
browser-testing-with-devtools

addyosmani/agent-skills

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
21.5k
88.2k
github avatar
playwright-automation-fill-in-form

github/awesome-copilot

Automate filling in a form using Playwright MCP
13.5k
38k
github avatar
pytest-coverage

github/awesome-copilot

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.
12.4k
38k
dart-lang avatar
dart-collect-coverage

dart-lang/skills

Collect coverage using the coverage packge and create an LCOV report
12.2k
428