Claude Skills · DevOps & Infrastructure

Setup Pathmode Workflow

pathmodeio/claude-plugin

Interview 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.

★ 1 Synced 1 hour ago View SKILL.md

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.

Install /plugin marketplace add pathmodeio/claude-plugin /plugin install setup-pathmode-workflow
Can use Not declared by the author

PathmodeworkflowTeam SetupContext CaptureDevelopment Process

Also in pathmodeio/claude-plugin

View the repo
Compile Intent Productivity

Build a structured intent spec through Socratic conversation. Use when the user wants to define what to build, sharpen a vague idea into a t...

Grill Intent Code Review & Testing

Adversarial review of an existing intent spec. Walk the spec field-by-field and pressure-test the weakest claims before code gets written ag...

Handoff Intent Productivity

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...

Preflight Code Review & Testing

Run the deterministic readiness check on an intent spec before an agent builds against it. Six calibrated gates, computed by pure functions...

Review Against Intent Code Review & Testing

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

Wizard mattpocock/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...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

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.