Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (57)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
nwave-ai-nwave-nw-agent-testing
— last commit 2026-06-27
5-layer testing approach for agent validation including adversarial testing, security validation, and prompt injection resistance
-
nwave-ai-nwave-nw-architectural-styles-tradeoffs
— last commit 2026-06-27
Architectural style selection decision matrices, trade-off analysis, structural enforcement rules, and combination patterns. Load when choo…
-
nwave-ai-nwave-nw-architecture-patterns
— last commit 2026-06-27
Comprehensive architecture patterns, methodologies, quality frameworks, and evaluation methods for solution architects. Load when designing…
-
nwave-ai-nwave-nw-at-completeness-check
— last commit 2026-06-27
Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acc…
-
nwave-ai-nwave-nw-authoritative-sources
— last commit 2026-06-27
Domain-specific authoritative source databases, search strategies by topic category, and source freshness rules
-
nwave-ai-nwave-nw-bdd-methodology
— last commit 2026-06-27
BDD patterns for acceptance test design - Given-When-Then structure, scenario writing rules, pytest-bdd implementation, anti-patterns, and…
-
nwave-ai-nwave-nw-bdd-requirements
— last commit 2026-06-27
BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collabora…
-
nwave-ai-nwave-nw-brainstorming
— last commit 2026-06-27
Structured divergent thinking techniques — HMW framing, SCAMPER, Crazy 8s mechanics, and option diversity guarantees. Enforces strict separ…
-
nwave-ai-nwave-nw-buddy
— last commit 2026-06-27
nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
-
nwave-ai-nwave-nw-buddy-command-catalog
— last commit 2026-06-27
All /nw-* commands — what they do, when to use them, which agent they invoke. For the buddy agent to help users pick the right command.
-
nwave-ai-nwave-nw-buddy-project-reading
— last commit 2026-06-27
How the nWave buddy agent reads a project to answer questions — detection, order of inspection, and citation discipline.
-
nwave-ai-nwave-nw-buddy-ssot-knowledge
— last commit 2026-06-27
Single Source of Truth detection — where truth lives in an nWave repo and how to avoid contradicting it.
-
nwave-ai-nwave-nw-buddy-wave-knowledge
— last commit 2026-06-27
Wave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.
-
nwave-ai-nwave-nw-bugfix
— last commit 2026-06-27
Bug fix workflow: root cause analysis → user review → regression test + fix via TDD
-
nwave-ai-nwave-nw-canary
— last commit 2026-06-27
Canary skill for auto-injection detection
-
nwave-ai-nwave-nw-cicd-and-deployment
— last commit 2026-06-27
CI/CD pipeline design methodology, deployment strategies, GitHub Actions patterns, and branch/release strategies. Load when designing pipel…
-
nwave-ai-nwave-nw-collaboration-and-handoffs
— last commit 2026-06-27
Cross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows
-
nwave-ai-nwave-nw-collapse-detection
— last commit 2026-06-27
Documentation collapse anti-patterns - detection rules, bad examples, and remediation strategies for type-mixing violations
-
nwave-ai-nwave-nw-command-design-patterns
— last commit 2026-06-27
Best practices for command definition files - size targets, declarative template, anti-patterns, and canonical examples based on research e…
-
nwave-ai-nwave-nw-command-optimization-workflow
— last commit 2026-06-27
Step-by-step workflow for converting bloated command files to lean declarative definitions
-
nwave-ai-nwave-nw-continue
— last commit 2026-06-27
Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.
-
nwave-ai-nwave-nw-data-architecture-patterns
— last commit 2026-06-27
Data architecture patterns (warehouse, lake, lakehouse, mesh), ETL/ELT pipelines, streaming architectures, scaling strategies, and schema d…
-
nwave-ai-nwave-nw-database-technology-selection
— last commit 2026-06-27
Database comparison catalogs, RDBMS vs NoSQL selection criteria, CAP/ACID/BASE theory, OLTP vs OLAP, and technology-specific characteristics
-
nwave-ai-nwave-nw-ddd-event-modeling
— last commit 2026-06-27
Event Modeling facilitation technique — brainstorm events, identify commands and views, define aggregate boundaries, write Given-When-Then…
-
nwave-ai-nwave-nw-ddd-eventsourcing
— last commit 2026-06-27
Event Sourcing and CQRS as DDD implementation patterns — when to use, aggregate event streams, projections, snapshots, sagas, upcasting, co…
-
nwave-ai-nwave-nw-ddd-strategic
— last commit 2026-06-27
Strategic DDD — bounded context discovery, context mapping patterns, subdomain classification, ubiquitous language, and organizational alig…
-
mohitmishra786-low-level-dev-skills-adc-dac-baremetal
— last commit 2026-06-27
Bare-metal ADC and DAC skill. Use when configuring analog sampling, DMA-driven ADC, calibration, or DAC output on MCUs. Activates on querie…
-
mohitmishra786-low-level-dev-skills-af-xdp
— last commit 2026-06-27
AF_XDP skill for high-performance XDP sockets. Use when creating AF_XDP sockets, configuring UMEM and XSK rings, XDP_REDIRECT programs, cop…
-
mohitmishra786-low-level-dev-skills-baremetal-startup
— last commit 2026-06-27
Bare-metal startup skill for reset-to-main bring-up. Use when writing startup code, vector tables, .data/.bss init, stack setup, or crt0 fo…
-
mohitmishra786-low-level-dev-skills-bazel
— last commit 2026-06-27
Bazel build system skill for C/C++ projects. Use when writing BUILD files with cc_library and cc_binary rules, registering toolchains, conf…
-
mohitmishra786-low-level-dev-skills-binutils
— last commit 2026-06-27
GNU binutils skill for binary manipulation and analysis. Use when using ar for static libraries, strip or objcopy for binary processing, ad…
-
mohitmishra786-low-level-dev-skills-bootloaders-embedded
— last commit 2026-06-27
Embedded bootloader skill for firmware update and app handoff. Use when writing a custom bootloader, jumping to application code, relocatin…
-
mohitmishra786-low-level-dev-skills-build-acceleration
— last commit 2026-06-27
Build acceleration skill for C/C++ projects. Use when reducing compilation times with ccache, sccache, distcc, unity builds, precompiled he…
-
mohitmishra786-low-level-dev-skills-cmake
— last commit 2026-06-27
CMake build system skill for C/C++ projects. Use when writing or refactoring CMakeLists.txt, configuring out-of-source builds, selecting ge…
-
mohitmishra786-low-level-dev-skills-conan-vcpkg
— last commit 2026-06-27
C/C++ package manager skill covering Conan and vcpkg. Use when adding third-party library dependencies to C/C++ projects, managing binary c…
-
mohitmishra786-low-level-dev-skills-custom-allocators
— last commit 2026-06-27
Custom allocator skill for memory allocation strategies. Use when implementing pool/slab/arena allocators, tuning jemalloc/mimalloc, writin…
-
mohitmishra786-low-level-dev-skills-datasheet-and-refmanual-reading
— last commit 2026-06-27
Datasheet and reference manual reading skill for embedded engineers. Use when extracting pinouts, electrical limits, register maps, clock t…
-
mohitmishra786-low-level-dev-skills-dma-baremetal
— last commit 2026-06-27
Bare-metal DMA skill for memory-peripheral transfers. Use when configuring DMA channels, circular mode, double buffering, or DMA IRQ comple…
-
mohitmishra786-low-level-dev-skills-dpdk
— last commit 2026-06-27
DPDK skill for userspace packet I/O. Use when initializing EAL, configuring PMD drivers, using mbuf pools and rte_ring, setting up huge pag…
-
mohitmishra786-low-level-dev-skills-dynamic-linking
— last commit 2026-06-27
Dynamic linking skill for Linux/ELF shared libraries. Use when debugging library loading failures, configuring RPATH vs RUNPATH, understand…
-
mohitmishra786-low-level-dev-skills-elf-inspection
— last commit 2026-06-27
ELF binary inspection skill for Linux. Use when examining ELF executables or shared libraries with readelf, objdump, nm, or ldd to understa…
-
mohitmishra786-low-level-dev-skills-gpio-baremetal
— last commit 2026-06-27
Bare-metal GPIO skill for pin configuration and interrupts. Use when configuring GPIO modes, alternate functions, pull resistors, or EXTI i…
-
mohitmishra786-low-level-dev-skills-include-what-you-use
— last commit 2026-06-27
Include What You Use (IWYU) skill for optimizing C/C++ header includes. Use when reducing compilation cascades, interpreting IWYU reports,…
-
mohitmishra786-low-level-dev-skills-interrupts-and-exceptions-baremetal
— last commit 2026-06-27
Bare-metal interrupt and exception skill for Cortex-M NVIC. Use when writing ISRs, configuring priorities, handling HardFault, or measuring…
-
mohitmishra786-low-level-dev-skills-io-uring
— last commit 2026-06-27
io_uring skill for Linux async I/O. Use when building high-performance servers with liburing, multi-shot operations, provided buffers, fixe…
-
mohitmishra786-low-level-dev-skills-linkers-lto
— last commit 2026-06-27
Linker and Link-Time Optimisation (LTO) skill. Use when configuring GNU ld, gold, or lld linker flags, diagnosing link-order issues or unde…
-
mohitmishra786-low-level-dev-skills-low-power-embedded
— last commit 2026-06-27
Low-power embedded skill for sleep modes and energy optimization. Use when configuring MCU sleep/stop/standby, peripheral clock gating, wak…
-
mohitmishra786-low-level-dev-skills-make
— last commit 2026-06-27
GNU Make skill for C/C++ build systems. Use when writing or debugging Makefiles, understanding pattern rules and automatic dependency gener…
-
mohitmishra786-low-level-dev-skills-meson
— last commit 2026-06-27
Meson build system skill for C/C++ projects. Use when setting up a Meson project, configuring build options, managing dependencies with the…
-
mohitmishra786-low-level-dev-skills-mmio-and-bit-manipulation
— last commit 2026-06-27
MMIO and register access skill for bare-metal firmware. Use when accessing memory-mapped peripherals with volatile, bit masks, RMW patterns…
-
mohitmishra786-low-level-dev-skills-numa-programming
— last commit 2026-06-27
NUMA programming skill for multi-socket memory locality. Use when detecting NUMA topology, binding processes with numactl, using libnuma AP…
-
mohitmishra786-low-level-dev-skills-peripherals-from-datasheet
— last commit 2026-06-27
Peripheral driver methodology skill from MCU reference manuals. Use when reading register maps, timing diagrams, and writing drivers from v…
-
mohitmishra786-low-level-dev-skills-spi-i2c-baremetal
— last commit 2026-06-27
Bare-metal SPI and I2C skill for serial peripheral buses. Use when implementing master-mode transfers, register read/write protocols, or de…
-
mohitmishra786-low-level-dev-skills-stm32-baremetal
— last commit 2026-06-27
STM32 bare-metal skill for CMSIS-only MCU projects. Use when scaffolding STM32 firmware without HAL, configuring clocks/RCC, using CMSIS he…
-
mohitmishra786-low-level-dev-skills-timers-pwm-baremetal
— last commit 2026-06-27
Bare-metal timer and PWM skill. Use when configuring general-purpose timers for PWM, input capture, or periodic ticks without RTOS. Activat…
-
mohitmishra786-low-level-dev-skills-uart-serial-baremetal
— last commit 2026-06-27
Bare-metal UART skill for serial console and debug. Use when configuring baud rate, polling or IRQ-driven TX/RX, or integrating DMA with UA…
-
timescale-pg-aiguide-design-postgis-tables
— last commit 2026-06-26
Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance pattern…
Page 48 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.