Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

mlops-async

يحتوي mlops-async على 34 من skills المجمعة من a129924، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
34
Stars
0
محدث
2026-06-15
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

python-implementation-workflow
مطوّرو البرمجيات

Wrapper workflow recipe for parent Codex sessions that need to coordinate Python topic delivery with repo-local planner, implementer, and reviewer agents while preserving shared artifact-contract boundaries.

2026-06-15
workflow-artifact-contract
مطوّرو البرمجيات

Shared contract for repo-local Codex workflow artifacts. Use when creating, updating, or reviewing custom agents, wrapper skills, and their validation so paths, minimal schemas, and role boundaries stay consistent.

2026-06-15
api-client-porting-implementer
مطوّرو البرمجيات

Implement one source SDK API or safe same-family batch from planner output using request-test-first porting, minimal implementation, response and error contract checks, optional tracker updates, and an explicit final decision.

2026-06-15
api-client-porting-planner
مطوّرو البرمجيات

Plan a source SDK API client port before implementation by collecting source evidence, drafting request contracts, classifying risk and stop flags, and preparing implementer handoff output for one endpoint family or safe same-family batch.

2026-06-15
plan-step-tracker
مطوّرو البرمجيات

Query step status (pending/done) in plan/<topic>/<topic>.step.md with minimal token cost and explicit blocking when incomplete.

2026-06-15
sense-env-scaffold
مطوّرو البرمجيات

Run the sense_env.py scaffold to discover or assert facts about the repository environment. Use this when you need a structured JSON snapshot of the current environment state, or when you need to evaluate a contract's sensing assertions.

2026-06-15
python-naming
مطوّرو البرمجيات

Define or normalize Python naming conventions for identifiers, files, folders, and visibility boundaries. Use this when drafting or reviewing Python code style rules centered on names.

2026-06-12
plan-creator
مطوّرو البرمجيات

Create a valid, repo-visible `plan/<topic>/<topic>.plan.md` for this repository, with correct workflow phases, status transitions, artifact paths, analysis-layer handling, reviewer handoff contract, and stable-library intent handling.

2026-05-20
plan-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Independently review a repo-visible `plan/<topic>/<topic>.plan.md` for this repository after the plan exists and before execution proceeds. Use this when a topic plan needs a contract-level verdict against the repository workflow and plan-authoring rules.

2026-05-20
python-naming
مطوّرو البرمجيات

Define or normalize Python naming conventions for identifiers, files, folders, and visibility boundaries. Use this when drafting or reviewing Python code style rules centered on names.

2026-05-19
python-plan-review
محللو ضمان جودة البرمجيات والمختبرون

Review a Python *.plan.md for executability — verifying all 13 required sections, decision completeness, explicit async trigger or exemption citation, async-planning coverage when triggered, step precision, test specificity, and validation coverage before implementation begins.

2026-05-19
sense-env-scaffold
مطوّرو البرمجيات

Run the sense_env.py scaffold to discover or assert facts about the repository environment. Use this when you need a structured JSON snapshot of the current environment state, or when you need to evaluate a contract's sensing assertions.

2026-05-13
api-client-porting-implementer
مطوّرو البرمجيات

Implement one source SDK API or a safe same-family batch from planner output using request-test-first API client porting, migration-map-first status updates, response/error contract extraction, and ledger-backed stop decisions.

2026-05-12
api-client-porting-planner
مطوّرو البرمجيات

Analyze source SDK APIs and endpoint families before implementation, producing request-contract evidence, migration-map rows, risk classification, porting order, and stop flags without editing production code.

2026-05-12
plan-step-tracker
مطوّرو البرمجيات

Query step status (pending/done) in plan/<topic>/<topic>.step.md with minimal token cost and explicit blocking when incomplete.

2026-05-12
python-serialization-boundaries
مطوّرو البرمجيات

Design or review Python serialization boundaries as semantic translation gates for API, database, and message payloads.

2026-05-12
python-docstrings
مطوّرو البرمجيات

Write clear, contract-first docstrings using Google Style format with explicit intent and boundaries

2026-05-04
copilot-instructions-init
مطوّرو البرمجيات

Generate or refresh a target project's `.github/copilot-instructions.md` from current sensed facts, installed skills, and plan contracts, with hard stops for stale facts, missing facts, and materially different existing instructions.

2026-05-04
git-branch-naming
مطوّرو البرمجيات

Name or repair development branches with semantic prefixes, `<type>/<username>/<short-description>` structure, and migration guidance when work has already started on the wrong branch.

2026-05-04
git-commit-convention
مطوّرو البرمجيات

Draft or review semantic commit messages from staged changes, including split signals, business-facing subjects, breaking-change markers, and repair commands such as `git add -p`, `git reset`, and `git commit --amend`.

2026-05-04
git-post-merge-workflow
مطوّرو البرمجيات

Run post-merge cleanup and local sync safely after a PR is merged, including STOP POINT 2 resume checks, branch deletion defaults, fast-forward-only sync, and final status verification.

2026-05-04
git-release-management
مطوّرو البرمجيات

Enforce a strict release gate for PR readiness, version-source synchronization, tagging safety, emergency exceptions, and release repair guidance without bypassing core quality checks.

2026-05-04
python-api-signature
مطوّرو البرمجيات

Design or review public Python function and method signatures for safe defaults, clear parameter ordering, and explicit call-site contracts.

2026-05-04
python-async-await
مطوّرو البرمجيات

Choose and design general Python async/await code with explicit async boundaries, structured concurrency, and clear cancellation and async-protocol behavior.

2026-05-04
python-class-design
مطوّرو البرمجيات

Design or review ordinary Python classes with clear public surfaces, disciplined instance state, thin constructors, and limited use of properties and name mangling.

2026-05-04
python-context-management
مطوّرو البرمجيات

Choose and design synchronous Python context managers for resource lifetime and temporary state restoration. Use this when drafting or reviewing `with` usage, `@contextmanager` versus class-based design, setup/cleanup failure handling, and ambient-state restoration.

2026-05-04
python-data-model-methods
مطوّرو البرمجيات

Choose clear Python data-model methods. Use this when deciding whether an ordinary class should define foundational dunder methods, expose base container protocols, or rely on dataclass-generated behavior.

2026-05-04
python-error-handling
مطوّرو البرمجيات

Design or review general Python exception handling. Use this when choosing custom errors, translation boundaries, chaining, and when failures should propagate.

2026-05-04
python-library-architecture
مطوّرو البرمجيات

Design or review reusable Python library/package architecture with theme isolation, a side-effect-free `core`, and facade/client composition for multi-theme libraries and SDK-style packages.

2026-05-04
python-model-selection
مطوّرو البرمجيات

Choose the right general-purpose Python construct for structured data and contracts. Use this when drafting or reviewing whether code should use Enum, dataclass, ABC, or Protocol.

2026-05-04
python-module-boundaries
مطوّرو البرمجيات

Design or review regular Python package and module boundaries with explicit public surfaces, disciplined re-exports, safe imports, and clear internal-module contracts.

2026-05-04
python-package-layout
مطوّرو البرمجيات

Design or review conservative Python package layouts with `src/`, `pyproject.toml`, clear library-vs-CLI placement, and tests that exercise packaged code rather than local-path accidents.

2026-05-04
python-testing-pytest
محللو ضمان جودة البرمجيات والمختبرون

Design or review pure Python unit tests in pytest. Use this when choosing assertions, parametrization, fixtures, and unittest.mock patterns without real I/O.

2026-05-04
python-type-hints-strict
مطوّرو البرمجيات

Define or enforce Python type-hint rules for projects that run pyright in strict mode. Use this when drafting typing guidance or reviewing code against a strict typing baseline.

2026-05-04