Diagnose and debug issues in the Mini Infra development environment running in Docker. Use this skill when the user mentions "dev", "dev environment", "in dev", or "development" alongside a bug report or issue description. Triggers include things like "in…
tinkerindustries/mini-infra
SkillsMP has collected 5 skills from tinkerindustries/mini-infra. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 3
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Tears down a finished agent worktree — `cd`s back to the repo root and runs `wt rm --slug <slug>`, which runs the safety checks, tears the stack down, deletes the per-worktree VM, frees the slot and removes the git worktree in one shot. The remote branch is…
Explains the standard Mini Infra workflow and which skill to reach for at each step — brainstorm → plan → code → review → ship — plus the worktree and diagnostic helpers that wrap around it. Use this skill whenever the user asks "what's the workflow", "which…
Sets up a fresh git worktree — pre-flights main, pulls latest, creates the worktree at the path `wt spec path` gives, runs `pnpm install`, and (by default) kicks off `wt init` in the background to allocate the slot and warm the dev VM. Takes an optional short…
Using the playwright-cli for browser automation, test features that are requested for testing by the user. Tracks issues found during testing and reports them all at the end. Stops early if a show-stopper is encountered.