Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

backend-principle-eng-python-ml-pro-maxbackend principle ENG Python ML 专业版 MAX

Agent Skill

用于辅助 Python 项目开发、测试、依赖管理和常见框架工作流。它适合让 Agent 阅读 Python 代码、定位测试问题、整理运行命令、生成脚本或分析数据处理逻辑。使用时需要确认项目虚拟环境、依赖版本和测试入口;涉及执行脚本、读写文件、访问数据库或调用外部 API 时,应先明确运行目录和输入输出范围,避免误改生产数据。

总安装

279

周安装

12

GitHub Stars

公开资料未说明

下载量

98
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:backend-principle-eng-python-ml-pro-max(backend principle ENG Python ML 专业版 MAX)
来源仓库:https://github.com/prakharmnnit/skills-and-personas
仓库路径:skills/backend-principle-eng-python-ml-pro-max
安装命令:
npx skills add https://github.com/prakharmnnit/skills-and-personas --skill backend-principle-eng-python-ml-pro-max
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/prakharmnnit/skills-and-personas --skill backend-principle-eng-python-ml-pro-max

简介

backend-principle-eng-python-ml-pro-max 为 Python ML 后端系统提供高阶指导,聚焦数据完整性与模型可靠性。

  • 适用于训练管道设计、特征工程和推理服务构建,强调防数据泄露和可复现性。
  • 通过 GitHub 仓库安装,支持在 AI 宿主中调用以获取技术建议。
  • 使用前需确认虚拟环境、依赖版本及数据集划分方式,避免评估偏差。
  • 涉及模型更新时应先验证测试集表现,防止线上性能退化。

SKILL.md

Backend Principle Eng Python ML Pro Max

Principal-level guidance for Python AI/ML backends, training pipelines, and inference services. Emphasizes data integrity, reproducibility, and production reliability.

When to Apply

  • Designing or refactoring ML training or inference systems
  • Reviewing ML code for data leakage, evaluation quality, and reliability
  • Building feature pipelines, batch scoring, or real-time serving
  • Incident response for model regressions or data drift

Priority Model (highest to lowest)

PriorityCategoryGoalSignals
1Data Quality & LeakageTrust the dataClean splits, lineage, leakage checks
2Correctness & ReproducibilitySame inputs, same outputsVersioned data, pinned deps, deterministic runs
3Reliability & ResilienceStable training and servingTimeouts, retries, graceful degradation
4Model Evaluation & SafetyReal-world performanceOffline + online eval, bias checks
5Performance & CostEfficient training/inferenceGPU utilization, batching, cost budgets
6Observability & MonitoringFast detectionDrift, latency, error budgets
7Security & PrivacyProtect sensitive dataAccess controls, data minimization
8Operability & MLOpsSustainable deliveryCI/CD, model registry, rollback

Quick Reference (Rules)

1. Data Quality & Leakage (CRITICAL)

  • lineage - Track dataset provenance and transformations
  • leakage - Strict train/val/test separation with time-based splits when needed
  • features - Feature definitions are versioned and documented
  • validation - Schema and distribution checks on every data ingest

2. Correctness & Reproducibility (CRITICAL)

  • versioning - Data, code, and model versions are pinned
  • determinism - Fixed seeds and deterministic ops where possible
  • config - Single source of truth for hyperparameters
  • artifact - Immutable model artifacts and metadata

3. Reliability & Resilience (CRITICAL)

  • timeouts - Explicit timeouts for all external calls
  • retries - Bounded retries with jitter
  • fallbacks - Safe fallback models or rules when inference fails
  • idempotency - Safe retries for batch scoring

4. Model Evaluation & Safety (HIGH)

  • offline-eval - Metrics aligned to product goals
  • online-eval - Shadow or canary before full rollout
  • bias - Bias and fairness checks for sensitive domains
  • calibration - Calibrate probabilities for decision thresholds

5. Performance & Cost (HIGH)

  • batching - Batch inference to improve throughput
  • caching - Cache features and embeddings when safe
  • profiling - Profile training and inference hot spots
  • cost-budgets - Define and enforce cost ceilings

6. Observability & Monitoring (HIGH)

  • drift - Monitor data and concept drift
  • latency - Track P95/P99 for inference
  • quality - Monitor model quality against ground truth
  • alerts - SLO-based alerts with runbooks

7. Security & Privacy (HIGH)

  • access - Least privilege for data and model artifacts
  • pii - Redact or tokenize sensitive fields
  • secrets - Use vault/KMS; never in code or logs
  • compliance - Retention and deletion policies

8. Operability & MLOps (MEDIUM)

  • registry - Model registry with lineage and approvals
  • rollout - Canary, blue/green, or shadow deployments
  • rollback - Fast revert on regression
  • ci-cd - Automated tests for data, training, and serving

Execution Workflow

  1. Define product goals, metrics, and safety constraints
  2. Validate data sources and prevent leakage
  3. Define features and versioned pipelines
  4. Train with reproducible configs and tracked artifacts
  5. Evaluate offline, then validate online via shadow or canary
  6. Deploy with monitoring for drift, latency, and quality
  7. Establish rollback and retraining triggers

Language-Specific Guidance

See references/python-ml-core.md for stack defaults, MLOps patterns, and tooling.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.46%
按下载量换算37

Claude

27.18%
按下载量换算27

Cursor

20.33%
按下载量换算20

Gemini CLI

8.82%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills