Explain a body of work plainly so a person actually understands it. Runs the how and why skills and weaves what they find into one clear explanation. Use for 'teach me this', 'help me really understand X', 'explain this change or subsystem to me'.
Layered technical-writing standard: Diátaxis structure, Google developer style sentences, STE instruction rules, Global English syntax. Use for /technical-writing or when writing or reviewing docs, RFCs, readmes, PR descriptions, or commit messages.
Use this skill to generate well-branded interfaces and assets for nxv (Nix Version Index) — either for production or throwaway prototypes/mocks. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping the "Blueprint" dark developer-tool look.
Find any version of any Nix package across nixpkgs git history using the nxv CLI or HTTP API. Use when asked which nixpkgs commit shipped a specific package version (e.g. "python 2.7", "nodejs 15", "ruby 2.6"), when looking up package metadata/license/homepage, when generating a nix shell nixpkgs/ #pkg invocation for…
A maintenance workflow for checking NixKits software packages against newer upstream releases, applying updates, updating documentation, and recording the work. Nix is a package-management and build system, and a flake is its project configuration file.
A Chinese-language workflow for writing or updating a MAINTENANCE.md software maintenance log. It records software updates and bug fixes, links entries to Git commits, and synchronizes them into five languages.
A system for writing or regenerating complete project documentation in multiple languages, using compact tables and organized module pages. A module is a distinct part of a larger project.
Use when the user wants to start work on a GitHub issue, set up a worktree and development environment, plan the implementation, write tests, and create a PR. Triggers: "start issue", "work on #123", "pick up issue 123", "new issue", or /github-issue [ISSUE].
Reference for the workmux CLI that manages git worktrees and tmux windows as isolated development environments. Use when the user mentions workmux, worktrees, or parallel agent workflows.
Registry of every manually pinned version in this repo and how to upgrade each one. Use this skill whenever the user wants to audit, check, or bump pinned versions: Claude Code plugin marketplace revs and hashes in plugins.nix, custom package versions under packages/, container image tags on oci-containers services…
Create a PR-ready summary block, branch suggestion, title, and draft description after substantive code changes are finished. Trigger when wrapping up moderate-or-larger work touching runtime code, tests, build / test config, deployment config, or docs with behavior impact. Trigger on phrases like "wrap up the PR"…
Perform a rigorous PR or pre-commit code review. Trigger for review requests, PR review, checking a branch before merge, finding bugs in a diff, or reviewing style consistency and maintainability. Trigger on phrases like "review this PR", "review PR.