humanizer
|
interview
Interview users in-depth about their plans using probing, non-obvious questions. Use when user says "/interview", "interview me", "question my plan", "probe my idea", "challenge my assumptions", or wants deep exploration of a plan before implementation.
diataxis-documentation
Write comprehensive, user-focused documentation following the Diataxis framework. Use this skill when creating or improving tutorials, how-to guides, reference documentation, or explanatory content. Helps identify the right documentation type and apply best practices for each.
git-commit
Create logically grouped, atomic git commits with well-formatted commit messages following best practices. Use when user says "/commit", "commit changes", "create commits", asks about conventional commits format, needs to split changes into multiple commits, or wants help with git add -p partial staging.
kubernetes
Comprehensive Kubernetes (k8s) cluster management skill. Use when working with kubectl, Helm, kustomize, pods, deployments, services, configmaps, secrets, or any Kubernetes operations. Triggers on "k8s", "kubectl get", "helm install", "debug pod", "scale deployment", or cluster troubleshooting questions.
repo-explore
Clone and explore external GitHub repositories to understand how libraries, frameworks, or dependencies work. Use when user provides a GitHub URL (github.com/owner/repo), asks "how does X library work", wants to look at source code for a dependency, asks about implementation details of an external package, or says "explore", "look at", or "check out" a repository. Automatically checks out the matching version tag when the repo is a dependency in the current project.
technical-writing
Write clear instructional and reference prose in the style of Simplified Technical English. Use when authoring or editing a runbook, procedure, step-by-step guide, README, API reference, configuration reference, troubleshooting guide, migration guide, release notes, architecture decision record, or a long pull request description, meaning anything a reader follows or looks facts up in. Covers imperative steps, condition-before-command order, consistent terminology, noun stacks, list structure, and warnings on destructive steps. Use diataxis-documentation to choose which document type to write, and humanizer for narrative or essay prose.
ultraloop
Use a relentless combination of loops, sub-agents, and ultracode workflows to iteratively refine, simplify, and iterate towards an objective. You are interested in speed of light implementations, achieving your goals in the absolute smallest amount of changes possible.