Skip to content

Add MLite skills foundation - #3

Merged
ISEEKYAN merged 1 commit into
devlitefrom
mlite-skills-foundation
Jun 7, 2026
Merged

Add MLite skills foundation#3
ISEEKYAN merged 1 commit into
devlitefrom
mlite-skills-foundation

Conversation

@ISEEKYAN

@ISEEKYAN ISEEKYAN commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Summary

Adds an agent-agnostic MLite skills foundation under experimental/lite/skills. Skills are organized like Python modules, use a delimited schema block for retrieval, and use Python-like pseudocode bodies with explicit inputs, outputs, calls, and exits.

Contents

  • Defines the skills file layout, schema contract, module naming rules, and lint expectations.
  • Adds foundational skills for reference selection, precision alignment, end-to-end precision evidence, proxy task construction, threshold review, and skill linting.
  • Adds primitive skills for parallel, module, and optimizer primitives, including TP, EP, PP, CP, DDP, FSDP, DistOpt, MoE, and GQA.
  • Adds model composition, application, performance, and insight skills.

Validation

  • git diff --check HEAD -- experimental/lite/skills
  • Verified each skill has exactly one schema marker pair.
  • Verified schema names map to file paths.
  • Verified the root skills index covers every schema name.

Notes

This change adds documentation-style operational contracts only. It does not modify runtime, model, primitive, or training code.

@ISEEKYAN
ISEEKYAN force-pushed the mlite-skills-foundation branch 2 times, most recently from 5837b5a to 7937449 Compare June 7, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant