Find the perfect skill
Quality Regression Gate
Development
A 'don't make it worse' gate that runs fallow audit scoped to changed files, reporting only introduced issues. Complements typecheck, lint, and tests.
Coupling Design Advisor
Development
Interactive advisor that evaluates design candidates on 3 dimensions (strength, distance, variability) and recommends the most balanced option with ADR output.
Dependency Upgrade Path
Development
Create a dependency upgrade plan considering breaking changes, security risks, and compatibility issues.
Update Speclink Change from Context
Development
Update an existing Speclink change using a plan file or conversation context. Automatically detects plan files and handles discussion conclusions.
Run All Local Services
Development
Start all local services (backend, frontend, docs) with dependency checking, port conflict detection, and automatic recovery.
kube-coder preflight (run CI locally)
Development
Run kube-coder's full CI suite locally before pushing: helm lint, unit tests, SPA builds, vitest, and shell checks. Ensures CI green on first push.
Weekly Retrospective
Development
Generates a comprehensive engineering retrospective from commit history, trends, and quality metrics.
Implement Roadmap Package
Development
Implement a roadmap package end-to-end: read spec, branch in a worktree, implement with tests, sweep for stale call sites, open PR, fix CI, resolve conflicts.
Open PR
Development
Push the current branch and open a draft PR for Meshtastic-Android the repo way.
Create Skill
Development
Guide for creating effective skills for Claude. Use when asked to create or update a skill.
Git Sync with Rebase
Development
Syncs your local branch with the remote repository by fetching changes and using `git pull --rebase`. This avoids merge commits and keeps a linear history. Helpful when you want to integrate upstream changes before pushing your own work.
Safe Git Revert for GSD
Development
Safely revert GSD phase or plan commits with dependency checks and a confirmation gate before execution.