Find the perfect skill
Frontend Debug Team
Development
Dual-mode frontend debugging team using Chrome DevTools MCP: feature-list testing or bug-report debugging with multiple specialized roles.
Away — Unattended Best-Judgment Mode
Productivity
Unattended mode for sessions where the user is away. Makes conservative, reversible judgment calls and only blocks for missing information or required authorization.
Package Installation
DevOps
Skill for installing, adding, or setting up packages, CLI tools, and applications. Manages configuration manifests (Mise, Homebrew) and applies changes via chezmoi.
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.
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.
Silo GUI Verifier
Testing
Drive the Silo dev app via its RPC bridge to execute commands, evaluate DOM, capture screenshots, and manage workspaces for runtime verification.
Create Skill
Development
Guide for creating effective skills for Claude. Use when asked to create or update a skill.
Open PR
Development
Push the current branch and open a draft PR for Meshtastic-Android the repo way.
Weekly Retrospective
Development
Generates a comprehensive engineering retrospective from commit history, trends, and quality metrics.
Concurrency and Synchronization Audit
Testing
Audit ByroRedux for data races, deadlocks, incorrect lock ordering, missing Vulkan synchronization, and thread-safety violations.
Code Review Orchestrator
Development
Orchestrates specialized subagents to perform a comprehensive code review and produce a markdown report. Works in PR mode (with --pr) or on the current branch, analyzing changes and invoking reviewers for Go, architecture, conventions, Bubble Tea, and documentation.
Python Dependency Manager
Development
This skill manages Python dependencies using uv. It checks installed and outdated packages, updates dependencies safely (with test verification), adds or removes packages, and audits for security vulnerabilities. It enforces rules like never removing a dependency without checking usage and always running tests after changes.