Claude Skills · DevOps & Infrastructure
Setup Pathmode Workflow
pathmodeio/claude-pluginInterview the user about their development workflow and capture the answers as durable context. Use when starting a new project with Pathmode, onboarding a teammate to an existing project, or when intent specs feel disconnected from how the team actually ships. Output is workflow conventions the next agent session will read.
At a glance
This skill is for DevOps & Infrastructure and helps you capture development workflow conventions, document team shipping practices, and onboard new teammates to project standards.
/plugin marketplace add pathmodeio/claude-plugin
/plugin install setup-pathmode-workflow
PathmodeworkflowTeam SetupContext CaptureDevelopment Process
Also in pathmodeio/claude-plugin
View the repoBuild a structured intent spec through Socratic conversation. Use when the user wants to define what to build, sharpen a vague idea into a t...
Adversarial review of an existing intent spec. Walk the spec field-by-field and pressure-test the weakest claims before code gets written ag...
Capture context at the end of an implementation session — decisions made, blockers hit, what's left. Use before ending a session or switchin...
Implement the repository's active intent only after running its deterministic preflight. Use when the user asks to build, implement, fix, or...
Run the deterministic readiness check on an intent spec before an agent builds against it. Six calibrated gates, computed by pure functions...
Review code changes against the active intent's outcomes and constraints. Use after writing code meant to implement an intent, or when revie...
Break an intent spec into 3-10 paste-ready tickets for Linear, Jira, or GitHub Issues. Use when a spec is ready to be worked on but it's too...
Design the executable feedback loop for an intent — fastest check, highest-confidence check, manual fallback, observable shipped signal, and...
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.