python-testing
vmain
io.github.affaan-m/ECC/python-testing
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
“filesystem github context7 playwright” 共 2,714 个结果
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.
vbeta
io.github.CoplayDev/unity-mcp/mcp-source
Switch MCP for Unity package source in connected Unity projects. Use /mcp-source [main|beta|branch|local] to swap between upstream releases, your remote branch, or local dev checkout.
vmain
io.github.dp-archive/archive/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.Arize-ai/phoenix/typescript-tooling-migration
Migrate or upgrade TypeScript tooling in the Phoenix monorepo. Use when upgrading TypeScript versions, switching tools (ESLint to oxlint, Prettier to oxfmt), upgrading bundlers (Vite, esbuild), or making major dependency upgrades. Triggers on requests to migrate, upgrade, or replace TypeScript/JavaScript tooling.
vdev
io.github.anomalyco/opencode/agents-sdk
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.