lock-project-stack
SolidDetect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets project_context, then route subsequent docs queries to the locked versions automatically.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- n24q02m
- Repository
- n24q02m/wet-mcp
- Created
- 7 months ago
- Last Updated
- 1 months ago
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
lock-project-stack
Detect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets project_context, then route subsequent docs queries to the locked versions automatically.
lockfile-probe
Check whether the dependency bound declared in pyproject.toml is also in force in the lockfile the deployment installs from. Reports LOCK_DRIFT with both diverging specifiers, LOCK_UNSATISFIED when the pinned version violates the declaration, LOCK_STALE from the resolver's own check. Read-only — `uv lock` is only ever run with `--check`. Deterministic; run it, do not reason about it.
stack-detect
Detect a project's tech stack and derive the verification gate. Use during /harness-init, or whenever the build/test/lint commands are unknown and need to be established for the harness config.