kubernetes-operations
vmain
io.github.rohitg00/awesome-claude-code-toolkit/kubernetes-operations
Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management
共 3,312 个资源
vmain
io.github.rohitg00/awesome-claude-code-toolkit/kubernetes-operations
Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management
vmain
io.github.rohitg00/awesome-claude-code-toolkit/docker-best-practices
Docker best practices including multi-stage builds, compose patterns, image optimization, and security
vmain
io.github.rohitg00/awesome-claude-code-toolkit/mcp-development
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
vmain
io.github.rohitg00/awesome-claude-code-toolkit/testing-strategies
Testing strategies including contract testing, snapshot testing, mutation testing, property-based testing, and test organization
vmain
io.github.rohitg00/awesome-claude-code-toolkit/typescript-advanced
Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
vmain
io.github.rohitg00/awesome-claude-code-toolkit/nextjs-mastery
Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
vmain
io.github.rohitg00/awesome-claude-code-toolkit/frontend-excellence
Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals
vmain
io.github.rohitg00/awesome-claude-code-toolkit/database-optimization
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
vmain
io.github.rohitg00/awesome-claude-code-toolkit/security-hardening
Application security covering input validation, auth, headers, secrets management, and dependency auditing
vmain
io.github.rohitg00/awesome-claude-code-toolkit/python-best-practices
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
vmain
io.github.MaxMiksa/Auto-Company/security-audit
Use when reviewing code security, auditing dependencies for CVEs, checking configuration or secret security, assessing authentication and authorization patterns, identifying OWASP vulnerabilities (injection, XSS, CSRF), or addressing security concerns about implementations.
vmain
io.github.Tencent/WeKnora/pdf-processing
Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
vmaster
io.github.ComposioHQ/awesome-claude-plugins/senior-frontend
Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.
vmaster
io.github.ComposioHQ/awesome-claude-plugins/mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
vmain
io.github.snyk/agent-scan/mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
vmain
io.github.snyk/agent-scan/pdf
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
vmain
io.github.netalertx/NetAlertX/mcp-activation
Enables live interaction with the NetAlertX runtime. This skill configures the Model Context Protocol (MCP) connection, granting full API access for debugging, troubleshooting, and real-time operations including database queries, network scans, and device management.
vmain
io.github.netalertx/NetAlertX/mcp-activation
Enables live interaction with the NetAlertX runtime. This skill configures the Model Context Protocol (MCP) connection, granting full API access for debugging, troubleshooting, and real-time operations including database queries, network scans, and device management.
vmain
io.github.docker/model-runner/docker-model-runner
Skills for using Docker Model Runner to run local LLM inference
vmain
io.github.MengTo/Skills/css-alpha-masking
Apply CSS alpha masking with linear-gradient for horizontal or vertical edge fades (mask-image and -webkit-mask-image). Use when asked for alpha masks, fade edges, or CSS mask gradients.
vmain
io.github.exceptionless/Exceptionless/agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
vmain
io.github.wealthfolio/wealthfolio/react-useeffect
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.
vmaster
io.github.nextflow-io/training/docker-setup
Set up a Docker container for running Nextflow training examples. Handles basic setup, Docker-outside-of-Docker (DooD) for containerized processes, ARM Mac platform emulation, and troubleshooting. Use when you need to run Nextflow examples in a consistent environment.
vmain
io.github.netalertx/NetAlertX/testing-workflow
Read before running tests. Detailed instructions for single, standard unit tests (fast), full suites (slow), handling authentication, and obtaining the API Token. Tests must be run when a job is complete.