Skip to main content

这个仓库中的 skills

lightconsen/extensions - 第 4 页

SkillsMP 已收集 lightconsen/extensions 中的 210 个 Skill。打开任一 Skill 可查看来源和详情。

lightconsen/extensions

已展示 40 / 210 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.

原文语言:英语

更新
职业分类
数据库架构师
描述

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

原文语言:英语

更新
职业分类
项目管理专家
描述

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

原文语言:英语

更新
职业分类
平面设计师
描述

Use when preparing the narrative, sources, and design context for a new editable PPTX deck.

原文语言:英语

更新
职业分类
平面设计师
描述

Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.

原文语言:英语

更新
职业分类
平面设计师
描述

Use when analyzing a reference PPTX for read-only structure, theme, typography, layout rhythm, diagnostics, derived template catalogs, or safe OOXML package inspection.

原文语言:英语

更新
职业分类
平面设计师
描述

Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.

原文语言:英语

更新
职业分类
平面设计师
描述

Use when selecting and placing approved supporting icons, images, SVGs, diagrams, or infographics in an editable PPTX deck.

原文语言:英语

更新
职业分类
数据科学家
描述

Align a fine-tuned model with preference data using DPO, ORPO, KTO, or SimPO. Use when preference pairs or thumbs-up/down feedback exist, when choosing between preference-optimization methods, or when a DPO run needs hyperparameters or debugging.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.

原文语言:英语

更新
职业分类
软件开发工程师
描述

"This skill should be used when the user asks to \"optimize a prompt\", \"improve prompt performance\", \"design a prompt template\", \"write better prompts\", \"debug prompt issues\", \"use chain-of-thought\", \"structured prompting\", \"few-shot…

原文语言:英语

更新
职业分类
计算机系统分析师
描述

Configure Cedar policy enforcement and Ed25519 signed receipts for Claude Code tool calls. Use when setting up projects that need cryptographic audit trails, policy-gated tool execution, or compliance-ready evidence of agent actions.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.

原文语言:英语

更新
职业分类
数据科学家
描述

Export a promoted fine-tuned model in the right deployment format — merged safetensors, LoRA-only, GGUF with imatrix, or FP8. Use after a checkpoint passes promotion, when choosing a quantization format for a target device, or when an exported model fails its…

原文语言:英语

更新
职业分类
数据科学家
描述

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Design composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework popularized by xAI's open-sourced X For You algorithm. Use when building any system that picks "the top K items for a…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Configure human-in-the-loop gating for AI agent review actions in Claude Code. Use when setting up a project where an agent may post PR reviews, comments, merges, or edit CI configuration, and you want a cryptographically auditable approval trail with…

原文语言:英语

更新
已展示 40 / 210 个已收集 Skill。