Claude Skills · DevOps & Infrastructure
Init
V-Songbird/foremanBootstraps a project's ROADMAP.jsonl and .foreman/config.json. Asks three things — what the project is, its near-term goals, and whether the drafted roadmap looks right — then writes and commits both files, leaving every optional behavior at its built-in default. The ledger and checkpoint policy are never asked here; each is asked the first time it could actually matter.
At a glance
This skill is for DevOps & Infrastructure and helps you bootstrap a project roadmap, initialize foreman configuration, and set up project goals and structure.
git clone --depth 1 https://github.com/V-Songbird/foreman
cp -r foreman/skills/init ~/.claude/skills/init
Setup, runtime and requirements describe V-Songbird/foreman, the repo this skill ships in.
ForemanProject SetupconfigurationautomationInitialization
Also in V-Songbird/foreman
View the repoAdvanced surface, separate from Foreman's core roadmap job — a standalone prompt builder for work that has no roadmap entry behind it. Guide...
The one entrance to Foreman — say what you want in plain language and this routes it. Covers the six things Foreman does to a project: add w...
Ongoing entry point for a project's ROADMAP.jsonl. Pick the next task to work on (ranks candidates deterministically by dependencies and fil...
Advanced surface, normally reached through the `foreman` entrance's Reconcile and pick mode, which hands it a near-term set of ids to scope...
Other DevOps & Infrastructure skills
Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...
Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.