Change riley's NixOS flake config at /etc/nixos with clarifying questions, modular modules, validation, safe rebuild, auto-commit, README updates, reference/ sync, lessons.md error logging, and bestpracticesnixos.md. Use when the user invokes @edit-nixos,…
riley1802/Nixos-config
SkillsMP has collected 16 skills from riley1802/Nixos-config. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 16
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 16 of 16 collected skills.
Apply A Philosophy of Software Design for deep modules, simple interfaces, and complexity reduction. Use for API design, module design, refactoring shallow abstractions, or when the user mentions Ousterhout or complexity.
Index of programming book rule skills (Clean Code, Refactoring, DDD, Clean Architecture, DDIA, etc.) from ciembor/agent-rules-books. Use when the user asks which book rules to apply, wants coding standards from classic SE books, or references…
Apply Clean Architecture for stable boundaries, the dependency rule, and separating business policy from frameworks. Use for architecture reviews, layering, or when the user mentions Clean Architecture or Uncle Bob.
Apply Clean Code principles for readability, naming, small functions, and maintainable code shape. Use for everyday implementation, code review, or when the user mentions clean code or readability.
Apply Code Complete practices for disciplined construction: variables, control flow, defensive programming, and testing. Use for implementation decisions or when the user mentions Code Complete or McConnell.
Apply DDIA principles for reliability, consistency, replication, partitioning, and data ownership. Use for data systems, events, streams, schema evolution, or when the user mentions DDIA or Kleppmann.
Apply DDD Distilled for practical subdomains, bounded contexts, and context mapping without excessive ceremony. Use when the user wants lightweight DDD or mentions Vaughn Vernon.
Apply Domain-Driven Design for domain modeling, bounded contexts, ubiquitous language, and tactical patterns. Use for modeling-heavy work or when the user mentions DDD or Evans.
Apply Implementing DDD for aggregates, domain events, context integration, and application architecture. Use for implementation-focused DDD work or when the user mentions IDDD.
Apply PoEAA patterns for layers, repositories, domain model, and enterprise integration. Use when choosing application patterns or when the user mentions Fowler patterns or PoEAA.
Apply Refactoring.Guru guidance for code smell diagnosis and safe refactoring techniques. Use when diagnosing smells or choosing a refactoring treatment.
Apply Refactoring principles for behavior-preserving structural improvements in small steps. Use for refactoring passes, cleanup, or when the user mentions refactoring or Fowler.
Apply Release It! for production reliability: failures, timeouts, retries, circuit breakers, and observability. Use for services, APIs, production fixes, or when the user mentions Release It or Nygard.
Apply The Pragmatic Programmer for DRY, orthogonality, automation, and pragmatic engineering. Use as general engineering guidance or when the user mentions pragmatic programming.
Apply Working Effectively with Legacy Code for safe changes to poorly tested code via seams and characterization tests. Use for legacy work or when the user mentions Feathers or legacy code.