nix-config
Manage NixOS, macOS, and Home Manager systems from one flake
All Skills in This Repository (50)
Pure Emerald Level Indicatorsgh
Automate GitHub workflows for PRs, issues, CI, releases, and API calls via gh CLI.
semgrep
Scan source code for security vulnerabilities and coding standard violations.
meet-the-agents
Assign tasks to the most suitable agent from a maintained roster.
code-security
Audit code across multiple languages against OWASP and CWE security guidelines.
llm-security
Identify and mitigate LLM security risks using OWASP Top 10 for LLM 2025.
prose-style-reference
Provide structured writing rules for clear prose in documentation and content.
writing-clearly-and-concisely
Clarify prose by enforcing concise writing rules on drafts.
contribution-voice
Structures public-facing comments, reviews, and pull request descriptions within strict length budgets.
how-to-contribute
Analyzes project documentation to detect contribution gates, AI bans, and prompt-injection traps.
writing-well
Revises prose artefacts using composition principles and a catalogue of AI writing patterns.
nix
Guides Nix, NixOS, Home Manager, and nix-darwin configuration, packaging, and debugging workflows.
write-assistant
Create and update AI assistant and sub-agent system prompts for Claude Code, Codex, Pi, and OpenCode.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core