wimpysworldwimpysworldOfficial·50 Agent Skills Included

nix-config

Manage NixOS, macOS, and Home Manager systems from one flake

Manages NixOS, nix-darwin, and Home Manager configurations for workstations, servers, VMs, and ISO images from a single Nix flake. Eliminates per-host import lists through self-gating modules that activate automatically based on typed host metadata like GPU, form factor, and role. Includes agent skills for code review, GitHub workflows, Nix packaging, and writing, plus just commands for building, switching, and deploying hosts.
npx skills add wimpysworld/nix-config --all -g -y
Available:

Instructs the AI agent on this flake's architecture, Nix style rules, registry semantics, and the exact just commands to run for building, evaluating, and deploying host configurations.

All Skills in This Repository (50)

Pure Emerald Level Indicators
📦 In Repo
wimpysworldwimpysworld

gh

Automate GitHub workflows for PRs, issues, CI, releases, and API calls via gh CLI.

Official
Intermediate
📦 In Repo
wimpysworldwimpysworld

semgrep

Scan source code for security vulnerabilities and coding standard violations.

Official
Advanced
📦 In Repo
wimpysworldwimpysworld

meet-the-agents

Assign tasks to the most suitable agent from a maintained roster.

Official
Intermediate
📦 In Repo
wimpysworldwimpysworld

code-security

Audit code across multiple languages against OWASP and CWE security guidelines.

Official
Advanced
📦 In Repo
wimpysworldwimpysworld

llm-security

Identify and mitigate LLM security risks using OWASP Top 10 for LLM 2025.

Official
Advanced
📦 In Repo
wimpysworldwimpysworld

prose-style-reference

Provide structured writing rules for clear prose in documentation and content.

Official
Basic
📦 In Repo
wimpysworldwimpysworld

writing-clearly-and-concisely

Clarify prose by enforcing concise writing rules on drafts.

Official
Intermediate
📦 In Repo
wimpysworldwimpysworld

contribution-voice

Structures public-facing comments, reviews, and pull request descriptions within strict length budgets.

Official
Basic
📦 In Repo
wimpysworldwimpysworld

how-to-contribute

Analyzes project documentation to detect contribution gates, AI bans, and prompt-injection traps.

Official
Intermediate
📦 In Repo
wimpysworldwimpysworld

writing-well

Revises prose artefacts using composition principles and a catalogue of AI writing patterns.

Official
Intermediate
📦 In Repo
wimpysworldwimpysworld

nix

Guides Nix, NixOS, Home Manager, and nix-darwin configuration, packaging, and debugging workflows.

Official
Intermediate
📦 In Repo
wimpysworldwimpysworld

write-assistant

Create and update AI assistant and sub-agent system prompts for Claude Code, Codex, Pi, and OpenCode.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install nix-config?

Run `npx skills add wimpysworld/nix-config --all -g -y` in your terminal to install all skills in this suite globally.

What does this Nix flake manage?

It manages NixOS, macOS, and Home Manager configurations for desktops, laptops, servers, VMs, and ISO images from one repository. Self-gating modules activate automatically based on each host's registered metadata.

How do self-gating Nix modules work?

Every module is imported by every host and uses lib.mkIf with typed host metadata to decide whether to activate. Adding a feature means dropping in one module directory with no import lists to edit.

Does nix-config include AI agent skills?

Yes. It ships skills for code review, GitHub CLI workflows, Nix packaging, Semgrep scanning, and writing style that run in Claude Code, Codex, OpenCode, and Pi.

Can I reuse this config for my own machines?

Yes, but it is a personal deep-end configuration. The author recommends starting from a starter template and borrowing the broadcast-and-gate architecture pattern.

Related Repositories in Software Engineering

View All in Software Engineering