{
  "schemaVersion": 2,
  "kind": "plugin-export-feed",
  "generatedAt": "2026-06-02T00:00:00.000Z",
  "count": 251,
  "plugins": [
    {
      "name": "cursor-rules",
      "title": "/cursor-rules - Cursor Rules Generator for Claude Code",
      "description": "Generate .cursorrules files for AI-native development with project-specific patterns, coding standards, and intelligent context awareness",
      "category": "commands",
      "brandName": "Cursor",
      "brandDomain": "cursor.com",
      "brandIconUrl": "/api/brand-assets/icon/cursor.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://cursor.com/docs/context/rules",
      "installCommand": "/cursor-rules [options] <project_type>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/cursor-rules"
    },
    {
      "name": "debug",
      "title": "/debug - Debugging Assistant Command for Claude Code",
      "description": "Advanced debugging assistant with root cause analysis, step-by-step troubleshooting, and automated fix suggestions",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/debug",
      "installCommand": "/debug",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/debug"
    },
    {
      "name": "docs",
      "title": "/docs - Docs Generator Command for Claude Code",
      "description": "Intelligent documentation generator with API specs, code examples, tutorials, and interactive guides",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/docs",
      "installCommand": "/docs [options] <file_or_project>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/docs"
    },
    {
      "name": "explain",
      "title": "/explain - Code Explanation Command for Claude Code",
      "description": "Intelligent code explanation with visual diagrams, step-by-step breakdowns, and interactive examples",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/explain",
      "installCommand": "/explain [options] <code_or_file>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/explain"
    },
    {
      "name": "optimize",
      "title": "/optimize - Performance Optimizer Command for Claude Code",
      "description": "Advanced performance optimization with bottleneck analysis, memory profiling, and automated improvements",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/optimize",
      "installCommand": "/optimize [options] <file_or_function>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/optimize"
    },
    {
      "name": "refactor",
      "title": "/refactor - Code Refactoring Command for Claude",
      "description": "Intelligent code refactoring command that analyzes code structure and applies best practices for improved maintainability and performance",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/refactor",
      "installCommand": "/refactor [options] <file_or_selection>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/refactor"
    },
    {
      "name": "refactor-code",
      "title": "/refactor-code - Specialized Refactor Commands for Claude",
      "description": "Intelligent code refactoring command that analyzes code structure and applies best practices for improved maintainability and performance",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/refactor",
      "installCommand": "/refactor [options] <file_or_selection>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/refactor-code"
    },
    {
      "name": "review",
      "title": "/review - Code Review Command for Claude Code",
      "description": "Comprehensive code review with security analysis, performance optimization, and best practices validation",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/review",
      "installCommand": "/review [options] <file_or_directory>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/review"
    },
    {
      "name": "security",
      "title": "/security - Vulnerability Scan Command for Claude Code",
      "description": "Comprehensive security audit with vulnerability detection, threat analysis, and automated remediation recommendations",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/security",
      "installCommand": "/security [options] <file_or_project>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/security"
    },
    {
      "name": "security-audit",
      "title": "/security-audit - Security Scanner Command for Claude Code",
      "description": "Deploy 100 specialized sub-agents for comprehensive enterprise-grade security, performance, and optimization audit of production codebase",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/security-audit",
      "installCommand": "/security-audit [scope]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/security-audit"
    },
    {
      "name": "test-advanced",
      "title": "/test-advanced - Test Suite Command for Claude Code",
      "description": "Advanced test suite generator with property-based testing, mutation testing, and intelligent test case discovery",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/test",
      "installCommand": "/test [options] <file_or_function>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/test-advanced"
    },
    {
      "name": "zod-audit",
      "title": "/zod-audit - Zod Auditor Command for Claude Code",
      "description": "Audit a codebase for Zod coverage, security gaps, dead code, and duplication.",
      "category": "commands",
      "sourceUrl": "https://owasp.org/www-project-top-ten/",
      "installCommand": "/zod-audit",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/zod-audit"
    },
    {
      "name": "accessibility-checker",
      "title": "Accessibility Checker - Claude Code Hooks",
      "description": "Automated accessibility testing and compliance checking for web applications following WCAG 2.1 and WCAG 2.2 guidelines.",
      "category": "hooks",
      "sourceUrl": "https://www.w3.org/WAI/WCAG21/quickref/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/accessibility-checker.sh && chmod +x .claude/hooks/accessibility-checker.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/accessibility-checker"
    },
    {
      "name": "agent-evals-regression-gate",
      "title": "Agent Evals Regression Gate Skill",
      "description": "Create a practical eval harness with golden sets, rubric scoring, and release gates for agentic workflows.",
      "category": "skills",
      "sourceUrl": "https://openai.com/index/new-tools-and-features-in-the-responses-api/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/agent-evals-regression-gate.zip -o agent-evals-regression-gate.zip && unzip -o agent-evals-regression-gate.zip -d ./agent-evals-regression-gate",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/agent-evals-regression-gate.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/agent-evals-regression-gate"
    },
    {
      "name": "agent-skills-framework-engineer",
      "title": "Agent Skills Framework Engineer - Claude Code Agents",
      "description": "Agent Skills framework specialist for creating procedural knowledge files, domain-specific expertise, and skill-based agent capabilities...",
      "category": "agents",
      "sourceUrl": "https://www.anthropic.com/engineering/building-agents-with-the-claude-agent-sdk",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/agent-skills-framework-engineer"
    },
    {
      "name": "skills-installer",
      "title": "Agent Skills Installer for Claude Code",
      "description": "Install and manage Claude Code Agent Skills - specialized knowledge packages that extend Claude's capabilities with domain expertise and...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/skills",
      "installCommand": "/skills-installer [action] [skill-name]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/skills-installer"
    },
    {
      "name": "ai-agent-observability-incident-response",
      "title": "AI Agent Observability and Incident Response Skill",
      "description": "Add actionable observability for prompts, tools, latency, failures, and safety events with incident response runbooks.",
      "category": "skills",
      "sourceUrl": "https://opentelemetry.io/docs/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/ai-agent-observability-incident-response.zip -o ai-agent-observability-incident-response.zip && unzip -o ai-agent-observability-incident-response.zip -d ./ai-agent-observability-incident-response",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/ai-agent-observability-incident-response.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/ai-agent-observability-incident-response"
    },
    {
      "name": "ai-business-idea-validation-capability-pack",
      "title": "AI Business Idea Validation Capability Pack Skill",
      "description": "Validate AI business ideas with evidence-driven demand checks, positioning tests, and practical go/no-go decisions.",
      "category": "skills",
      "sourceUrl": "https://www.ycombinator.com/library",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/ai-business-idea-validation-capability-pack.zip -o ai-business-idea-validation-capability-pack.zip && unzip -o ai-business-idea-validation-capability-pack.zip -d ./ai-business-idea-validation-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/ai-business-idea-validation-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/ai-business-idea-validation-capability-pack"
    },
    {
      "name": "ai-code-review-security-agent",
      "title": "AI Code Review Security Agent - Agents",
      "description": "AI-powered code review specialist focusing on security vulnerabilities, OWASP Top 10, static analysis, secrets detection, and automated s...",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/ai-code-review-security-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/ai-code-review-security-agent"
    },
    {
      "name": "ai-devops-automation-engineer-agent",
      "title": "AI DevOps Engineer Agent - Automate Infrastructure & CI/CD",
      "description": "Deploy AI-powered DevOps automation with predictive analytics, self-healing systems, and intelligent CI/CD optimization for modern infras...",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/ai-devops-automation-engineer-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/ai-devops-automation-engineer-agent"
    },
    {
      "name": "ai-search-ranking-content-cluster-strategy",
      "title": "AI Search Ranking Content Cluster Strategy Skill",
      "description": "Content strategy skill for ranking and growth using intent mapping, cluster architecture, and structured publishing workflows.",
      "category": "skills",
      "sourceUrl": "https://developers.google.com/search/docs",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/ai-search-ranking-content-cluster-strategy.zip -o ai-search-ranking-content-cluster-strategy.zip && unzip -o ai-search-ranking-content-cluster-strategy.zip -d ./ai-search-ranking-content-cluster-strategy",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/ai-search-ranking-content-cluster-strategy.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/ai-search-ranking-content-cluster-strategy"
    },
    {
      "name": "airtable-mcp-server",
      "title": "Airtable MCP Server for Claude",
      "description": "Read and write records, manage bases and tables in Airtable directly from Claude",
      "category": "mcp",
      "brandName": "Airtable",
      "brandDomain": "airtable.com",
      "brandIconUrl": "/api/brand-assets/icon/airtable.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/domdomegg/airtable-mcp-server",
      "installCommand": "claude mcp add airtable --env AIRTABLE_API_KEY=YOUR_KEY -- npx -y airtable-mcp-server && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/airtable-mcp-server"
    },
    {
      "name": "api-builder-agent",
      "title": "API Builder Agent for Claude",
      "description": "Specialized agent for designing, building, and optimizing RESTful APIs and GraphQL services with modern best practices",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/api-builder-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/api-builder-agent"
    },
    {
      "name": "api-endpoint-documentation-generator",
      "title": "API Doc Generator",
      "description": "Automatically generates or updates API documentation when endpoint files are modified, supporting OpenAPI 3.1.0, Swagger 2.0, and AsyncAP...",
      "category": "hooks",
      "sourceUrl": "https://swagger.io/docs/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/api-endpoint-documentation-generator.sh && chmod +x .claude/hooks/api-endpoint-documentation-generator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/api-endpoint-documentation-generator"
    },
    {
      "name": "asana-mcp-server",
      "title": "Asana MCP Server for Claude",
      "description": "Interact with Asana workspaces to manage projects and tasks",
      "category": "mcp",
      "brandName": "Asana",
      "brandDomain": "asana.com",
      "brandIconUrl": "/api/brand-assets/icon/asana.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developers.asana.com/docs/using-asanas-model-control-protocol-mcp-server",
      "installCommand": "claude mcp list && claude mcp status asana",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/asana-mcp-server"
    },
    {
      "name": "audio-transcription-summarization",
      "title": "Audio Transcription + Summarization Skill",
      "description": "Transcribe audio files (MP3, WAV, M4A, etc.) using OpenAI Whisper AI and ffmpeg to produce structured, timestamped transcripts with autom...",
      "category": "skills",
      "sourceUrl": "https://github.com/openai/whisper",
      "installCommand": "pip install openai-whisper",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/audio-transcription-summarization.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/audio-transcription-summarization"
    },
    {
      "name": "auto-code-formatter-hook",
      "title": "Auto Code Formatter Hook - Claude Code Hooks",
      "description": "Automatically formats code files after Claude writes or edits them using industry-standard formatters including Prettier 3.6.2+ (JavaScri...",
      "category": "hooks",
      "sourceUrl": "https://prettier.io/docs/en/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/auto-code-formatter-hook.sh && chmod +x .claude/hooks/auto-code-formatter-hook.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/auto-code-formatter-hook"
    },
    {
      "name": "auto-save-backup",
      "title": "Auto Save Backup - Hooks",
      "description": "Automatically creates timestamped backups of files before modification to prevent data loss.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/auto-save-backup.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/auto-save-backup.sh && chmod +x .claude/hooks/auto-save-backup.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/auto-save-backup"
    },
    {
      "name": "autogen-conversation-agent-builder",
      "title": "Autogen Conversation Agent Builder - Agents",
      "description": "AutoGen v0.4 conversation agent specialist using actor model architecture for building multi-turn dialogue systems with cross-language me...",
      "category": "agents",
      "brandName": "Microsoft",
      "brandDomain": "microsoft.com",
      "brandIconUrl": "/api/brand-assets/icon/microsoft.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/autogen-conversation-agent-builder.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/autogen-conversation-agent-builder"
    },
    {
      "name": "autogen-workflow",
      "title": "AutoGen Multi-Agent Workflow for Claude",
      "description": "Orchestrate multi-agent workflows using Microsoft AutoGen v0.4 with role-based task delegation, conversation patterns, and collaborative...",
      "category": "commands",
      "sourceUrl": "https://microsoft.github.io/autogen/",
      "installCommand": "/autogen-workflow [options] <workflow_description>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/autogen-workflow"
    },
    {
      "name": "aws-cloudformation-validator",
      "title": "AWS CloudFormation Validator - Hooks",
      "description": "Validates AWS CloudFormation templates for syntax errors and best practices using cfn-lint v1.40.4+ and AWS CLI v2.27.54+.",
      "category": "hooks",
      "brandName": "AWS",
      "brandDomain": "aws.amazon.com",
      "brandIconUrl": "/api/brand-assets/icon/aws.amazon.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://aws.amazon.com/cloudformation/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/aws-cloudformation-validator.sh && chmod +x .claude/hooks/aws-cloudformation-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/aws-cloudformation-validator"
    },
    {
      "name": "aws-services-mcp-server",
      "title": "AWS Services MCP Server - MCP Servers",
      "description": "Comprehensive AWS cloud services integration for infrastructure management, deployment, and monitoring",
      "category": "mcp",
      "brandName": "AWS",
      "brandDomain": "aws.amazon.com",
      "brandIconUrl": "/api/brand-assets/icon/aws.amazon.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/awslabs/mcp",
      "installCommand": "uvx awslabs.core-mcp-server@latest && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/aws-services-mcp-server"
    },
    {
      "name": "backend-architect-agent",
      "title": "Backend Architect Agent - Agents",
      "description": "Expert backend architect specializing in scalable system design, microservices, API development, and infrastructure planning",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/backend-architect-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/backend-architect-agent"
    },
    {
      "name": "base-l2-smart-contract-launchpad",
      "title": "Base L2 Smart Contract Launchpad Skill",
      "description": "Practical launch workflow for Base contracts from local build to verified deployment and post-launch operations.",
      "category": "skills",
      "sourceUrl": "https://docs.base.org/get-started/deploy-smart-contracts",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/base-l2-smart-contract-launchpad.zip -o base-l2-smart-contract-launchpad.zip && unzip -o base-l2-smart-contract-launchpad.zip -d ./base-l2-smart-contract-launchpad",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/base-l2-smart-contract-launchpad.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/base-l2-smart-contract-launchpad"
    },
    {
      "name": "box-mcp-server",
      "title": "Box MCP Server for Claude",
      "description": "Access enterprise content, analyze unstructured data, and automate workflows",
      "category": "mcp",
      "brandName": "Box",
      "brandDomain": "box.com",
      "brandIconUrl": "/api/brand-assets/icon/box.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://box.dev/guides/box-mcp/remote/",
      "installCommand": "claude mcp list && claude mcp status box",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/box-mcp-server"
    },
    {
      "name": "browser-agent-workflow-automation",
      "title": "Browser Agent Workflow Automation Skill",
      "description": "Design production-ready browser agent workflows with reliable selectors, guardrails, and replayable runbooks.",
      "category": "skills",
      "sourceUrl": "https://playwright.dev/docs/best-practices",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/browser-agent-workflow-automation.zip -o browser-agent-workflow-automation.zip && unzip -o browser-agent-workflow-automation.zip -d ./browser-agent-workflow-automation",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/browser-agent-workflow-automation.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/browser-agent-workflow-automation"
    },
    {
      "name": "bun-runtime-modern-javascript",
      "title": "Bun JavaScript Runtime Development Skill",
      "description": "Build high-performance JavaScript and TypeScript applications with Bun, the all-in-one runtime that's 3x faster than Node.js.",
      "category": "skills",
      "sourceUrl": "https://bun.sh/docs",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/bun-runtime-modern-javascript.zip -o bun-runtime-modern-javascript.zip && unzip -o bun-runtime-modern-javascript.zip -d ./bun-runtime-modern-javascript",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/bun-runtime-modern-javascript.mdc",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-23"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/bun-runtime-modern-javascript"
    },
    {
      "name": "canva-mcp-server",
      "title": "Canva MCP Server for Claude",
      "description": "Browse, summarize, and generate Canva designs directly from Claude",
      "category": "mcp",
      "brandName": "Canva",
      "brandDomain": "canva.com",
      "brandIconUrl": "/api/brand-assets/icon/canva.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://www.canva.dev/docs/connect/canva-mcp-server-setup/",
      "installCommand": "claude mcp list && claude mcp status canva",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/canva-mcp-server"
    },
    {
      "name": "checkpoint-manager",
      "title": "Checkpoint Manager for Claude Code",
      "description": "Manage Claude Code checkpoints to safely rewind code changes, restore conversation states, and explore alternatives without fear using ES...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/checkpointing",
      "installCommand": "/checkpoint-manager [action] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/checkpoint-manager"
    },
    {
      "name": "desktop-mcp-setup",
      "title": "Claude Desktop MCP Setup",
      "description": "Master Claude Desktop MCP server setup in 20 minutes.",
      "category": "mcp",
      "brandName": "Anthropic",
      "brandDomain": "anthropic.com",
      "brandIconUrl": "/api/brand-assets/icon/anthropic.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/mcp/desktop-mcp-setup.mdx",
      "installCommand": "claude mcp add --transport http server-name https://api.example.com/mcp && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/desktop-mcp-setup"
    },
    {
      "name": "claude-haiku-45-speed-optimizer-agent",
      "title": "Claude Haiku 45 Speed Optimizer Agent - Agents",
      "description": "Speed-optimized agent leveraging Haiku 4.5's 2x performance and 3x cost savings, delivering 90% of Sonnet's agentic capability for rapid...",
      "category": "agents",
      "sourceUrl": "https://docs.anthropic.com/en/docs/about-claude/models",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/claude-haiku-45-speed-optimizer-agent"
    },
    {
      "name": "claude-mcp-skills-integration-agent",
      "title": "Claude MCP Skills Integration Agent - Claude Code Agents",
      "description": "MCP Skills integration specialist for remote server configuration, tool permissions, multi-MCP orchestration, and Claude Desktop ecosyste...",
      "category": "agents",
      "sourceUrl": "https://modelcontextprotocol.io/introduction",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/claude-mcp-skills-integration-agent"
    },
    {
      "name": "claudemd-builder",
      "title": "CLAUDE.md Builder for Claude Code",
      "description": "Generate project-specific CLAUDE.md files with coding standards, architecture notes, and context preservation for team-wide AI consistenc...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/claude-md",
      "installCommand": "/claudemd-builder [action] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/claudemd-builder"
    },
    {
      "name": "claude-md-knowledge-manager-agent",
      "title": "CLAUDE.md Knowledge Manager Agent - Claude Code Agents",
      "description": "CLAUDE.md specialist for creating, maintaining, and optimizing project-specific AI instructions that survive context compaction and guide...",
      "category": "agents",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/custom-instructions",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/claude-md-knowledge-manager-agent"
    },
    {
      "name": "cli-data-viz-quickstart",
      "title": "CLI Data Visualization Quickstart Skill",
      "description": "Create publication-ready charts and visualizations from CSV, JSON, and Excel data using Python (matplotlib/seaborn) or Node.js (vega/vega...",
      "category": "skills",
      "sourceUrl": "https://matplotlib.org/",
      "installCommand": "npm i vega vega-lite",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/cli-data-viz-quickstart.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/cli-data-viz-quickstart"
    },
    {
      "name": "clickup-mcp-server",
      "title": "Clickup MCP Server for Claude",
      "description": "Task management and project tracking with ClickUp integration",
      "category": "mcp",
      "brandName": "ClickUp",
      "brandDomain": "clickup.com",
      "brandIconUrl": "/api/brand-assets/icon/clickup.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/hauptsacheNet/clickup-mcp",
      "installCommand": "claude mcp add clickup --env CLICKUP_API_KEY=YOUR_KEY --env CLICKUP_TEAM_ID=YOUR_TEAM_ID -- npx -y @hauptsache.net/clickup-mcp && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/clickup-mcp-server"
    },
    {
      "name": "cloud-backup-on-session-stop",
      "title": "Cloud Backup On Session Stop - Hooks",
      "description": "Automatically backs up changed files to cloud storage when Claude Code session ends using AWS S3, Google Cloud Storage, or rclone for uni...",
      "category": "hooks",
      "brandName": "AWS",
      "brandDomain": "aws.amazon.com",
      "brandIconUrl": "/api/brand-assets/icon/aws.amazon.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/cloud-backup-on-session-stop.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/cloud-backup-on-session-stop.sh && chmod +x .claude/hooks/cloud-backup-on-session-stop.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/cloud-backup-on-session-stop"
    },
    {
      "name": "cloud-infrastructure-architect-agent",
      "title": "Cloud Infrastructure Architect Agent - Agents",
      "description": "Multi-cloud infrastructure specialist focused on AWS, GCP, and Azure architecture, cost optimization, disaster recovery, high availabilit...",
      "category": "agents",
      "brandName": "Azure",
      "brandDomain": "azure.microsoft.com",
      "brandIconUrl": "/api/brand-assets/icon/azure.microsoft.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/cloud-infrastructure-architect-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/cloud-infrastructure-architect-agent"
    },
    {
      "name": "cloudflare-mcp-server",
      "title": "Cloudflare MCP Server - MCP Servers",
      "description": "Build applications, analyze traffic, and manage security settings through Cloudflare",
      "category": "mcp",
      "brandName": "Cloudflare",
      "brandDomain": "cloudflare.com",
      "brandIconUrl": "/api/brand-assets/icon/cloudflare.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developers.cloudflare.com/agents/model-context-protocol/mcp-servers-for-cloudflare/",
      "installCommand": "claude mcp add cloudflare --env CLOUDFLARE_API_TOKEN=YOUR_TOKEN --env CLOUDFLARE_ACCOUNT_ID=YOUR_ACCOUNT_ID && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/cloudflare-mcp-server"
    },
    {
      "name": "cloudflare-workers-ai-edge",
      "title": "Cloudflare Workers AI Edge Functions Skill",
      "description": "Deploy AI models and serverless functions to Cloudflare's global edge network with sub-5ms cold starts and 40% edge computing market share.",
      "category": "skills",
      "brandName": "Cloudflare",
      "brandDomain": "cloudflare.com",
      "brandIconUrl": "/api/brand-assets/icon/cloudflare.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2025-10-16",
      "sourceUrl": "https://developers.cloudflare.com/workers-ai/",
      "installCommand": "npm install -g wrangler",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/cloudflare-workers-ai-edge.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/cloudflare-workers-ai-edge"
    },
    {
      "name": "cloudflare-workers-d1-kv-r2-capability-pack",
      "title": "Cloudflare Workers D1 KV R2 Capability Pack Skill",
      "description": "Deep data-layer architecture skill for Cloudflare Workers using D1, KV, and R2 in production-safe patterns.",
      "category": "skills",
      "brandName": "Cloudflare",
      "brandDomain": "cloudflare.com",
      "brandIconUrl": "/api/brand-assets/icon/cloudflare.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://developers.cloudflare.com/workers/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/cloudflare-workers-d1-kv-r2-capability-pack.zip -o cloudflare-workers-d1-kv-r2-capability-pack.zip && unzip -o cloudflare-workers-d1-kv-r2-capability-pack.zip -d ./cloudflare-workers-d1-kv-r2-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/cloudflare-workers-d1-kv-r2-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/cloudflare-workers-d1-kv-r2-capability-pack"
    },
    {
      "name": "cloudinary-mcp-server",
      "title": "Cloudinary MCP Server - MCP Servers",
      "description": "Upload, manage, transform, and analyze media assets in the cloud",
      "category": "mcp",
      "brandName": "Cloudinary",
      "brandDomain": "cloudinary.com",
      "brandIconUrl": "/api/brand-assets/icon/cloudinary.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://cloudinary.com/documentation/cloudinary_llm_mcp#mcp_servers",
      "installCommand": "claude mcp add cloudinary --env CLOUDINARY_CLOUD_NAME=YOUR_CLOUD_NAME --env CLOUDINARY_API_KEY=YOUR_KEY --env CLOUDINARY_API_SECRET=YOUR_SECRET",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/cloudinary-mcp-server"
    },
    {
      "name": "code-complexity-alert-monitor",
      "title": "Code Complexity Alert Monitor - Hooks",
      "description": "Alerts when code complexity exceeds thresholds in real-time using cyclomatic complexity analysis, line count monitoring, function count a...",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/code-complexity-alert-monitor.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/code-complexity-alert-monitor.sh && chmod +x .claude/hooks/code-complexity-alert-monitor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/code-complexity-alert-monitor"
    },
    {
      "name": "coderabbit-lite-pr-review-capability-pack",
      "title": "Code Review Automation Capability Pack Skill",
      "description": "Run a local, repeatable PR review loop with severity scoring, false-positive control, and fix-ready output.",
      "category": "skills",
      "sourceUrl": "https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/code-review/about-pull-request-reviews",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/coderabbit-lite-pr-review-capability-pack.zip -o coderabbit-lite-pr-review-capability-pack.zip && unzip -o coderabbit-lite-pr-review-capability-pack.zip -d ./coderabbit-lite-pr-review-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/coderabbit-lite-pr-review-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/coderabbit-lite-pr-review-capability-pack"
    },
    {
      "name": "code-reviewer-agent",
      "title": "Code Reviewer Agent - Agents",
      "description": "Expert code reviewer that provides thorough, constructive feedback on code quality, security, performance, and best practices",
      "category": "agents",
      "sourceUrl": "https://google.github.io/eng-practices/review/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/code-reviewer-agent"
    },
    {
      "name": "code-test-runner-hook",
      "title": "Code Test Runner Hook - Hooks",
      "description": "Automatically run relevant tests when code changes are detected using intelligent test selection, parallel execution, and multi-framework...",
      "category": "hooks",
      "sourceUrl": "https://jestjs.io/docs/getting-started",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/code-test-runner-hook.sh && chmod +x .claude/hooks/code-test-runner-hook.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/code-test-runner-hook"
    },
    {
      "name": "codebase-migration-refactoring-agent",
      "title": "Codebase Migration Refactoring Agent - Agents",
      "description": "AI agent specialized in large-scale codebase migrations and behavior-preserving refactoring.",
      "category": "agents",
      "sourceUrl": "https://refactoring.guru/refactoring/catalog",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/codebase-migration-refactoring-agent"
    },
    {
      "name": "codex-automations-orchestrator-capability-pack",
      "title": "Codex Automations Orchestrator Capability Pack Skill",
      "description": "Plan and operate recurring agent automations with deterministic prompts, guardrails, and output contracts.",
      "category": "skills",
      "sourceUrl": "https://github.com/openai/codex",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/codex-automations-orchestrator-capability-pack.zip -o codex-automations-orchestrator-capability-pack.zip && unzip -o codex-automations-orchestrator-capability-pack.zip -d ./codex-automations-orchestrator-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/codex-automations-orchestrator-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/codex-automations-orchestrator-capability-pack"
    },
    {
      "name": "codex-plugin-creator-capability-pack",
      "title": "Codex Plugin Creator Capability Pack Skill",
      "description": "Design and ship Codex plugins with clean manifests, bounded permissions, and reusable packaging standards.",
      "category": "skills",
      "sourceUrl": "https://github.com/openai/codex",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/codex-plugin-creator-capability-pack.zip -o codex-plugin-creator-capability-pack.zip && unzip -o codex-plugin-creator-capability-pack.zip -d ./codex-plugin-creator-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/codex-plugin-creator-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/codex-plugin-creator-capability-pack"
    },
    {
      "name": "context-analyzer",
      "title": "Context Analyzer for Claude Code",
      "description": "Analyze codebase context with agentic search to understand architecture, patterns, and dependencies before major refactors or feature imp...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/analysis",
      "installCommand": "/context-analyzer [scope] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/context-analyzer"
    },
    {
      "name": "context-window-optimizer-agent",
      "title": "Context Window Optimizer Agent - Agents",
      "description": "Context window optimization specialist managing 1M+ token conversations, preventing truncation with smart summarization and session manag...",
      "category": "agents",
      "sourceUrl": "https://epoch.ai/data-insights/context-windows",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/context-window-optimizer-agent"
    },
    {
      "name": "contrastapi-mcp-server",
      "title": "ContrastAPI Security Tools",
      "description": "49 remote security tools for CVE risk scoring, MITRE ATLAS/D3FEND, domain audit, IP threat intel, IOC enrichment, web intelligence, and dependency scanning.",
      "category": "mcp",
      "submittedBy": "UPinar",
      "submittedByUrl": "https://github.com/UPinar",
      "submittedAt": "2026-04-20T15:29:10.000Z",
      "submissionIssueNumber": 304,
      "submissionIssueUrl": "https://github.com/JSONbored/awesome-claude/issues/304",
      "importPrNumber": 311,
      "importPrUrl": "https://github.com/JSONbored/awesome-claude/pull/311",
      "reviewedBy": "JSONbored",
      "reviewedAt": "2026-04-30T11:16:21.000Z",
      "claimStatus": "unclaimed",
      "brandName": "ContrastAPI",
      "brandDomain": "contrastcyber.com",
      "brandIconUrl": "/api/brand-assets/icon/contrastcyber.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/UPinar/contrastapi",
      "installCommand": "claude mcp add --transport http contrastapi https://api.contrastcyber.com/mcp/",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/contrastapi-mcp-server"
    },
    {
      "name": "css-unused-selector-detector",
      "title": "CSS Unused Selector Detector - Hooks",
      "description": "Detects unused CSS selectors when stylesheets are modified to keep CSS lean using PurgeCSS, PostCSS, and content analysis.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/css-unused-selector-detector.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/css-unused-selector-detector.sh && chmod +x .claude/hooks/css-unused-selector-detector.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/css-unused-selector-detector"
    },
    {
      "name": "csv-excel-data-wrangler",
      "title": "CSV/Excel Data Wrangler Skill",
      "description": "Clean, filter, join, pivot, and export CSV/XLSX data reliably with reproducible steps.",
      "category": "skills",
      "sourceUrl": "https://pandas.pydata.org/",
      "installCommand": "pip install pandas openpyxl",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/csv-excel-data-wrangler.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/csv-excel-data-wrangler"
    },
    {
      "name": "cursor-windsurf-ai-ide-setup",
      "title": "Cursor Windsurf AI Code Editor Skill - Claude Code Skills",
      "description": "Configure and optimize Cursor and Windsurf AI code editors for maximum productivity.",
      "category": "skills",
      "brandName": "Windsurf",
      "brandDomain": "windsurf.com",
      "brandIconUrl": "/api/brand-assets/icon/windsurf.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2025-10-23",
      "sourceUrl": "https://cursor.sh/docs",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/cursor-windsurf-ai-ide-setup.zip -o cursor-windsurf-ai-ide-setup.zip && unzip -o cursor-windsurf-ai-ide-setup.zip -d ./cursor-windsurf-ai-ide-setup",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/cursor-windsurf-ai-ide-setup.mdc",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-23"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/cursor-windsurf-ai-ide-setup"
    },
    {
      "name": "daloopa-mcp-server",
      "title": "Daloopa MCP Server for Claude",
      "description": "Access high-quality fundamental financial data from SEC filings and investor presentations",
      "category": "mcp",
      "brandName": "Daloopa",
      "brandDomain": "daloopa.com",
      "brandIconUrl": "/api/brand-assets/icon/daloopa.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.daloopa.com/docs/daloopa-mcp",
      "installCommand": "claude mcp list && claude mcp status daloopa",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/daloopa-mcp-server"
    },
    {
      "name": "data-pipeline-engineering-agent",
      "title": "Data Pipeline Engineering Agent - Agents",
      "description": "Modern data pipeline specialist focused on real-time streaming, ETL/ELT orchestration, data quality validation, and scalable data infrast...",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/data-pipeline-engineering-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/data-pipeline-engineering-agent"
    },
    {
      "name": "database-connection-cleanup",
      "title": "Database Connection Cleanup - Hooks",
      "description": "Closes all database connections and cleans up resources when Claude Code session ends using PostgreSQL pg_terminate_backend, MySQL KILL,...",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/database-connection-cleanup.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/database-connection-cleanup.sh && chmod +x .claude/hooks/database-connection-cleanup.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/database-connection-cleanup"
    },
    {
      "name": "database-expert",
      "title": "Database Expert for Claude",
      "description": "Transform Claude into a database specialist with expertise in SQL, NoSQL, database design, optimization, and modern data architectures",
      "category": "agents",
      "sourceUrl": "https://www.postgresql.org/docs/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/database-expert"
    },
    {
      "name": "database-migration-runner",
      "title": "Database Migration Runner - Hooks",
      "description": "Automated database migration management with rollback capabilities, validation, and multi-environment support using Knex 3.x, Sequelize 6...",
      "category": "hooks",
      "sourceUrl": "https://knexjs.org/guide/migrations.html",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/database-migration-runner.sh && chmod +x .claude/hooks/database-migration-runner.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/database-migration-runner"
    },
    {
      "name": "database-query-performance-logger",
      "title": "Database Query Performance Logger - Hooks",
      "description": "Monitors and logs database query performance metrics with slow query detection, N+1 analysis, and optimization suggestions using PostgreS...",
      "category": "hooks",
      "sourceUrl": "https://www.postgresql.org/docs/current/runtime-config-logging.html",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/database-query-performance-logger.sh && chmod +x .claude/hooks/database-query-performance-logger.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/database-query-performance-logger"
    },
    {
      "name": "database-specialist-agent",
      "title": "Database Specialist Agent - Agents",
      "description": "Expert database architect and optimizer specializing in SQL, NoSQL, performance tuning, and data modeling",
      "category": "agents",
      "sourceUrl": "https://www.postgresql.org/docs/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/database-specialist-agent"
    },
    {
      "name": "dead-code-eliminator",
      "title": "Dead Code Eliminator - Hooks",
      "description": "Automatically detects and removes unused code, imports, and dependencies with safe deletion verification and rollback support using Knip...",
      "category": "hooks",
      "sourceUrl": "https://github.com/nadeesha/ts-prune",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/dead-code-eliminator.sh && chmod +x .claude/hooks/dead-code-eliminator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/dead-code-eliminator"
    },
    {
      "name": "debugging-assistant-agent",
      "title": "Debugging Assistant Agent - Agents",
      "description": "Advanced debugging agent that helps identify, analyze, and resolve software bugs with systematic troubleshooting methodologies",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/debugging-assistant-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/debugging-assistant-agent"
    },
    {
      "name": "dependency-security-audit-on-stop",
      "title": "Dependency Security Audit",
      "description": "Performs a comprehensive security audit of all dependencies when Claude Code session ends using npm audit (npm 10.x+), yarn audit (Yarn 4...",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/dependency-security-audit-on-stop.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/dependency-security-audit-on-stop.sh && chmod +x .claude/hooks/dependency-security-audit-on-stop.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/dependency-security-audit-on-stop"
    },
    {
      "name": "dependency-security-scanner",
      "title": "Dependency Security Scanner - Hooks",
      "description": "Real-time vulnerability scanning for dependencies with automated CVE detection, severity assessment, and patch recommendations.",
      "category": "hooks",
      "sourceUrl": "https://docs.npmjs.com/cli/v8/commands/npm-audit",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/dependency-security-scanner.sh && chmod +x .claude/hooks/dependency-security-scanner.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/dependency-security-scanner"
    },
    {
      "name": "dependency-update-checker",
      "title": "Dependency Update Checker - Hooks",
      "description": "Automatically checks for outdated dependencies and suggests updates with security analysis.",
      "category": "hooks",
      "sourceUrl": "https://docs.npmjs.com/cli/v8/commands/npm-audit",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/dependency-update-checker.sh && chmod +x .claude/hooks/dependency-update-checker.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/dependency-update-checker"
    },
    {
      "name": "devops-sre-expert",
      "title": "Devops SRE Expert for Claude",
      "description": "Transform Claude into a DevOps/SRE specialist with expertise in cloud infrastructure, CI/CD, monitoring, and automation",
      "category": "agents",
      "brandName": "Kubernetes",
      "brandDomain": "kubernetes.io",
      "brandIconUrl": "/api/brand-assets/icon/kubernetes.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://kubernetes.io/docs/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/devops-sre-expert"
    },
    {
      "name": "discord-activity-notifier",
      "title": "Discord Activity Notifier - Hooks",
      "description": "Sends development activity updates to Discord channel for team collaboration.",
      "category": "hooks",
      "brandName": "Discord",
      "brandDomain": "discord.com",
      "brandIconUrl": "/api/brand-assets/icon/discord.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://discord.com/developers/docs/resources/webhook",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/discord-activity-notifier.sh && chmod +x .claude/hooks/discord-activity-notifier.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/discord-activity-notifier"
    },
    {
      "name": "discord-mcp-server",
      "title": "Discord MCP Server for Claude",
      "description": "Discord bot integration for community management, moderation, and server automation",
      "category": "mcp",
      "brandName": "Discord",
      "brandDomain": "discord.com",
      "brandIconUrl": "/api/brand-assets/icon/discord.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/saseq/discord-mcp",
      "installCommand": "npx -y @smithery/cli@latest install @SaseQ/discord-mcp --client claude && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/discord-mcp-server"
    },
    {
      "name": "documentation-auto-generator-on-stop",
      "title": "Doc Auto Generator",
      "description": "Automatically generates or updates project documentation when session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/documentation-auto-generator-on-stop.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/documentation-auto-generator-on-stop.sh && chmod +x .claude/hooks/documentation-auto-generator-on-stop.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/documentation-auto-generator-on-stop"
    },
    {
      "name": "docker-compose-production-blueprints",
      "title": "Docker Compose Production Blueprints Skill",
      "description": "Opinionated Docker Compose patterns for reliable production deployments and maintainable operations.",
      "category": "skills",
      "brandName": "Docker",
      "brandDomain": "docker.com",
      "brandIconUrl": "/api/brand-assets/icon/docker.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://docs.docker.com/compose/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/docker-compose-production-blueprints.zip -o docker-compose-production-blueprints.zip && unzip -o docker-compose-production-blueprints.zip -d ./docker-compose-production-blueprints",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/docker-compose-production-blueprints.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/docker-compose-production-blueprints"
    },
    {
      "name": "docker-container-auto-rebuild",
      "title": "Docker Container Auto Rebuild - Hooks",
      "description": "Automatically rebuilds Docker containers when Dockerfile or docker-compose.yml files are modified.",
      "category": "hooks",
      "brandName": "Docker",
      "brandDomain": "docker.com",
      "brandIconUrl": "/api/brand-assets/icon/docker.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.docker.com/compose/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/docker-container-auto-rebuild.sh && chmod +x .claude/hooks/docker-container-auto-rebuild.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/docker-container-auto-rebuild"
    },
    {
      "name": "docker-image-security-scanner",
      "title": "Docker Image Security Scanner - Hooks",
      "description": "Comprehensive Docker image vulnerability scanning with layer analysis, base image recommendations, and security best practices enforcement.",
      "category": "hooks",
      "brandName": "Docker",
      "brandDomain": "docker.com",
      "brandIconUrl": "/api/brand-assets/icon/docker.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://aquasecurity.github.io/trivy/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/docker-image-security-scanner.sh && chmod +x .claude/hooks/docker-image-security-scanner.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/docker-image-security-scanner"
    },
    {
      "name": "docker-mcp-server",
      "title": "Docker MCP Server for Claude",
      "description": "Manage Docker containers, images, and services directly through Claude with comprehensive Docker API integration",
      "category": "mcp",
      "brandName": "Docker",
      "brandDomain": "docker.com",
      "brandIconUrl": "/api/brand-assets/icon/docker.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.docker.com/engine/api/",
      "installCommand": "claude mcp add docker -- npx -y @docker/mcp-server && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/docker-mcp-server"
    },
    {
      "name": "documentation-coverage-checker",
      "title": "Documentation Coverage Checker - Hooks",
      "description": "Automated documentation coverage analysis with missing docstring detection, API documentation validation, and completeness scoring.",
      "category": "hooks",
      "sourceUrl": "https://jsdoc.app/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/documentation-coverage-checker.sh && chmod +x .claude/hooks/documentation-coverage-checker.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/documentation-coverage-checker"
    },
    {
      "name": "documentation-generator",
      "title": "Documentation Generator - Hooks",
      "description": "Automatically generates and updates project documentation from code comments, README files, and API definitions.",
      "category": "hooks",
      "sourceUrl": "https://jsdoc.app/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/documentation-generator.sh && chmod +x .claude/hooks/documentation-generator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/documentation-generator"
    },
    {
      "name": "docx-report-generator",
      "title": "DOCX Report Generator Skill",
      "description": "Fill templated DOCX with data to produce reports, invoices, and formatted documents.",
      "category": "skills",
      "sourceUrl": "https://docxtpl.readthedocs.io/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/docx-report-generator.zip -o docx-report-generator.zip && unzip -o docx-report-generator.zip -d ./docx-report-generator",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/docx-report-generator.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/docx-report-generator"
    },
    {
      "name": "domain-specialist-ai-agents",
      "title": "Domain Specialist AI Agents - Agents",
      "description": "Industry-specific AI agents for healthcare, legal, and financial domains with specialized knowledge, compliance automation, and regulator...",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/domain-specialist-ai-agents.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/domain-specialist-ai-agents"
    },
    {
      "name": "environment-cleanup-handler",
      "title": "Environment Cleanup Handler - Hooks",
      "description": "Cleans up temporary files, caches, and resources when Claude session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/environment-cleanup-handler.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/environment-cleanup-handler.sh && chmod +x .claude/hooks/environment-cleanup-handler.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/environment-cleanup-handler"
    },
    {
      "name": "environment-variable-validator",
      "title": "Environment Validator",
      "description": "Validates environment variables, checks for required vars, and ensures proper configuration across environments.",
      "category": "hooks",
      "sourceUrl": "https://12factor.net/config",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/environment-variable-validator.sh && chmod +x .claude/hooks/environment-variable-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/environment-variable-validator"
    },
    {
      "name": "error-rate-monitor",
      "title": "Error Rate Monitor - Hooks",
      "description": "Tracks error patterns and alerts when error rates spike.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/error-rate-monitor.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/error-rate-monitor.sh && chmod +x .claude/hooks/error-rate-monitor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/error-rate-monitor"
    },
    {
      "name": "ethereum-base-smart-contract-security-capability-pack",
      "title": "Ethereum Base Smart Contract Security Capability Pack Skill",
      "description": "Deep smart contract security skill covering Solidity design, test rigor, deployment hygiene, and post-launch risk controls.",
      "category": "skills",
      "sourceUrl": "https://docs.base.org/get-started/deploy-smart-contracts",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/ethereum-base-smart-contract-security-capability-pack.zip -o ethereum-base-smart-contract-security-capability-pack.zip && unzip -o ethereum-base-smart-contract-security-capability-pack.zip -d ./ethereum-base-smart-contract-security-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/ethereum-base-smart-contract-security-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/ethereum-base-smart-contract-security-capability-pack"
    },
    {
      "name": "ethereum-solidity-security-foundry",
      "title": "Ethereum Solidity Security Foundry Skill",
      "description": "Smart contract development skill focused on secure Solidity architecture, testing rigor, and safer deployment practices.",
      "category": "skills",
      "sourceUrl": "https://ethereum.org/developers/docs/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/ethereum-solidity-security-foundry.zip -o ethereum-solidity-security-foundry.zip && unzip -o ethereum-solidity-security-foundry.zip -d ./ethereum-solidity-security-foundry",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/ethereum-solidity-security-foundry.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/ethereum-solidity-security-foundry"
    },
    {
      "name": "extended-thinking-orchestrator",
      "title": "Extended Thinking Orchestrator - Agents",
      "description": "Orchestrate Extended Thinking modes with adaptive budget allocation.",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/extended-thinking-orchestrator.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/extended-thinking-orchestrator"
    },
    {
      "name": "fastapi-python-backend",
      "title": "FastAPI Python API Development Skill",
      "description": "Build high-performance async REST APIs with FastAPI, Python's fastest-growing web framework.",
      "category": "skills",
      "sourceUrl": "https://fastapi.tiangolo.com/",
      "installCommand": "pip install fastapi uvicorn[standard] pydantic sqlalchemy",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/fastapi-python-backend.mdc",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-23"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/fastapi-python-backend"
    },
    {
      "name": "figma-mcp-server",
      "title": "Figma MCP Server for Claude",
      "description": "Access designs, export assets, and interact with Figma files through Claude",
      "category": "mcp",
      "brandName": "Figma",
      "brandDomain": "figma.com",
      "brandIconUrl": "/api/brand-assets/icon/figma.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://help.figma.com/hc/en-us/articles/32132100833559",
      "installCommand": "claude mcp list && claude mcp status figma",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/figma-mcp-server"
    },
    {
      "name": "file-size-warning-monitor",
      "title": "File Size Warning Monitor - Hooks",
      "description": "Alerts when files exceed size thresholds that could impact performance.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/file-size-warning-monitor.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/file-size-warning-monitor.sh && chmod +x .claude/hooks/file-size-warning-monitor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/file-size-warning-monitor"
    },
    {
      "name": "filesystem-mcp-server",
      "title": "Filesystem MCP Server - MCP Servers",
      "description": "Official MCP server providing secure file system operations for Claude Desktop and Claude Code",
      "category": "mcp",
      "brandName": "Anthropic",
      "brandDomain": "anthropic.com",
      "brandIconUrl": "/api/brand-assets/icon/anthropic.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://modelcontextprotocol.io/examples",
      "installCommand": "claude mcp list && claude mcp status filesystem",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/filesystem-mcp-server"
    },
    {
      "name": "final-bundle-size-reporter",
      "title": "Final Bundle Size Reporter - Hooks",
      "description": "Analyzes and reports final bundle sizes when the development session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/final-bundle-size-reporter.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/final-bundle-size-reporter.sh && chmod +x .claude/hooks/final-bundle-size-reporter.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/final-bundle-size-reporter"
    },
    {
      "name": "fireflies-mcp-server",
      "title": "Fireflies MCP Server for Claude",
      "description": "Extract valuable insights from meeting transcripts and summaries",
      "category": "mcp",
      "brandName": "Fireflies",
      "brandDomain": "fireflies.ai",
      "brandIconUrl": "/api/brand-assets/icon/fireflies.ai",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://guide.fireflies.ai/articles/8272956938-learn-about-the-fireflies-mcp-server-model-context-protocol",
      "installCommand": "claude mcp list && claude mcp status fireflies",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/fireflies-mcp-server"
    },
    {
      "name": "frontend-specialist-agent",
      "title": "Frontend Specialist Agent - Agents",
      "description": "Expert frontend developer specializing in modern JavaScript frameworks, UI/UX implementation, and performance optimization",
      "category": "agents",
      "sourceUrl": "https://react.dev/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/frontend-specialist-agent"
    },
    {
      "name": "full-stack-ai-development-agent",
      "title": "Full Stack AI Development Agent - Agents",
      "description": "Full-stack AI development specialist bridging frontend, backend, and AI/ML with AI-assisted coding workflows, intelligent code generation...",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/full-stack-ai-development-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/full-stack-ai-development-agent"
    },
    {
      "name": "generate-tests",
      "title": "Generate Tests for Claude",
      "description": "Automatically generate comprehensive test suites including unit tests, integration tests, and edge cases with multiple testing framework...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.ai/commands/test-gen",
      "installCommand": "/test-gen [options] <file_or_function>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/generate-tests"
    },
    {
      "name": "git-auto-commit-on-stop",
      "title": "Git Auto Commit On Stop - Hooks",
      "description": "Automatically commits all changes with a summary when Claude Code session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/git-auto-commit-on-stop.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/git-auto-commit-on-stop.sh && chmod +x .claude/hooks/git-auto-commit-on-stop.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/git-auto-commit-on-stop"
    },
    {
      "name": "git-branch-protection",
      "title": "Git Branch Protection - Hooks",
      "description": "Prevents direct edits to protected branches like main or master, enforcing PR-based workflows.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/git-branch-protection.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/git-branch-protection.sh && chmod +x .claude/hooks/git-branch-protection.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/git-branch-protection"
    },
    {
      "name": "git-mcp-server",
      "title": "Git MCP Server for Claude",
      "description": "Official MCP server providing Git repository tools for reading, searching, and manipulating Git repositories",
      "category": "mcp",
      "brandName": "Anthropic",
      "brandDomain": "anthropic.com",
      "brandIconUrl": "/api/brand-assets/icon/anthropic.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://modelcontextprotocol.io/examples",
      "installCommand": "claude mcp list && claude mcp status git",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/git-mcp-server"
    },
    {
      "name": "git-pre-commit-validator",
      "title": "Git Pre Commit Validator - Hooks",
      "description": "Comprehensive pre-commit hook that validates code quality, runs tests, and enforces standards.",
      "category": "hooks",
      "sourceUrl": "https://pre-commit.com/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/git-pre-commit-validator.sh && chmod +x .claude/hooks/git-pre-commit-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/git-pre-commit-validator"
    },
    {
      "name": "git-smart-commit",
      "title": "Git Smart Commit for Claude Code",
      "description": "Analyze staged changes and generate a clean conventional commit message.",
      "category": "commands",
      "sourceUrl": "https://www.conventionalcommits.org/",
      "installCommand": "/git-smart-commit [type] [message]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/git-smart-commit"
    },
    {
      "name": "git-cliff-release-changelog-capability-pack",
      "title": "Git-Cliff Release Changelog Capability Pack Skill",
      "description": "Generate stable, high-signal changelogs and release notes with git-cliff and conventional commit discipline.",
      "category": "skills",
      "sourceUrl": "https://git-cliff.org/docs/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/git-cliff-release-changelog-capability-pack.zip -o git-cliff-release-changelog-capability-pack.zip && unzip -o git-cliff-release-changelog-capability-pack.zip -d ./git-cliff-release-changelog-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/git-cliff-release-changelog-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/git-cliff-release-changelog-capability-pack"
    },
    {
      "name": "github-actions-ai-cicd",
      "title": "GitHub Actions AI-Powered CI/CD Automation Skill",
      "description": "Build intelligent CI/CD pipelines with GitHub Actions, AI-assisted workflow generation, automated testing, and deployment orchestration.",
      "category": "skills",
      "brandName": "GitHub",
      "brandDomain": "github.com",
      "brandIconUrl": "/api/brand-assets/icon/github.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2025-10-16",
      "sourceUrl": "https://docs.github.com/en/actions",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/github-actions-ai-cicd.zip -o github-actions-ai-cicd.zip && unzip -o github-actions-ai-cicd.zip -d ./github-actions-ai-cicd",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/github-actions-ai-cicd.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/github-actions-ai-cicd"
    },
    {
      "name": "github-actions-secure-cicd-capability-pack",
      "title": "GitHub Actions Secure CI/CD Capability Pack Skill",
      "description": "Deep CI/CD security and reliability skill for GitHub Actions with reusable workflows, policy checks, and hardened automation patterns.",
      "category": "skills",
      "brandName": "GitHub",
      "brandDomain": "github.com",
      "brandIconUrl": "/api/brand-assets/icon/github.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://docs.github.com/actions",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/github-actions-secure-cicd-capability-pack.zip -o github-actions-secure-cicd-capability-pack.zip && unzip -o github-actions-secure-cicd-capability-pack.zip -d ./github-actions-secure-cicd-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/github-actions-secure-cicd-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/github-actions-secure-cicd-capability-pack"
    },
    {
      "name": "github-actions-workflow-validator",
      "title": "GitHub Actions Validator",
      "description": "Validates GitHub Actions workflow files for syntax errors and best practices.",
      "category": "hooks",
      "brandName": "GitHub",
      "brandDomain": "github.com",
      "brandIconUrl": "/api/brand-assets/icon/github.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.github.com/en/actions",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/github-actions-workflow-validator.sh && chmod +x .claude/hooks/github-actions-workflow-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/github-actions-workflow-validator"
    },
    {
      "name": "github-copilot-interop-bridge",
      "title": "Github Copilot Interop Bridge - Agents",
      "description": "Bridge Claude Code and GitHub Copilot workflows with Haiku 4.5 integration.",
      "category": "agents",
      "brandName": "GitHub Copilot",
      "brandDomain": "github.com",
      "brandIconUrl": "/api/brand-assets/icon/github.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/github-copilot-interop-bridge.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/github-copilot-interop-bridge"
    },
    {
      "name": "github-mcp-server",
      "title": "GitHub MCP Server for Claude",
      "description": "Official GitHub MCP server providing comprehensive GitHub API access for repository management, file operations, and search functionality",
      "category": "mcp",
      "brandName": "GitHub",
      "brandDomain": "github.com",
      "brandIconUrl": "/api/brand-assets/icon/github.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-github",
      "installCommand": "claude mcp add github --env GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_TOKEN -- npx -y @modelcontextprotocol/server-github && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/github-mcp-server"
    },
    {
      "name": "go-module-tidy",
      "title": "Go Module Tidy - Hooks",
      "description": "Automatically runs go mod tidy when Go files or go.mod are modified to keep dependencies clean.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/go-module-tidy.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/go-module-tidy.sh && chmod +x .claude/hooks/go-module-tidy.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/go-module-tidy"
    },
    {
      "name": "google-workspace-gemini-automation",
      "title": "Google Workspace Gemini Automation Skill",
      "description": "Build practical Gemini + Workspace automations with safeguards, auditability, and business-ready output quality.",
      "category": "skills",
      "brandName": "Google",
      "brandDomain": "google.com",
      "brandIconUrl": "/api/brand-assets/icon/google.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://ai.google.dev/gemini-api/docs",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/google-workspace-gemini-automation.zip -o google-workspace-gemini-automation.zip && unzip -o google-workspace-gemini-automation.zip -d ./google-workspace-gemini-automation",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/google-workspace-gemini-automation.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/google-workspace-gemini-automation"
    },
    {
      "name": "graphql-schema-validator",
      "title": "GraphQL Schema Validator - Hooks",
      "description": "Validates GraphQL schema files and checks for breaking changes when modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/graphql-schema-validator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/graphql-schema-validator.sh && chmod +x .claude/hooks/graphql-schema-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/graphql-schema-validator"
    },
    {
      "name": "heyclaude-content-submission-factory",
      "title": "HeyClaude Content Submission Factory",
      "description": "Create validated HeyClaude submission drafts with MCP-assisted schema checks, brand metadata, source URLs, SEO fields, and PR-first review notes.",
      "category": "skills",
      "sourceUrl": "https://heyclau.de/submit",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/heyclaude-content-submission-factory.zip -o heyclaude-content-submission-factory.zip && unzip -o heyclaude-content-submission-factory.zip -d ./heyclaude-content-submission-factory",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/heyclaude-content-submission-factory.mdc",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-06-02"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/heyclaude-content-submission-factory"
    },
    {
      "name": "heyclaude-mcp",
      "title": "HeyClaude MCP Server",
      "description": "Read-only MCP access to the HeyClaude registry.",
      "category": "mcp",
      "brandName": "HeyClaude",
      "brandDomain": "heyclau.de",
      "brandIconUrl": "/favicon.svg",
      "brandAssetSource": "manual",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude",
      "installCommand": "npx -y mcp-remote https://heyclau.de/api/mcp",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/heyclaude-mcp"
    },
    {
      "name": "heyclaude-skill-submission-factory",
      "title": "HeyClaude Skill Submission Factory",
      "description": "Build valid Agent Skills and submit them to HeyClaude through the maintainer-reviewed PR-first gate.",
      "category": "skills",
      "sourceUrl": "https://heyclau.de/submit",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/heyclaude-skill-submission-factory.zip -o heyclaude-skill-submission-factory.zip && unzip -o heyclaude-skill-submission-factory.zip -d ./heyclaude-skill-submission-factory",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/heyclaude-skill-submission-factory.mdc",
          "verifiedAt": "2026-06-02"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-06-02"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/heyclaude-skill-submission-factory"
    },
    {
      "name": "hooks-generator",
      "title": "Hooks Generator for Claude Code",
      "description": "Create automated Claude Code hooks that execute shell commands at specific lifecycle points for deterministic control over formatting, te...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/hooks",
      "installCommand": "/hooks-generator [hook-type] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/hooks-generator"
    },
    {
      "name": "hubspot-mcp-server",
      "title": "Hubspot MCP Server for Claude",
      "description": "Access and manage HubSpot CRM data including contacts, companies, and deals",
      "category": "mcp",
      "brandName": "HubSpot",
      "brandDomain": "hubspot.com",
      "brandIconUrl": "/api/brand-assets/icon/hubspot.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developers.hubspot.com/mcp",
      "installCommand": "claude mcp list && claude mcp status hubspot",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/hubspot-mcp-server"
    },
    {
      "name": "hugging-face-mcp-server",
      "title": "Hugging Face MCP Server - MCP Servers",
      "description": "Access Hugging Face Hub and Gradio AI applications",
      "category": "mcp",
      "brandName": "Hugging Face",
      "brandDomain": "huggingface.co",
      "brandIconUrl": "/api/brand-assets/icon/huggingface.co",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://huggingface.co/settings/mcp",
      "installCommand": "claude mcp list && claude mcp status hugging-face",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/hugging-face-mcp-server"
    },
    {
      "name": "husky-commit-governance-capability-pack",
      "title": "Husky Commit Governance Capability Pack Skill",
      "description": "Set up practical pre-commit and commit-msg hooks that improve quality without bloating CI costs.",
      "category": "skills",
      "sourceUrl": "https://typicode.github.io/husky/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/husky-commit-governance-capability-pack.zip -o husky-commit-governance-capability-pack.zip && unzip -o husky-commit-governance-capability-pack.zip -d ./husky-commit-governance-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/husky-commit-governance-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/husky-commit-governance-capability-pack"
    },
    {
      "name": "i18n-translation-validator",
      "title": "I18n Translation Validator - Hooks",
      "description": "Validates translation files for missing keys and ensures consistency across different language files.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/i18n-translation-validator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/i18n-translation-validator.sh && chmod +x .claude/hooks/i18n-translation-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/i18n-translation-validator"
    },
    {
      "name": "image-ocr-table-extraction",
      "title": "Image OCR + Table Extraction Skill",
      "description": "Extract text and tabular data from images, scanned documents, and PDFs using Tesseract OCR engine with OpenCV preprocessing.",
      "category": "skills",
      "sourceUrl": "https://tesseract-ocr.github.io/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/image-ocr-table-extraction.zip -o image-ocr-table-extraction.zip && unzip -o image-ocr-table-extraction.zip -d ./image-ocr-table-extraction",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/image-ocr-table-extraction.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/image-ocr-table-extraction"
    },
    {
      "name": "indexnow-search-indexing-accelerator",
      "title": "IndexNow Search Indexing Accelerator Skill",
      "description": "SEO operations skill for faster indexing updates using structured publishing, sitemap hygiene, and IndexNow submission patterns.",
      "category": "skills",
      "sourceUrl": "https://www.indexnow.org/documentation",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/indexnow-search-indexing-accelerator.zip -o indexnow-search-indexing-accelerator.zip && unzip -o indexnow-search-indexing-accelerator.zip -d ./indexnow-search-indexing-accelerator",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/indexnow-search-indexing-accelerator.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/indexnow-search-indexing-accelerator"
    },
    {
      "name": "intercom-mcp-server",
      "title": "Intercom MCP Server for Claude",
      "description": "Access customer conversations, tickets, and user data in real-time",
      "category": "mcp",
      "brandName": "Intercom",
      "brandDomain": "intercom.com",
      "brandIconUrl": "/api/brand-assets/icon/intercom.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developers.intercom.com/docs/guides/mcp",
      "installCommand": "claude mcp list && claude mcp status intercom",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/intercom-mcp-server"
    },
    {
      "name": "invideo-mcp-server",
      "title": "Invideo MCP Server for Claude",
      "description": "Build video creation capabilities into your applications",
      "category": "mcp",
      "brandName": "Invideo",
      "brandDomain": "invideo.io",
      "brandIconUrl": "/api/brand-assets/icon/invideo.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://invideo.io/ai/mcp",
      "installCommand": "claude mcp list && claude mcp status invideo",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/invideo-mcp-server"
    },
    {
      "name": "jam-mcp-server",
      "title": "Jam MCP Server for Claude",
      "description": "Debug faster with AI agents that access video recordings, console logs, and network requests",
      "category": "mcp",
      "brandName": "Jam",
      "brandDomain": "jam.dev",
      "brandIconUrl": "/api/brand-assets/icon/jam.dev",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://jam.dev/docs/debug-a-jam/mcp",
      "installCommand": "claude mcp list && claude mcp status jam",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/jam-mcp-server"
    },
    {
      "name": "jest-snapshot-auto-updater",
      "title": "Jest Snapshot Auto Updater - Hooks",
      "description": "Automatically updates Jest snapshots when component files are modified significantly.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/jest-snapshot-auto-updater.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/jest-snapshot-auto-updater.sh && chmod +x .claude/hooks/jest-snapshot-auto-updater.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/jest-snapshot-auto-updater"
    },
    {
      "name": "jira-mcp-server",
      "title": "Jira MCP Server for Claude",
      "description": "Manage Jira tickets and Confluence documentation",
      "category": "mcp",
      "brandName": "Jira",
      "brandDomain": "atlassian.com",
      "brandIconUrl": "/api/brand-assets/icon/atlassian.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://www.atlassian.com/platform/remote-mcp-server",
      "installCommand": "claude mcp list && claude mcp status jira",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/jira-mcp-server"
    },
    {
      "name": "json-schema-validation-transformation",
      "title": "JSON Schema Validate + Transform Skill",
      "description": "Validate JSON data against JSON Schema specifications (draft-07, 2019-09, 2020-12) and perform safe, lossless schema migrations and trans...",
      "category": "skills",
      "sourceUrl": "https://ajv.js.org/",
      "installCommand": "npm i ajv",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/json-schema-validation-transformation.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/json-schema-validation-transformation"
    },
    {
      "name": "json-schema-validator",
      "title": "JSON Schema Validator - Hooks",
      "description": "Validates JSON files against their schemas when modified to ensure data integrity.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/json-schema-validator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/json-schema-validator.sh && chmod +x .claude/hooks/json-schema-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/json-schema-validator"
    },
    {
      "name": "kubernetes-manifest-validator",
      "title": "Kubernetes Manifest Validator - Hooks",
      "description": "Validates Kubernetes YAML manifests for syntax and best practices when modified.",
      "category": "hooks",
      "brandName": "Kubernetes",
      "brandDomain": "kubernetes.io",
      "brandIconUrl": "/api/brand-assets/icon/kubernetes.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/kubernetes-manifest-validator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/kubernetes-manifest-validator.sh && chmod +x .claude/hooks/kubernetes-manifest-validator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/kubernetes-manifest-validator"
    },
    {
      "name": "kubernetes-mcp-server",
      "title": "Kubernetes MCP Server - MCP Servers",
      "description": "Kubernetes cluster management and container orchestration through MCP integration",
      "category": "mcp",
      "brandName": "Kubernetes",
      "brandDomain": "kubernetes.io",
      "brandIconUrl": "/api/brand-assets/icon/kubernetes.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/feiskyer/mcp-kubernetes-server",
      "installCommand": "claude mcp add kubernetes --env KUBECONFIG=/path/to/your/kubeconfig -- uvx mcp-kubernetes-server && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/kubernetes-mcp-server"
    },
    {
      "name": "life-sciences-research-specialist",
      "title": "Life Sciences Research Specialist - Agents",
      "description": "Automate biomedical research workflows with Claude for Life Sciences.",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/life-sciences-research-specialist.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/life-sciences-research-specialist"
    },
    {
      "name": "linear-mcp-server",
      "title": "Linear MCP Server for Claude",
      "description": "Integrate with Linear's issue tracking and project management system",
      "category": "mcp",
      "brandName": "Linear",
      "brandDomain": "linear.app",
      "brandIconUrl": "/api/brand-assets/icon/linear.app",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://linear.app/docs/mcp",
      "installCommand": "claude mcp list && claude mcp status linear",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/linear-mcp-server"
    },
    {
      "name": "log-parsing-incident-timeline",
      "title": "Log Parsing + Incident Timeline Skill",
      "description": "Parse web, application, and system logs into structured incidents and timelines with anomaly detection.",
      "category": "skills",
      "sourceUrl": "https://github.com/BurntSushi/ripgrep",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/log-parsing-incident-timeline.zip -o log-parsing-incident-timeline.zip && unzip -o log-parsing-incident-timeline.zip -d ./log-parsing-incident-timeline",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/log-parsing-incident-timeline.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/log-parsing-incident-timeline"
    },
    {
      "name": "markdown-knowledge-base-composer",
      "title": "Markdown Knowledge Base Composer Skill",
      "description": "Aggregate Markdown folders into cohesive knowledge bases with automated table of contents generation, cross-link validation and rewriting...",
      "category": "skills",
      "sourceUrl": "https://github.com/remarkjs/remark",
      "installCommand": "npm i remark unified",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/markdown-knowledge-base-composer.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/markdown-knowledge-base-composer"
    },
    {
      "name": "markdown-link-checker",
      "title": "Markdown Link Checker - Hooks",
      "description": "Validates all links in markdown files to detect broken links and references.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/markdown-link-checker.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/markdown-link-checker.sh && chmod +x .claude/hooks/markdown-link-checker.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/markdown-link-checker"
    },
    {
      "name": "mcp-server-authoring-security-capability-pack",
      "title": "MCP Server Authoring Security Capability Pack Skill",
      "description": "Deep MCP server skill for secure tool design, permissioning, contract stability, and production-grade safety controls.",
      "category": "skills",
      "sourceUrl": "https://modelcontextprotocol.io/specification/2025-06-18/basic/security_best_practices",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/mcp-server-authoring-security-capability-pack.zip -o mcp-server-authoring-security-capability-pack.zip && unzip -o mcp-server-authoring-security-capability-pack.zip -d ./mcp-server-authoring-security-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/mcp-server-authoring-security-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/mcp-server-authoring-security-capability-pack"
    },
    {
      "name": "mcp-server-security-hardening",
      "title": "MCP Server Security Hardening Skill",
      "description": "Harden Model Context Protocol servers with practical controls for auth, tool scope, input validation, and supply-chain risk.",
      "category": "skills",
      "sourceUrl": "https://modelcontextprotocol.io/specification/2025-06-18",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/mcp-server-security-hardening.zip -o mcp-server-security-hardening.zip && unzip -o mcp-server-security-hardening.zip -d ./mcp-server-security-hardening",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/mcp-server-security-hardening.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/mcp-server-security-hardening"
    },
    {
      "name": "mcp-setup",
      "title": "MCP Server Setup for Claude Code",
      "description": "Configure and connect MCP servers to Claude Code with OAuth authentication, tool access, and remote server support for seamless external...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/mcp",
      "installCommand": "/mcp-setup [server-type] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/mcp-setup"
    },
    {
      "name": "mcp-tool-contract-testing",
      "title": "MCP Tool Contract Testing Skill",
      "description": "Test-first MCP tool validation for safer integrations, stronger reliability, and lower breakage risk.",
      "category": "skills",
      "sourceUrl": "https://modelcontextprotocol.io/specification/2025-06-18/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/mcp-tool-contract-testing.zip -o mcp-tool-contract-testing.zip && unzip -o mcp-tool-contract-testing.zip -d ./mcp-tool-contract-testing",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/mcp-tool-contract-testing.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/mcp-tool-contract-testing"
    },
    {
      "name": "memesio-mcp-server",
      "title": "Memesio MCP Server",
      "description": "Hosted MCP server for meme template search, captioned meme rendering, share links, and optional keyed AI meme generation.",
      "category": "mcp",
      "submittedBy": "vy35",
      "submittedByUrl": "https://github.com/vy35",
      "submittedAt": "2026-05-08T18:13:55.000Z",
      "submissionIssueNumber": 325,
      "submissionIssueUrl": "https://github.com/JSONbored/awesome-claude/issues/325",
      "reviewedBy": "JSONbored",
      "reviewedAt": "2026-05-10T21:02:24.000Z",
      "claimStatus": "unclaimed",
      "brandName": "Memesio",
      "brandDomain": "memesio.com",
      "brandIconUrl": "/api/brand-assets/icon/memesio.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://memesio.com/developers/mcp",
      "installCommand": "claude mcp add --transport http memesio https://memesio.com/api/mcp",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/memesio-mcp-server"
    },
    {
      "name": "memory-usage-monitor",
      "title": "Memory Usage Monitor - Hooks",
      "description": "Monitors memory usage and alerts when thresholds are exceeded.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/memory-usage-monitor.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/memory-usage-monitor.sh && chmod +x .claude/hooks/memory-usage-monitor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/memory-usage-monitor"
    },
    {
      "name": "mintlify-documentation-automation",
      "title": "Mintlify AI Documentation Automation Skill",
      "description": "Automate beautiful, searchable documentation creation with Mintlify - the modern AI-native documentation platform.",
      "category": "skills",
      "sourceUrl": "https://mintlify.com/docs",
      "installCommand": "npm install -g mintlify",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/mintlify-documentation-automation.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/mintlify-documentation-automation"
    },
    {
      "name": "mintlify-docs",
      "title": "Mintlify Documentation Generator for Claude",
      "description": "Generate beautiful, searchable documentation using Mintlify with AI-powered content generation, API reference automation, and MDX components",
      "category": "commands",
      "sourceUrl": "https://mintlify.com/docs",
      "installCommand": "/mintlify-docs [options] <documentation_scope>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/mintlify-docs"
    },
    {
      "name": "model-routing-cost-latency-optimizer",
      "title": "Model Routing Cost and Latency Optimizer Skill",
      "description": "Build quality-aware model routing with fallback tiers, budget controls, and measurable cost/performance tradeoffs.",
      "category": "skills",
      "sourceUrl": "https://platform.openai.com/docs/guides/latency-optimization",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/model-routing-cost-latency-optimizer.zip -o model-routing-cost-latency-optimizer.zip && unzip -o model-routing-cost-latency-optimizer.zip -d ./model-routing-cost-latency-optimizer",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/model-routing-cost-latency-optimizer.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/model-routing-cost-latency-optimizer"
    },
    {
      "name": "monday-mcp-server",
      "title": "Monday MCP Server for Claude",
      "description": "Manage monday.com boards, items, and CRM activities",
      "category": "mcp",
      "brandName": "Monday.com",
      "brandDomain": "monday.com",
      "brandIconUrl": "/api/brand-assets/icon/monday.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developer.monday.com/apps/docs/mondaycom-mcp-integration",
      "installCommand": "claude mcp list && claude mcp status monday",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/monday-mcp-server"
    },
    {
      "name": "multi-agent-orchestration-specialist",
      "title": "Multi Agent Orchestration Specialist - Agents",
      "description": "Multi-agent orchestration specialist using LangGraph and CrewAI for complex, stateful workflows with graph-driven reasoning and role-base...",
      "category": "agents",
      "brandName": "LangGraph",
      "brandDomain": "langchain.com",
      "brandIconUrl": "/api/brand-assets/icon/langchain.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/multi-agent-orchestration-specialist.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/multi-agent-orchestration-specialist"
    },
    {
      "name": "n8n-ai-agent-workflow-architect",
      "title": "n8n AI Agent Workflow Architect Skill",
      "description": "Build high-value n8n workflows that automate real business tasks with robust guardrails, retries, and handoff logic.",
      "category": "skills",
      "brandName": "n8n",
      "brandDomain": "n8n.io",
      "brandIconUrl": "/api/brand-assets/icon/n8n.io",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://docs.n8n.io/advanced-ai/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/n8n-ai-agent-workflow-architect.zip -o n8n-ai-agent-workflow-architect.zip && unzip -o n8n-ai-agent-workflow-architect.zip -d ./n8n-ai-agent-workflow-architect",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/n8n-ai-agent-workflow-architect.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/n8n-ai-agent-workflow-architect"
    },
    {
      "name": "n8n-operations-resilience-capability-pack",
      "title": "n8n Operations Resilience Capability Pack Skill",
      "description": "Run n8n in production with retry strategy, failure isolation, and secure credential governance.",
      "category": "skills",
      "brandName": "n8n",
      "brandDomain": "n8n.io",
      "brandIconUrl": "/api/brand-assets/icon/n8n.io",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-11",
      "sourceUrl": "https://docs.n8n.io/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/n8n-operations-resilience-capability-pack.zip -o n8n-operations-resilience-capability-pack.zip && unzip -o n8n-operations-resilience-capability-pack.zip -d ./n8n-operations-resilience-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/n8n-operations-resilience-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/n8n-operations-resilience-capability-pack"
    },
    {
      "name": "n8n-production-security-capability-pack",
      "title": "n8n Production Security Capability Pack Skill",
      "description": "Deep n8n production security skill for safe AI workflows, credential protection, and incident-ready operations.",
      "category": "skills",
      "brandName": "n8n",
      "brandDomain": "n8n.io",
      "brandIconUrl": "/api/brand-assets/icon/n8n.io",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://docs.n8n.io/hosting/securing/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/n8n-production-security-capability-pack.zip -o n8n-production-security-capability-pack.zip && unzip -o n8n-production-security-capability-pack.zip -d ./n8n-production-security-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/n8n-production-security-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/n8n-production-security-capability-pack"
    },
    {
      "name": "netlify-mcp-server",
      "title": "Netlify MCP Server for Claude",
      "description": "Create, deploy, and manage websites on Netlify platform",
      "category": "mcp",
      "brandName": "Netlify",
      "brandDomain": "netlify.com",
      "brandIconUrl": "/api/brand-assets/icon/netlify.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.netlify.com/build/build-with-ai/netlify-mcp-server/",
      "installCommand": "claude mcp list && claude mcp status netlify",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/netlify-mcp-server"
    },
    {
      "name": "nextjs-route-analyzer",
      "title": "Nextjs Route Analyzer - Hooks",
      "description": "Analyzes Next.js page routes and generates a route map when pages are added or modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/nextjs-route-analyzer.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/nextjs-route-analyzer.sh && chmod +x .claude/hooks/nextjs-route-analyzer.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/nextjs-route-analyzer"
    },
    {
      "name": "notion-mcp-server",
      "title": "Notion MCP Server for Claude",
      "description": "Read docs, update pages, and manage tasks in Notion workspaces",
      "category": "mcp",
      "brandName": "Notion",
      "brandDomain": "notion.so",
      "brandIconUrl": "/api/brand-assets/icon/notion.so",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developers.notion.com/docs/mcp",
      "installCommand": "claude mcp list && claude mcp status notion",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/notion-mcp-server"
    },
    {
      "name": "openclaw-agent-ops-hardening",
      "title": "OpenClaw Agent Ops Hardening Skill",
      "description": "Production hardening for OpenClaw deployments, including permissions, network segmentation, and abuse-resistant agent controls.",
      "category": "skills",
      "sourceUrl": "https://github.com/openclaw/openclaw",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/openclaw-agent-ops-hardening.zip -o openclaw-agent-ops-hardening.zip && unzip -o openclaw-agent-ops-hardening.zip -d ./openclaw-agent-ops-hardening",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/openclaw-agent-ops-hardening.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/openclaw-agent-ops-hardening"
    },
    {
      "name": "openclaw-operator-capability-pack",
      "title": "OpenClaw Operator Capability Pack Skill",
      "description": "Deep operational OpenClaw skill for maintaining secure, reliable, and cost-aware multi-agent systems.",
      "category": "skills",
      "sourceUrl": "https://github.com/openclaw/openclaw",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/openclaw-operator-capability-pack.zip -o openclaw-operator-capability-pack.zip && unzip -o openclaw-operator-capability-pack.zip -d ./openclaw-operator-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/openclaw-operator-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/openclaw-operator-capability-pack"
    },
    {
      "name": "openclaw-skill-authoring-factory-capability-pack",
      "title": "OpenClaw Skill Authoring Factory Capability Pack Skill",
      "description": "Build high-quality OpenClaw-compatible skills with deterministic structure, freshness controls, and packaging standards.",
      "category": "skills",
      "sourceUrl": "https://github.com/openclaw/openclaw",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/openclaw-skill-authoring-factory-capability-pack.zip -o openclaw-skill-authoring-factory-capability-pack.zip && unzip -o openclaw-skill-authoring-factory-capability-pack.zip -d ./openclaw-skill-authoring-factory-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/openclaw-skill-authoring-factory-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/openclaw-skill-authoring-factory-capability-pack"
    },
    {
      "name": "opennext-cloudflare-capability-pack",
      "title": "OpenNext Cloudflare Capability Pack Skill",
      "description": "Deep operational skill for running Next.js via OpenNext on Cloudflare Workers with correct caching, bindings, and reliability controls.",
      "category": "skills",
      "brandName": "Cloudflare",
      "brandDomain": "cloudflare.com",
      "brandIconUrl": "/api/brand-assets/icon/cloudflare.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://opennext.js.org/cloudflare/get-started",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/opennext-cloudflare-capability-pack.zip -o opennext-cloudflare-capability-pack.zip && unzip -o opennext-cloudflare-capability-pack.zip -d ./opennext-cloudflare-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/opennext-cloudflare-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/opennext-cloudflare-capability-pack"
    },
    {
      "name": "package-vulnerability-scanner",
      "title": "Package Vulnerability Scanner - Hooks",
      "description": "Scans for security vulnerabilities when package.json or requirements.txt files are modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/package-vulnerability-scanner.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/package-vulnerability-scanner.sh && chmod +x .claude/hooks/package-vulnerability-scanner.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/package-vulnerability-scanner"
    },
    {
      "name": "packrift-mcp-server",
      "title": "Packrift MCP Server",
      "description": "Remote MCP server for Packrift packaging catalog search, pricing and inventory context, and ecommerce cart URL creation.",
      "category": "mcp",
      "submittedBy": "Packrift",
      "submittedByUrl": "https://github.com/Packrift",
      "submittedAt": "2026-05-10T20:42:43.000Z",
      "submissionIssueNumber": 334,
      "submissionIssueUrl": "https://github.com/JSONbored/awesome-claude/issues/334",
      "reviewedBy": "JSONbored",
      "reviewedAt": "2026-05-16T22:38:10.000Z",
      "claimStatus": "unclaimed",
      "brandName": "Packrift",
      "brandDomain": "packrift.com",
      "brandIconUrl": "/api/brand-assets/icon/packrift.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/Packrift/packrift-mcp",
      "installCommand": "No local install package is required for the hosted endpoint. Configure the remote MCP URL: https://mcp.packrift.com/mcp",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/packrift-mcp-server"
    },
    {
      "name": "pagespeed-insights-optimizer",
      "title": "PageSpeed Insights Optimization Skill for AI Agents",
      "description": "Improve PSI/Lighthouse scores with a strict workflow for LCP, render-blocking resources, and unused JS/CSS while preserving design and behavior.",
      "category": "skills",
      "sourceUrl": "https://web.dev/articles/vitals",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/pagespeed-insights-optimizer.zip -o pagespeed-insights-optimizer.zip && unzip -o pagespeed-insights-optimizer.zip -d ./pagespeed-insights-optimizer",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/pagespeed-insights-optimizer.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/pagespeed-insights-optimizer"
    },
    {
      "name": "parallel-subagent-distributor",
      "title": "Parallel Subagent Distributor - Agents",
      "description": "Parallel subagent workload distribution specialist coordinating concurrent Claude Code subagents for massive speedups using native parall...",
      "category": "agents",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/sub-agents",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/parallel-subagent-distributor"
    },
    {
      "name": "paypal-mcp-server",
      "title": "Paypal MCP Server for Claude",
      "description": "Integrate PayPal commerce capabilities, payment processing, and transaction management",
      "category": "mcp",
      "brandName": "PayPal",
      "brandDomain": "paypal.com",
      "brandIconUrl": "/api/brand-assets/icon/paypal.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://www.paypal.ai/",
      "installCommand": "claude mcp list && claude mcp status paypal",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/paypal-mcp-server"
    },
    {
      "name": "performance-benchmark-report",
      "title": "Performance Benchmark Report - Hooks",
      "description": "Runs performance benchmarks and generates comparison report when session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/performance-benchmark-report.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/performance-benchmark-report.sh && chmod +x .claude/hooks/performance-benchmark-report.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/performance-benchmark-report"
    },
    {
      "name": "performance-impact-monitor",
      "title": "Performance Impact Monitor - Hooks",
      "description": "Monitors and alerts on performance-impacting changes in real-time.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/performance-impact-monitor.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/performance-impact-monitor.sh && chmod +x .claude/hooks/performance-impact-monitor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/performance-impact-monitor"
    },
    {
      "name": "performance-monitor",
      "title": "Performance Monitor - Hooks",
      "description": "Monitors application performance metrics, identifies bottlenecks, and provides optimization recommendations.",
      "category": "hooks",
      "sourceUrl": "https://web.dev/vitals/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/performance-monitor.sh && chmod +x .claude/hooks/performance-monitor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/performance-monitor"
    },
    {
      "name": "performance-optimizer-agent",
      "title": "Performance Optimizer Agent - Agents",
      "description": "Expert in application performance optimization, profiling, and system tuning across frontend, backend, and infrastructure",
      "category": "agents",
      "sourceUrl": "https://web.dev/performance/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/performance-optimizer-agent"
    },
    {
      "name": "plaid-mcp-server",
      "title": "Plaid MCP Server for Claude",
      "description": "Analyze, troubleshoot, and optimize Plaid integrations for banking data and financial account linking",
      "category": "mcp",
      "brandName": "Plaid",
      "brandDomain": "plaid.com",
      "brandIconUrl": "/api/brand-assets/icon/plaid.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://plaid.com/blog/plaid-mcp-ai-assistant-claude/",
      "installCommand": "claude mcp list && claude mcp status plaid",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/plaid-mcp-server"
    },
    {
      "name": "plan-mode",
      "title": "Plan Mode & Extended Thinking for Claude Code",
      "description": "Activate Claude's extended thinking mode with multi-level planning depth from 'think' to 'ultrathink' for comprehensive strategy creation...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/extended-thinking",
      "installCommand": "/plan-mode [task] [depth]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/plan-mode"
    },
    {
      "name": "playwright-e2e-testing",
      "title": "Playwright E2E Testing Automation Skill",
      "description": "Automate end-to-end testing with Playwright - the modern browser automation framework that supports Chromium, Firefox, and WebKit with a...",
      "category": "skills",
      "sourceUrl": "https://playwright.dev/",
      "installCommand": "npx playwright install --with-deps",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/playwright-e2e-testing.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/playwright-e2e-testing"
    },
    {
      "name": "playwright-mcp-browser-automation-engineer",
      "title": "Playwright MCP Browser Automation Engineer Skill",
      "description": "Cross-platform browser task automation for AI agents using Playwright MCP with stability and observability built in.",
      "category": "skills",
      "sourceUrl": "https://playwright.dev/docs/getting-started-mcp",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/playwright-mcp-browser-automation-engineer.zip -o playwright-mcp-browser-automation-engineer.zip && unzip -o playwright-mcp-browser-automation-engineer.zip -d ./playwright-mcp-browser-automation-engineer",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/playwright-mcp-browser-automation-engineer.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/playwright-mcp-browser-automation-engineer"
    },
    {
      "name": "playwright-test-runner",
      "title": "Playwright Test Runner - Hooks",
      "description": "Automatically runs Playwright E2E tests when test files or page components are modified.",
      "category": "hooks",
      "sourceUrl": "https://playwright.dev",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/playwright-test-runner.sh && chmod +x .claude/hooks/playwright-test-runner.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/playwright-test-runner"
    },
    {
      "name": "plugin-ecosystem-architect",
      "title": "Plugin Ecosystem Architect - Agents",
      "description": "Design and publish Claude Code plugins for the October 2025 marketplace launch.",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/plugin-ecosystem-architect.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/plugin-ecosystem-architect"
    },
    {
      "name": "postgresql-mcp-server",
      "title": "Postgresql MCP Server - MCP Servers",
      "description": "Official MCP server providing read-only access to PostgreSQL databases with schema inspection and query capabilities",
      "category": "mcp",
      "brandName": "Anthropic",
      "brandDomain": "anthropic.com",
      "brandIconUrl": "/api/brand-assets/icon/anthropic.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://modelcontextprotocol.io/examples",
      "installCommand": "claude mcp list && claude mcp status postgres",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/postgresql-mcp-server"
    },
    {
      "name": "postgresql-query-optimization",
      "title": "PostgreSQL Query Optimization Skill",
      "description": "Analyze and optimize PostgreSQL queries for OLTP and OLAP workloads with AI-assisted performance tuning, indexing strategies, and executi...",
      "category": "skills",
      "sourceUrl": "https://www.postgresql.org/docs/current/performance-tips.html",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/postgresql-query-optimization.zip -o postgresql-query-optimization.zip && unzip -o postgresql-query-optimization.zip -d ./postgresql-query-optimization",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/postgresql-query-optimization.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/postgresql-query-optimization"
    },
    {
      "name": "prisma-schema-sync",
      "title": "Prisma Schema Sync - Hooks",
      "description": "Automatically generates Prisma client and creates migrations when schema.prisma is modified.",
      "category": "hooks",
      "sourceUrl": "https://www.prisma.io/docs",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/prisma-schema-sync.sh && chmod +x .claude/hooks/prisma-schema-sync.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/prisma-schema-sync"
    },
    {
      "name": "product-management-ai-agent",
      "title": "Product Management AI Agent - Agents",
      "description": "AI-powered product management specialist focused on user story generation, product analytics, roadmap prioritization, A/B testing, and da...",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/product-management-ai-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/product-management-ai-agent"
    },
    {
      "name": "production-reliability-engineer",
      "title": "Production Reliability Engineer - Agents",
      "description": "Ensure production deployment reliability with SRE best practices.",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/production-reliability-engineer.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/production-reliability-engineer"
    },
    {
      "name": "prompt-injection-defense-guardrails",
      "title": "Prompt Injection Defense Guardrails Skill",
      "description": "Implement practical prompt injection defenses with policy gates, tool constraints, and adversarial test cases.",
      "category": "skills",
      "sourceUrl": "https://genai.owasp.org/llmrisk/llm01-prompt-injection/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/prompt-injection-defense-guardrails.zip -o prompt-injection-defense-guardrails.zip && unzip -o prompt-injection-defense-guardrails.zip -d ./prompt-injection-defense-guardrails",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/prompt-injection-defense-guardrails.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/prompt-injection-defense-guardrails"
    },
    {
      "name": "prompt-optimization-specialist",
      "title": "Prompt Optimization Specialist - Agents",
      "description": "Optimize agent prompts and system instructions with meta-prompting techniques.",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/prompt-optimization-specialist.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/prompt-optimization-specialist"
    },
    {
      "name": "prompt-to-asset",
      "title": "Prompt-to-asset",
      "description": "Generate app icons, favicons, OG images, and logos via 30+ image models. No API key required for first run.",
      "category": "mcp",
      "submittedBy": "MohamedAbdallah-14",
      "submittedByUrl": "https://github.com/MohamedAbdallah-14",
      "submittedAt": "2026-04-25T15:44:14.000Z",
      "submissionIssueNumber": 305,
      "submissionIssueUrl": "https://github.com/JSONbored/awesome-claude/issues/305",
      "importPrNumber": 311,
      "importPrUrl": "https://github.com/JSONbored/awesome-claude/pull/311",
      "reviewedBy": "JSONbored",
      "reviewedAt": "2026-04-30T11:16:21.000Z",
      "claimStatus": "unclaimed",
      "sourceUrl": "https://github.com/MohamedAbdallah-14/prompt-to-asset",
      "installCommand": "npx -y prompt-to-asset",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/prompt-to-asset"
    },
    {
      "name": "proxmox-ve-api-capability-pack",
      "title": "Proxmox VE API Capability Pack Skill",
      "description": "Deep Proxmox API skill for reliable infrastructure automation with safe sequencing and operational guardrails.",
      "category": "skills",
      "sourceUrl": "https://pve.proxmox.com/mediawiki/index.php?title=Proxmox_VE_API",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/proxmox-ve-api-capability-pack.zip -o proxmox-ve-api-capability-pack.zip && unzip -o proxmox-ve-api-capability-pack.zip -d ./proxmox-ve-api-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/proxmox-ve-api-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/proxmox-ve-api-capability-pack"
    },
    {
      "name": "proxmox-ve-api-orchestrator",
      "title": "Proxmox VE API Orchestrator Skill",
      "description": "Proxmox automation skill for repeatable VM/LXC operations, backups, and cluster-safe workflows.",
      "category": "skills",
      "sourceUrl": "https://pve.proxmox.com/mediawiki/index.php?title=Proxmox_VE_API",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/proxmox-ve-api-orchestrator.zip -o proxmox-ve-api-orchestrator.zip && unzip -o proxmox-ve-api-orchestrator.zip -d ./proxmox-ve-api-orchestrator",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/proxmox-ve-api-orchestrator.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/proxmox-ve-api-orchestrator"
    },
    {
      "name": "python-import-optimizer",
      "title": "Python Import Optimizer - Hooks",
      "description": "Automatically sorts and optimizes Python imports using isort when Python files are modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/python-import-optimizer.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/python-import-optimizer.sh && chmod +x .claude/hooks/python-import-optimizer.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/python-import-optimizer"
    },
    {
      "name": "python-linter-integration",
      "title": "Python Linter Integration - Hooks",
      "description": "Automatically runs pylint on Python files after editing to enforce code quality standards.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/python-linter-integration.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/python-linter-integration.sh && chmod +x .claude/hooks/python-linter-integration.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/python-linter-integration"
    },
    {
      "name": "raycast-extension-dev-publish-capability-pack",
      "title": "Raycast Extension Dev Publish Capability Pack Skill",
      "description": "Deep Raycast builder skill for creating, validating, and shipping high-quality extensions to the Raycast ecosystem.",
      "category": "skills",
      "brandName": "Raycast",
      "brandDomain": "raycast.com",
      "brandIconUrl": "/api/brand-assets/icon/raycast.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-10",
      "sourceUrl": "https://developers.raycast.com/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/raycast-extension-dev-publish-capability-pack.zip -o raycast-extension-dev-publish-capability-pack.zip && unzip -o raycast-extension-dev-publish-capability-pack.zip -d ./raycast-extension-dev-publish-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/raycast-extension-dev-publish-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/raycast-extension-dev-publish-capability-pack"
    },
    {
      "name": "react-component-test-generator",
      "title": "React Test Generator",
      "description": "Automatically creates or updates test files when React components are modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/react-component-test-generator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/react-component-test-generator.sh && chmod +x .claude/hooks/react-component-test-generator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/react-component-test-generator"
    },
    {
      "name": "real-time-activity-tracker",
      "title": "Real Time Activity Tracker - Hooks",
      "description": "Tracks all Claude Code activities in real-time and logs them for monitoring and debugging.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/real-time-activity-tracker.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/real-time-activity-tracker.sh && chmod +x .claude/hooks/real-time-activity-tracker.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/real-time-activity-tracker"
    },
    {
      "name": "reddit-mcp-buddy",
      "title": "Reddit MCP Buddy for Claude",
      "description": "Browse Reddit, search posts, and analyze user activity directly from Claude - no API keys required",
      "category": "mcp",
      "brandName": "Reddit",
      "brandDomain": "reddit.com",
      "brandIconUrl": "/api/brand-assets/icon/reddit.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/karanb192/reddit-mcp-buddy",
      "installCommand": "claude mcp add reddit-buddy -- npx reddit-mcp-buddy && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/reddit-mcp-buddy"
    },
    {
      "name": "redis-cache-invalidator",
      "title": "Redis Cache Invalidator - Hooks",
      "description": "Automatically clears relevant Redis cache keys when data model files are modified.",
      "category": "hooks",
      "brandName": "Redis",
      "brandDomain": "redis.io",
      "brandIconUrl": "/api/brand-assets/icon/redis.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/redis-cache-invalidator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/redis-cache-invalidator.sh && chmod +x .claude/hooks/redis-cache-invalidator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/redis-cache-invalidator"
    },
    {
      "name": "redis-mcp-server",
      "title": "Redis MCP Server for Claude",
      "description": "Official Redis MCP server providing natural language interface for Redis data management and operations",
      "category": "mcp",
      "brandName": "Redis",
      "brandDomain": "redis.io",
      "brandIconUrl": "/api/brand-assets/icon/redis.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/redis/mcp-redis",
      "installCommand": "uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url redis://localhost:6379/0 && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/redis-mcp-server"
    },
    {
      "name": "rest-api-client-harness",
      "title": "REST API Client Harness Skill",
      "description": "Explore and script against REST APIs with comprehensive authentication support (API keys, OAuth 2.0, JWT Bearer tokens, Basic Auth), pagi...",
      "category": "skills",
      "sourceUrl": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/rest-api-client-harness.zip -o rest-api-client-harness.zip && unzip -o rest-api-client-harness.zip -d ./rest-api-client-harness",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/rest-api-client-harness.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/rest-api-client-harness"
    },
    {
      "name": "retro-daily",
      "title": "Retro Daily - Hooks",
      "description": "SessionStart hook that prints a daily Claude Code retro: competency grade, efficiency sparklines, contributions heatmap, and weak-metric scout findings.",
      "category": "hooks",
      "submittedBy": "gyanesh-m",
      "submittedByUrl": "https://github.com/gyanesh-m",
      "sourceUrl": "https://github.com/gyanesh-m/retro-daily",
      "installCommand": "/plugin marketplace add gyanesh-m/retro-daily && /plugin install retro-daily@retro-daily",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/retro-daily"
    },
    {
      "name": "rust-cargo-check",
      "title": "Rust Cargo Check - Hooks",
      "description": "Automatically runs cargo check and clippy when Rust files are modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/rust-cargo-check.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/rust-cargo-check.sh && chmod +x .claude/hooks/rust-cargo-check.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/rust-cargo-check"
    },
    {
      "name": "saas-pricing-experimentation-engine",
      "title": "SaaS Pricing Experimentation Engine Skill",
      "description": "Revenue optimization skill for designing and evaluating pricing experiments without corrupting core business metrics.",
      "category": "skills",
      "sourceUrl": "https://stripe.com/docs",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/saas-pricing-experimentation-engine.zip -o saas-pricing-experimentation-engine.zip && unzip -o saas-pricing-experimentation-engine.zip -d ./saas-pricing-experimentation-engine",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/saas-pricing-experimentation-engine.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/saas-pricing-experimentation-engine"
    },
    {
      "name": "scss-auto-compiler",
      "title": "SCSS Auto Compiler - Hooks",
      "description": "Automatically compiles SCSS/Sass files to CSS when they are modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/scss-auto-compiler.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/scss-auto-compiler.sh && chmod +x .claude/hooks/scss-auto-compiler.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/scss-auto-compiler"
    },
    {
      "name": "security-scanner-hook",
      "title": "Security Scanner Hook - Hooks",
      "description": "Automated security vulnerability scanning that integrates with development workflow to detect and prevent security issues before deployment.",
      "category": "hooks",
      "sourceUrl": "https://owasp.org/www-project-top-ten/",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/security-scanner-hook.sh && chmod +x .claude/hooks/security-scanner-hook.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/security-scanner-hook"
    },
    {
      "name": "semantic-kernel-enterprise-agent",
      "title": "Semantic Kernel Enterprise Agent - Agents",
      "description": "Microsoft Semantic Kernel enterprise agent specialist for building Azure-native AI applications with multi-language SDK support, plugin g...",
      "category": "agents",
      "brandName": "Microsoft",
      "brandDomain": "microsoft.com",
      "brandIconUrl": "/api/brand-assets/icon/microsoft.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/semantic-kernel-enterprise-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/semantic-kernel-enterprise-agent"
    },
    {
      "name": "sensitive-data-alert-scanner",
      "title": "Sensitive Data Alert Scanner - Hooks",
      "description": "Scans for potential sensitive data exposure and alerts immediately.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/sensitive-data-alert-scanner.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/sensitive-data-alert-scanner.sh && chmod +x .claude/hooks/sensitive-data-alert-scanner.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/sensitive-data-alert-scanner"
    },
    {
      "name": "sentry-mcp-server",
      "title": "Sentry MCP Server for Claude",
      "description": "Monitor errors, debug production issues, and track application health",
      "category": "mcp",
      "brandName": "Sentry",
      "brandDomain": "sentry.io",
      "brandIconUrl": "/api/brand-assets/icon/sentry.io",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.sentry.io/product/sentry-mcp/",
      "installCommand": "claude mcp add --transport http sentry https://mcp.sentry.dev/mcp && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/sentry-mcp-server"
    },
    {
      "name": "session-metrics-collector",
      "title": "Session Metrics Collector - Hooks",
      "description": "Collects and reports detailed metrics about the coding session when Claude stops.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/session-metrics-collector.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/session-metrics-collector.sh && chmod +x .claude/hooks/session-metrics-collector.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/session-metrics-collector"
    },
    {
      "name": "slack-progress-notifier",
      "title": "Slack Progress Notifier - Hooks",
      "description": "Sends progress updates to Slack channel for team visibility on Claude activities.",
      "category": "hooks",
      "brandName": "Slack",
      "brandDomain": "slack.com",
      "brandIconUrl": "/api/brand-assets/icon/slack.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/slack-progress-notifier.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/slack-progress-notifier.sh && chmod +x .claude/hooks/slack-progress-notifier.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/slack-progress-notifier"
    },
    {
      "name": "slash-command-gen",
      "title": "Slash Command Generator for Claude Code",
      "description": "Create custom slash commands for Claude Code with templates, arguments, frontmatter metadata, and team-shared workflows stored in .claude...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/slash-commands",
      "installCommand": "/slash-command-gen [command-name] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/slash-command-gen"
    },
    {
      "name": "slash-command-orchestrator-agent",
      "title": "Slash Command Orchestrator Agent - Agents",
      "description": "Slash command specialist for creating and orchestrating custom Claude workflows with dynamic arguments, conditional logic, and multi-step...",
      "category": "agents",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/slash-commands",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/slash-command-orchestrator-agent"
    },
    {
      "name": "socket-mcp-server",
      "title": "Socket MCP Server for Claude",
      "description": "Security analysis and vulnerability scanning for dependencies",
      "category": "mcp",
      "brandName": "Socket",
      "brandDomain": "socket.dev",
      "brandIconUrl": "/api/brand-assets/icon/socket.dev",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://github.com/SocketDev/socket-mcp",
      "installCommand": "claude mcp add --transport http socket https://mcp.socket.dev/ && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/socket-mcp-server"
    },
    {
      "name": "legal-fournier-spain-legal-mcp",
      "title": "Spain Legal by Legal Fournier",
      "description": "Read-only Spain legal MCP for visa screening, Beckham eligibility, NIE/TIE, residency, nationality, EU family routes, and handoff preparation.",
      "category": "mcp",
      "submittedBy": "vy35",
      "submittedByUrl": "https://github.com/vy35",
      "submittedAt": "2026-05-08T18:13:53.000Z",
      "submissionIssueNumber": 324,
      "submissionIssueUrl": "https://github.com/JSONbored/awesome-claude/issues/324",
      "reviewedBy": "JSONbored",
      "reviewedAt": "2026-05-10T21:02:21.000Z",
      "claimStatus": "unclaimed",
      "brandName": "Legal Fournier",
      "brandDomain": "legalfournier.com",
      "brandIconUrl": "/api/brand-assets/icon/legalfournier.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://legalfournier.com/en/mcp/spain-legal/",
      "installCommand": "claude mcp add --transport http legal-fournier-spain-legal https://legalfournier.com/mcp/spain-legal",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/legal-fournier-spain-legal-mcp"
    },
    {
      "name": "square-mcp-server",
      "title": "Square MCP Server for Claude",
      "description": "Build on Square APIs for payments, inventory, and order management",
      "category": "mcp",
      "brandName": "Square",
      "brandDomain": "squareup.com",
      "brandIconUrl": "/api/brand-assets/icon/squareup.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://developer.squareup.com/docs/mcp",
      "installCommand": "claude mcp add --transport sse square https://mcp.squareup.com/sse && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/square-mcp-server"
    },
    {
      "name": "stripe-mcp-server",
      "title": "Stripe MCP Server for Claude",
      "description": "Payment processing, subscription management, and financial transaction handling",
      "category": "mcp",
      "brandName": "Stripe",
      "brandDomain": "stripe.com",
      "brandIconUrl": "/api/brand-assets/icon/stripe.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.stripe.com/mcp",
      "installCommand": "claude mcp add --transport http stripe https://mcp.stripe.com && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/stripe-mcp-server"
    },
    {
      "name": "stytch-mcp-server",
      "title": "Stytch MCP Server for Claude",
      "description": "Configure and manage Stytch authentication services and workspace settings",
      "category": "mcp",
      "brandName": "Stytch",
      "brandDomain": "stytch.com",
      "brandIconUrl": "/api/brand-assets/icon/stytch.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://stytch.com/docs/workspace-management/stytch-mcp",
      "installCommand": "claude mcp add --transport http stytch http://mcp.stytch.dev/mcp && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/stytch-mcp-server"
    },
    {
      "name": "subagent-create",
      "title": "Subagent Creator for Claude Code",
      "description": "Create specialized Claude Code subagents with custom system prompts, scoped tool access, and independent context for parallel task execut...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/sub-agents",
      "installCommand": "/subagent-create [role] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/subagent-create"
    },
    {
      "name": "subagent-factory-agent",
      "title": "Subagent Factory Agent - Agents",
      "description": "Subagent architecture specialist creating specialized agents for delegation, parallel execution, and modular task decomposition in Claude...",
      "category": "agents",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/sub-agents",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/subagent-factory-agent"
    },
    {
      "name": "supabase-realtime-database",
      "title": "Supabase Realtime Database Builder Skill",
      "description": "Build full-stack applications with Supabase Postgres, real-time subscriptions, Edge Functions, and pgvector AI integration for 4M+ develo...",
      "category": "skills",
      "brandName": "Supabase",
      "brandDomain": "supabase.com",
      "brandIconUrl": "/api/brand-assets/icon/supabase.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2025-10-16",
      "sourceUrl": "https://supabase.com/docs",
      "installCommand": "npm install @supabase/supabase-js",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/supabase-realtime-database.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/supabase-realtime-database"
    },
    {
      "name": "svelte-component-compiler",
      "title": "Svelte Component Compiler - Hooks",
      "description": "Automatically compiles and validates Svelte components when they are modified.",
      "category": "hooks",
      "sourceUrl": "https://svelte.dev/docs",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/svelte-component-compiler.sh && chmod +x .claude/hooks/svelte-component-compiler.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/svelte-component-compiler"
    },
    {
      "name": "svelte-sveltekit-fullstack",
      "title": "Svelte SvelteKit Full-Stack Development Skill",
      "description": "Build full-stack web apps with Svelte and SvelteKit. Minimal runtime overhead, reactive components, and server-side rendering.",
      "category": "skills",
      "sourceUrl": "https://kit.svelte.dev/",
      "installCommand": "npm create svelte@latest my-app",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/svelte-sveltekit-fullstack.mdc",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-23"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/svelte-sveltekit-fullstack"
    },
    {
      "name": "tdd-workflow",
      "title": "TDD Workflow for Claude Code",
      "description": "Implement test-driven development workflows with Claude Code using red-green-refactor cycles, automatic test generation, and AI-guided it...",
      "category": "commands",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/testing",
      "installCommand": "/tdd-workflow [feature] [options]",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/tdd-workflow"
    },
    {
      "name": "team-summary-email-generator",
      "title": "Team Summary Email Generator - Hooks",
      "description": "Generates and sends a comprehensive summary email to the team when session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/team-summary-email-generator.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/team-summary-email-generator.sh && chmod +x .claude/hooks/team-summary-email-generator.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/team-summary-email-generator"
    },
    {
      "name": "technical-documentation-writer-agent",
      "title": "Technical Doc Writer",
      "description": "Specialized in creating clear, comprehensive technical documentation for APIs, software, and complex systems",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/technical-documentation-writer-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/technical-documentation-writer-agent"
    },
    {
      "name": "terraform-plan-executor",
      "title": "Terraform Plan Executor - Hooks",
      "description": "Automatically runs terraform plan when .tf files are modified to preview infrastructure changes.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/terraform-plan-executor.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/terraform-plan-executor.sh && chmod +x .claude/hooks/terraform-plan-executor.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/terraform-plan-executor"
    },
    {
      "name": "test-automation-engineer-agent",
      "title": "Test Automation Engineer",
      "description": "Expert in automated testing strategies, test frameworks, and quality assurance across unit, integration, and end-to-end testing",
      "category": "agents",
      "sourceUrl": "https://playwright.dev/",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/test-automation-engineer-agent"
    },
    {
      "name": "test-coverage-final-report",
      "title": "Test Coverage Final Report - Hooks",
      "description": "Generates a comprehensive test coverage report when the coding session ends.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/test-coverage-final-report.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/test-coverage-final-report.sh && chmod +x .claude/hooks/test-coverage-final-report.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/test-coverage-final-report"
    },
    {
      "name": "test-runner-hook",
      "title": "Test Runner Hook - Hooks",
      "description": "Automatically run relevant tests when code changes are detected, with intelligent test selection and parallel execution.",
      "category": "hooks",
      "sourceUrl": "https://jestjs.io/docs/getting-started",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/test-runner-hook.sh && chmod +x .claude/hooks/test-runner-hook.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/test-runner-hook"
    },
    {
      "name": "token-cost-budget-optimizer",
      "title": "Token Cost Budget Optimizer - Agents",
      "description": "Analyze and optimize token costs with real-time budget tracking.",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/token-cost-budget-optimizer.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/token-cost-budget-optimizer"
    },
    {
      "name": "trpc-type-safe-api",
      "title": "tRPC Type-Safe API Builder Skill",
      "description": "Build end-to-end type-safe APIs with tRPC and TypeScript, eliminating code generation and runtime bloat for full-stack applications.",
      "category": "skills",
      "sourceUrl": "https://trpc.io/docs/",
      "installCommand": "npm install @trpc/server @trpc/client @trpc/react-query zod",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/trpc-type-safe-api.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/trpc-type-safe-api"
    },
    {
      "name": "typescript-compilation-checker",
      "title": "TypeScript Checker",
      "description": "Automatically runs TypeScript compiler checks after editing .ts or .tsx files to catch type errors early.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/typescript-compilation-checker.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/typescript-compilation-checker.sh && chmod +x .claude/hooks/typescript-compilation-checker.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/typescript-compilation-checker"
    },
    {
      "name": "ui-ux-design-expert-agent",
      "title": "UI UX Design Expert Agent - Agents",
      "description": "Specialized in creating beautiful, intuitive user interfaces and exceptional user experiences",
      "category": "agents",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/agents/ui-ux-design-expert-agent.mdx",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/ui-ux-design-expert-agent"
    },
    {
      "name": "unraid-api-automation-operator",
      "title": "Unraid API Automation Operator Skill",
      "description": "Unraid-focused automation skill for agent-driven maintenance, observability, and repeatable operations.",
      "category": "skills",
      "sourceUrl": "https://docs.unraid.net/API/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/unraid-api-automation-operator.zip -o unraid-api-automation-operator.zip && unzip -o unraid-api-automation-operator.zip -d ./unraid-api-automation-operator",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/unraid-api-automation-operator.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/unraid-api-automation-operator"
    },
    {
      "name": "unraid-api-v2-capability-pack",
      "title": "Unraid API v2 Capability Pack Skill",
      "description": "Expert Unraid API skill with endpoint behavior, auth flows, error patterns, and production-safe automation guardrails.",
      "category": "skills",
      "sourceUrl": "https://docs.unraid.net/API/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/unraid-api-v2-capability-pack.zip -o unraid-api-v2-capability-pack.zip && unzip -o unraid-api-v2-capability-pack.zip -d ./unraid-api-v2-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/unraid-api-v2-capability-pack.mdc",
          "verifiedAt": "2026-04-10"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-10"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/unraid-api-v2-capability-pack"
    },
    {
      "name": "unraid-ca-template-authoring-capability-pack",
      "title": "Unraid CA Template Authoring Capability Pack Skill",
      "description": "Author polished Unraid CA templates with correct metadata, support links, and production-safe defaults.",
      "category": "skills",
      "brandName": "Docker",
      "brandDomain": "docker.com",
      "brandIconUrl": "/api/brand-assets/icon/docker.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2026-04-11",
      "sourceUrl": "https://forums.unraid.net/forum/64-docker-engine/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/unraid-ca-template-authoring-capability-pack.zip -o unraid-ca-template-authoring-capability-pack.zip && unzip -o unraid-ca-template-authoring-capability-pack.zip -d ./unraid-ca-template-authoring-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/unraid-ca-template-authoring-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/unraid-ca-template-authoring-capability-pack"
    },
    {
      "name": "v0-generate",
      "title": "V0 Component Generator for Claude",
      "description": "Generate production-ready React components from natural language using V0.dev patterns with shadcn/ui, TailwindCSS, and TypeScript",
      "category": "commands",
      "sourceUrl": "https://v0.dev/docs",
      "installCommand": "/v0-generate [options] <component_description>",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/commands/v0-generate"
    },
    {
      "name": "v0-rapid-prototyping",
      "title": "V0 Rapid UI Prototyping Workflow Skill",
      "description": "Build production-ready React components and full pages in minutes using V0.dev AI with shadcn/ui, TailwindCSS v4, and Next.js 15 integrat...",
      "category": "skills",
      "sourceUrl": "https://v0.dev/docs",
      "installCommand": "npx shadcn-ui@latest init",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/v0-rapid-prototyping.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/v0-rapid-prototyping"
    },
    {
      "name": "vercel-mcp-server",
      "title": "Vercel MCP Server for Claude",
      "description": "Manage deployments, analyze logs, and control Vercel projects",
      "category": "mcp",
      "brandName": "Vercel",
      "brandDomain": "vercel.com",
      "brandIconUrl": "/api/brand-assets/icon/vercel.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://vercel.com/docs/mcp/vercel-mcp",
      "installCommand": "claude mcp add --transport http vercel https://mcp.vercel.com && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/vercel-mcp-server"
    },
    {
      "name": "vite-build-optimization",
      "title": "Vite Frontend Build Performance Optimization Skill",
      "description": "Optimize frontend build performance with Vite's lightning-fast HMR, code splitting, and tree-shaking.",
      "category": "skills",
      "sourceUrl": "https://vitejs.dev/",
      "installCommand": "npm create vite@latest my-app",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/vite-build-optimization.mdc",
          "verifiedAt": "2025-10-23"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-23"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/vite-build-optimization"
    },
    {
      "name": "vue-composition-api-linter",
      "title": "Vue Composition API Linter - Hooks",
      "description": "Lints Vue 3 components for Composition API best practices and common issues.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/vue-composition-api-linter.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/vue-composition-api-linter.sh && chmod +x .claude/hooks/vue-composition-api-linter.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/vue-composition-api-linter"
    },
    {
      "name": "web-async-agent-coordinator",
      "title": "Web Async Agent Coordinator - Agents",
      "description": "Web-based asynchronous agent coordinator leveraging Claude Code for Web's browser interface for managing long-running autonomous coding t...",
      "category": "agents",
      "sourceUrl": "https://docs.claude.com/en/docs/claude-code/web-interface",
      "installCommand": "",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/agents/web-async-agent-coordinator"
    },
    {
      "name": "webassembly-module-development",
      "title": "WebAssembly WASM Module Development Skill",
      "description": "Build high-performance WebAssembly modules with WASI 0.3, multi-language support, and production-ready deployments for web, serverless, a...",
      "category": "skills",
      "sourceUrl": "https://webassembly.org/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/webassembly-module-development.zip -o webassembly-module-development.zip && unzip -o webassembly-module-development.zip -d ./webassembly-module-development",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/webassembly-module-development.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/webassembly-module-development"
    },
    {
      "name": "webpack-bundle-analyzer",
      "title": "Webpack Bundle Analyzer - Hooks",
      "description": "Analyzes webpack bundle size when webpack config or entry files are modified.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/webpack-bundle-analyzer.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/webpack-bundle-analyzer.sh && chmod +x .claude/hooks/webpack-bundle-analyzer.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/webpack-bundle-analyzer"
    },
    {
      "name": "website-crawler-summarizer",
      "title": "Website Crawler + Summarizer Skill",
      "description": "Crawl domains respectfully, extract readable content, dedupe, and generate structured summaries.",
      "category": "skills",
      "sourceUrl": "https://github.com/mozilla/readability",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/website-crawler-summarizer.zip -o website-crawler-summarizer.zip && unzip -o website-crawler-summarizer.zip -d ./website-crawler-summarizer",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/website-crawler-summarizer.mdc",
          "verifiedAt": "2025-10-15"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-15"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/website-crawler-summarizer"
    },
    {
      "name": "windsurf-collaborative-development",
      "title": "Windsurf AI-Native Collaborative Development Skill",
      "description": "Master collaborative AI-assisted development with Windsurf IDE's Cascade AI, multi-file context awareness, and Flow patterns for team wor...",
      "category": "skills",
      "brandName": "Windsurf",
      "brandDomain": "windsurf.com",
      "brandIconUrl": "/api/brand-assets/icon/windsurf.com",
      "brandAssetSource": "brandfetch",
      "brandVerifiedAt": "2025-10-16",
      "sourceUrl": "https://docs.codeium.com/windsurf",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/windsurf-collaborative-development.zip -o windsurf-collaborative-development.zip && unzip -o windsurf-collaborative-development.zip -d ./windsurf-collaborative-development",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/windsurf-collaborative-development.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/windsurf-collaborative-development"
    },
    {
      "name": "workato-mcp-server",
      "title": "Workato MCP Server for Claude",
      "description": "Access any application, workflows, or data via Workato's integration platform",
      "category": "mcp",
      "brandName": "Workato",
      "brandDomain": "workato.com",
      "brandIconUrl": "/api/brand-assets/icon/workato.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.workato.com/mcp.html",
      "installCommand": "claude mcp add --transport http workato YOUR_WORKATO_MCP_URL && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/workato-mcp-server"
    },
    {
      "name": "workflow-completion-report",
      "title": "Workflow Completion Report - Hooks",
      "description": "Generates a comprehensive report when Claude Code workflow stops, including files modified, tests run, and git status.",
      "category": "hooks",
      "sourceUrl": "https://github.com/JSONbored/awesome-claude/blob/main/content/hooks/workflow-completion-report.mdx",
      "installCommand": "mkdir -p .claude/hooks && touch .claude/hooks/workflow-completion-report.sh && chmod +x .claude/hooks/workflow-completion-report.sh",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/hooks/workflow-completion-report"
    },
    {
      "name": "xquik-mcp-server",
      "title": "Xquik MCP Server",
      "description": "Remote X and Twitter MCP server for tweet search, follower export, media, webhooks, and confirmation-gated write workflows.",
      "category": "mcp",
      "submittedBy": "kriptoburak",
      "submittedByUrl": "https://github.com/kriptoburak",
      "importPrNumber": 326,
      "importPrUrl": "https://github.com/JSONbored/awesome-claude/pull/326",
      "brandName": "Xquik",
      "brandDomain": "xquik.com",
      "brandAssetSource": "manual",
      "sourceUrl": "https://github.com/Xquik-dev/x-twitter-scraper",
      "installCommand": "npx -y mcp-remote@0.1.38 https://xquik.com/mcp --header \"x-api-key:${XQUIK_API_KEY}\"",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/xquik-mcp-server"
    },
    {
      "name": "yield-intelligence-mcp",
      "title": "YIELD INTELLIGENCE MCP — Passive Income Analysis",
      "description": "Live Treasury rates, AI yield optimization, and portfolio calculator. Remote MCP — connect by URL, no API key required.",
      "category": "mcp",
      "submittedBy": "thebrierfox",
      "submittedByUrl": "https://github.com/thebrierfox",
      "submittedAt": "2026-05-26T04:27:00.000Z",
      "claimStatus": "unclaimed",
      "sourceUrl": "https://github.com/thebrierfox/intuitek-ace",
      "installCommand": "claude mcp add --transport sse yield-intelligence https://api.intuitek.ai/yield/mcp && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/yield-intelligence-mcp"
    },
    {
      "name": "zapier-mcp-server",
      "title": "Zapier MCP Server for Claude",
      "description": "Connect to nearly 8,000 apps through Zapier's automation platform",
      "category": "mcp",
      "brandName": "Zapier",
      "brandDomain": "zapier.com",
      "brandIconUrl": "/api/brand-assets/icon/zapier.com",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://help.zapier.com/hc/en-us/articles/36265392843917",
      "installCommand": "claude mcp add --transport http zapier YOUR_GENERATED_URL && claude mcp list",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/zapier-mcp-server"
    },
    {
      "name": "zero-budget-saas-launch-capability-pack",
      "title": "Zero-Budget SaaS Launch Capability Pack Skill",
      "description": "Launch lean SaaS products with free-tier stacks, strict scope control, and measurable traction loops.",
      "category": "skills",
      "sourceUrl": "https://developers.cloudflare.com/workers/",
      "installCommand": "curl -L https://heyclau.de/downloads/skills/zero-budget-saas-launch-capability-pack.zip -o zero-budget-saas-launch-capability-pack.zip && unzip -o zero-budget-saas-launch-capability-pack.zip -d ./zero-budget-saas-launch-capability-pack",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/zero-budget-saas-launch-capability-pack.mdc",
          "verifiedAt": "2026-04-11"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2026-04-11"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/zero-budget-saas-launch-capability-pack"
    },
    {
      "name": "zod-schema-validator",
      "title": "Zod Schema Validation Skill",
      "description": "Build type-safe runtime validation with Zod for APIs, forms, and data pipelines with TypeScript 5.5+ integration and automatic type infer...",
      "category": "skills",
      "sourceUrl": "https://zod.dev/",
      "installCommand": "npm install zod",
      "platformCompatibility": [
        {
          "platform": "Claude",
          "supportLevel": "native-skill",
          "installPath": ".claude/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Codex",
          "supportLevel": "native-skill",
          "installPath": ".agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Windsurf",
          "supportLevel": "native-skill",
          "installPath": ".windsurf/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Gemini",
          "supportLevel": "native-skill",
          "installPath": ".gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Cursor",
          "supportLevel": "adapter",
          "installPath": ".cursor/rules/<skill-name>.mdc",
          "adapterPath": "/data/skill-adapters/cursor/zod-schema-validator.mdc",
          "verifiedAt": "2025-10-16"
        },
        {
          "platform": "Generic AGENTS",
          "supportLevel": "manual-context",
          "installPath": "AGENTS.md or tool-specific context file",
          "verifiedAt": "2025-10-16"
        }
      ],
      "heyclaudeUrl": "https://heyclau.de/entry/skills/zod-schema-validator"
    },
    {
      "name": "zyntra-mail",
      "title": "Zyntra - Temp e-mails MCP",
      "description": "Disposable email inboxes for AI agents and test automation.",
      "category": "mcp",
      "submittedBy": "dd77ss",
      "submittedByUrl": "https://github.com/dd77ss",
      "submittedAt": "2026-04-28T18:34:47.000Z",
      "submissionIssueNumber": 310,
      "submissionIssueUrl": "https://github.com/JSONbored/awesome-claude/issues/310",
      "importPrNumber": 314,
      "importPrUrl": "https://github.com/JSONbored/awesome-claude/pull/314",
      "reviewedBy": "JSONbored",
      "reviewedAt": "2026-04-30T12:14:24.000Z",
      "claimStatus": "unclaimed",
      "brandName": "Zyntra",
      "brandDomain": "zyntra.app",
      "brandIconUrl": "/api/brand-assets/icon/zyntra.app",
      "brandAssetSource": "brandfetch",
      "sourceUrl": "https://docs.zyntra.app/mcp",
      "installCommand": "claude mcp add zyntra-mail --transport http https://mcp.zyntra.app/mcp",
      "platformCompatibility": [],
      "heyclaudeUrl": "https://heyclau.de/entry/mcp/zyntra-mail"
    }
  ]
}
