python-patterns
vmain
io.github.vudovn/ag-kit/python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
共 3,312 个资源
vmain
io.github.vudovn/ag-kit/python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
vmain
io.github.vudovn/ag-kit/nextjs-react-expert
React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.
vmain
io.github.Hmbown/CodeWhale/pdf
Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files with verification of page counts and text extraction.
vmain
io.github.modelscope/AgentJet/docker-install-agentjet-swarm-server
Install and run the AgentJet Swarm Server in a Docker container with NVIDIA GPU support. Use when the user wants to deploy a swarm server on a GPU machine via Docker, including GPU driver setup, Docker mirror configuration, model weight mounting, and server startup.
vmain
io.github.binrogithub/1-3-Cloud-Adoption-Skills/CSS-Code-Search-MCP
Deploy a CSS/OpenSearch code-search MCP server on Huawei Cloud ECS from scratch, so that Claude Code (claude-glm) can search a GitHub repo's code and docs as native MCP tools. Use when the task is to provision a new Huawei Cloud CSS cluster and ECS, index a code repository into CSS, and expose it as a searchable MCP tool for AI coding agents.
vmain
io.github.Kevin-Liu-01/Agent-Machines/automation-cron
Schedule recurring agent tasks with the cronjob tool. Use when the user wants something to run on a schedule, when you finish a task that should recur, or when planning daily/weekly automations.
vmain
io.github.anthropics/knowledge-work-plugins/review-contract
Reviews a contract in plain English, surfaces red flags with severity ratings, and produces a marked-up docx/PDF with suggested redlines. Accepts optional file path or DocuSign envelope ID.
vmain
io.github.uw-ssec/rse-plugins/css-architecture
Use when starting a new frontend project and choosing a CSS approach, refactoring inconsistent CSS, hitting specificity wars, integrating a component library, adding theming/dark mode, or deciding between BEM, Tailwind, CSS Modules, or CSS-in-JS.
vmaster
io.github.prowler-cloud/prowler/react-19
React 19 patterns with React Compiler. Trigger: When writing React 19 components/hooks in .tsx (React Compiler rules, hook patterns, refs as props). If using Next.js App Router/Server Actions, also use nextjs-16.
vmain
io.github.pedronauck/skills/refactoring-analysis
Analyzes codebases to identify refactoring opportunities based on Martin Fowler's catalog of code smells and refactoring techniques. Detects duplicated code, high coupling, complex conditionals, primitive obsession, long functions, and other structural issues. Produces a structured refactoring report with prioritized findings saved to docs/_refacs/. Use when auditing code quality, preparing for a refactoring sprint, or reviewing architectural health. Don't use for style/formatting issues, performance optimization, or security audits.
vmain
io.github.pedronauck/skills/typescript-advanced
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Don't use for plain JavaScript, runtime validation libraries (Zod, Yup), or basic TypeScript syntax questions.
vmain
io.github.boshi-xixixi/TraeSkill/05_Backend_Database
当用户需要进行数据库设计、SQL 优化或数据库迁移时使用。此 Skill 专注于提供数据库架构设计、性能调优和数据迁移策略的专业指导。
vmain
io.github.boshi-xixixi/TraeSkill/05_Backend_Python
当用户需要进行 Python 后端开发时使用。此 Skill 提供 FastAPI 开发、异步编程和性能优化等 Python 后端开发全栈能力支持。
vmain
io.github.boshi-xixixi/TraeSkill/05_Backend_Node
当用户需要进行 Node.js 后端开发时使用。此 Skill 提供 Node.js 后端开发的架构模式与最佳实践,涵盖错误处理、中间件设计、异步流控制和依赖注入。
vmain
io.github.alibaba/loongcollector/design-document
Design document writing conventions. Use when writing or reviewing technical design documents.
vmain
io.github.alibaba/loongcollector/security-check
Security scanning before commit/push. Checks for sensitive information like API keys and tokens.
vmain
io.github.alibaba/loongcollector/security-check
Whenever commit or push is mentioned
vmain
io.github.alibaba/loongcollector/testing-standards
Testing standards for LoongCollector: unit tests, e2e tests, benchmarks. Reference when writing or reviewing tests.
vmain
io.github.doccker/cc-use-exp/refactor-safety
当用户要求重构代码(提取组件、合并重复逻辑、重命名变量、优化结构)时触发。提供重构安全检查清单,防止丢失原始上下文。
vmain
io.github.doccker/cc-use-exp/refactor-safety
当用户要求重构代码(提取组件、合并重复逻辑、重命名变量、优化结构)时触发。提供重构安全检查清单,防止丢失原始上下文。
vmain
io.github.softspark/ai-toolkit/docker-devops
Docker/K8s: Dockerfile, multi-stage, compose, manifests, Helm. Triggers: Docker, Dockerfile, container, Kubernetes, k8s, compose, Helm, pod.
vmain
io.github.microsoft/semantic-link-labs/sql_to_dax
Guide for translating SQL aggregation expressions into DAX measures.
vmain
io.github.iflytek/skillhub/backend-module-structure
Rules for the SkillHub backend Maven multi-module clean architecture. Ensures agents place new code in the correct module and respect dependency direction.
vmain
io.github.iflytek/skillhub/frontend-conventions
Coding conventions, architecture patterns, and testing rules for the SkillHub React frontend. Ensures agents follow Feature-Sliced Design and use the generated OpenAPI types.