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. martinholovsky
  4. /
  5. claude-skills-generator
  6. /
  7. Glsl

Glsl

Editor's Note

This handles GLSL shader programming specifically for holographic UI effects in a JARVIS-style interface. You get TDD workflows with visual regression testing, WebGL test utilities for shader compilation checks, and performance patterns focused on real-time rendering at 60 FPS. The documentation emphasizes GPU-specific optimizations like branchless conditionals using mix and step, texture atlasing to reduce draw calls, and precision qualifiers tuned to mobile constraints. It's built around WebGL 2.0 with GLSL ES 3.00 but includes fallback patterns. The test setup is unusually thorough for shader code, with baseline image comparisons and cross-browser compilation checks, which is rare to see formalized like this for GPU work.

Install

npx skills add https://github.com/martinholovsky/claude-skills-generator --skill glsl
Votes
0
Installs252
GitHub Stars38
Categories
Testing & QAAutomation & Workflows
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.