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. sickn33
  4. /
  5. antigravity-awesome-skills
  6. /
  7. Unit Testing Test Generate

Unit Testing Test Generate

Editor's Note

This generates unit tests across Python, JavaScript, TypeScript, Java, and Go by analyzing your source code structure and creating framework-specific test suites. It extracts functions and classes via AST parsing, then outputs pytest or Jest tests with fixtures, mocks, and assertions covering happy paths, edge cases, and error handling. The Python implementation calculates cyclomatic complexity to prioritize what needs testing, and it includes React Testing Library patterns for component tests. You'll want this when bootstrapping test coverage for existing code, though the generated tests are scaffolds that need refinement. The edge case handling is somewhat generic, so expect to add domain-specific assertions yourself. Good for getting to 60% coverage quickly, less so for nuanced business logic validation.

Install

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill unit-testing-test-generate
Votes
0
Installs431
GitHub Stars39.4k
Categories
Frontend DevelopmentTesting & QA
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Frontend Development Skills

View all →
ui-ux-pro-max

binjuhor/shadcn-lar

0
59
Frontend UI/UX design intelligence - activate FIRST when user requests beautiful, stunning, gorgeous, or aesthetic interfaces. The primary skill for design decisions before implementation. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check frontend UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
ui-ux-pro-max

The1Studio/theone-training-skills

0
27
Frontend UI/UX design intelligence - activate FIRST when user requests beautiful, stunning, gorgeous, or aesthetic interfaces. The primary skill for design decisions before implementation. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check frontend UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
tailwind-css-patterns

giuseppe-trisciuoglio/developer-kit

0
11k
248
Utility-first CSS framework patterns for responsive, component-based styling with Tailwind v4.1+.
tailwindcss-advanced-layouts

josiahsiegel/claude-plugin-marketplace

0
6.8k
36
Advanced CSS Grid, Flexbox, and container query patterns for complex responsive layouts.
nextjs-react-typescript

mindrally/skills

0
2.9k
111
Expert guidance for building Next.js applications with TypeScript, React Server Components, and modern UI libraries.
frontend-react-best-practices

sergiodxa/agent-skills

0
805
86
33 React performance and composition rules across bundle optimization, re-rendering, rendering, hooks, and component patterns.