CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
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
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. charleswiltgen
  4. /
  5. axiom
  6. /
  7. Axiom Testing

Axiom Testing

Editor's Note

Covers the entire testing landscape for Swift and Xcode, from unit tests with Swift Testing to UI automation with XCUITest. The quick reference table is genuinely useful for jumping to the right pattern when tests are flaky or slow. Notable for its opinionated stance on Swift Testing over XCTest for unit tests, complete with migration guidance and the "fast tests without simulator" architecture. The anti-rationalization section calling out sleep() in tests is spot on. Includes decision trees for routing to the right sub-skill and references to companion agents for automated test analysis. If you write tests in Swift, this consolidates patterns that would otherwise live in scattered Xcode documentation and Stack Overflow threads.

Install

npx skills add https://github.com/charleswiltgen/axiom --skill axiom-testing
Votes
0
Installs295
GitHub Stars945
Categories
Testing & QA
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Testing & QA Skills

View all →
playwright-e2e-testing

bobmatnyc/claude-mpm-skills

0
2.7k
44
Cross-browser end-to-end testing with auto-wait, parallel execution, and built-in debugging tools.
e2e-testing-patterns

wshobson/agents

0
15.6k
35.5k
Comprehensive guide to building reliable, maintainable end-to-end test suites with Playwright and Cypress.
e2e-testing

affaan-m/everything-claude-code

0
4.4k
183.5k
Playwright E2E testing patterns with Page Object Model, configuration, CI/CD setup, and flaky test strategies.
e2e-testing

hieutrtr/ai1-skills

0
1.5k
8
End-to-end testing patterns with Playwright for full-stack Python/React applications.
playwright-testing

alinaqi/claude-bootstrap

0
1.3k
628
Cross-browser E2E testing with Page Objects, authentication, and CI/CD integration.
jest-react-testing

manutej/luxor-claude-marketplace

0
672
55
Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking, async patterns, and best practices.