docker-patterns
vmain
io.github.affaan-m/ECC/docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
共 2,719 个资源
vmain
io.github.affaan-m/ECC/docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
vmain
io.github.affaan-m/ECC/security-scan
Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.
vmain
io.github.affaan-m/ECC/deployment-patterns
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
vmain
io.github.affaan-m/ECC/api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
vmain
io.github.affaan-m/ECC/python-testing
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
vv3
io.github.DaveSkender/Stock.Indicators/testing-standards
Testing conventions for Stock Indicators. Use for test naming (MethodName_StateUnderTest_ExpectedBehavior), FluentAssertions patterns, precision requirements, and test base class selection.
vmain
io.github.bidewio/better-openclaw/css-border-gradient
Create CSS gradient borders using the pseudo-element mask technique (mask-composite), including Tailwind-friendly usage and customization of angle, colors, thickness, and radius.
vmain
io.github.bidewio/better-openclaw/css-alpha-masking
Apply CSS alpha masking with linear-gradient for horizontal or vertical edge fades using mask-image and -webkit-mask-image. Use for fade edges, alpha masks, or CSS mask gradients.
vmain
io.github.pan94u/forge/kubernetes-patterns
Kubernetes deployment patterns, resource configuration, and operational best practices
vmain
io.github.andrewyng/context-hub/deploy
Deployment automation skill for CI/CD pipelines
vmain
io.github.PageAI-Pro/ralph-loop/component-refactoring
Refactor high-complexity React components in frontend. Use when the user asks for code splitting, hook extraction, or complexity reduction, or when you come across a component that is too complex to understand and refactor it.
vmain
io.github.FranciscoMoretti/chat-js/typescript
Skill: typescript
vmain
io.github.openstatusHQ/data-table-filters/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.atilladeniz/Kubeli/refactor
Refactors code following Ousterhout's design principles. Analyzes complexity, creates prioritized refactoring plan, and executes with safety-first approach. Optimized for Vite/React, Tauri/Rust, Zustand stack.
vmaster
io.github.Trevoke/org-gtd.el/refactor
Use when code quality needs improvement after implementation, without changing behavior
vmain
io.github.Gentleman-Programming/engram/server-api
API contract guardrails for Engram server changes. Trigger: Any route, handler, payload, or status code modification.
vmain
io.github.openai/skills/vercel-deploy
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
vmain
io.github.benjaminasterA/antigravity-awesome-skills/kubernetes-architect
"Expert Kubernetes architect specializing in cloud-native"
vmain
io.github.the-perfect-developer/the-perfect-opencode/css
Apply Google CSS style guide conventions to CSS code
vmain
io.github.wcygan/dotfiles/refactor-scan
Scan code for refactoring opportunities to improve modularity, testability, extensibility, reusability, understandability, and cognitive complexity. Use when reviewing code quality, identifying technical debt, planning a refactor, or improving code structure. Keywords: refactor, refactoring, code quality, modularity, testability, extensibility, reusability, cognitive complexity, code smell, clean code, SOLID, DRY, coupling, cohesion
vmaster
io.github.projectcalico/calico/design-kubernetes-api
Designs a best-practice, extensible Kubernetes API resource. Use when designing new API resources for Calico.
vmain
io.github.PramodDutta/qaskills/mobile-gesture-tester
Test touch gestures including swipe, pinch-to-zoom, long press, and drag-and-drop on mobile viewports and touch-enabled devices.
vmaster
io.github.Hack23/cia/typescript-strict-patterns
TypeScript strict mode, type safety, readonly patterns, type guards for frontend tooling used in CI/CD
vmain
io.github.krafton-ai/KIRA/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.