Skip to main content
GitHub repository

migrate

migrate contains 7 collected skills from lamg, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
12
updated
2026-07-31
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

migrate-version-sync
software-developers

Version synchronization policy for MigLib and mig CLI packages. Use when bumping versions, releasing, or modifying features in either package to keep both versions identical.

2026-07-31
migrate-fsharp-conventions
computer-programmers

F# style rules for the migrate project. Use when editing or reviewing `.fs`/`.fsi` files to enforce single-argument call syntax, module-per-file declarations, and Fantomas formatting requirements.

2026-05-02
migrate-layered-function-design
software-developers

Use when writing or refactoring F# functions whose body mixes abstraction levels, construction details, or implicit invariants that should be isolated behind named steps.

2026-04-30
migrate-layered-module-splitting
software-developers

Use when an F# source file or module mixes stacked responsibility layers whose dependency direction should be made explicit through files, modules, and a stable facade.

2026-04-30
migrate-build-and-test
software-developerscomputer-programmers

Build, test, and install workflow for the migrate project. Use when validating changes, building release artifacts, or installing the `mig` tool so commands follow the canonical `build.fsx` flow.

2026-03-02
migrate-codegen-cpm
computer-programmers

Code generation conventions for `mig codegen` project files. Use when generating or reviewing `.fsproj` output and package references to ensure Central Package Management (CPM) compatibility.

2026-03-02
migrate-docs-workflow
general-and-operations-managers-111021

Documentation workflow for design specs and progress tracking in the migrate project. Use when planning, implementing milestones, or recording project status updates.

2026-03-02