devops-ops
| rank | capability | source |
|---|---|---|
| #51 | quarantine Observability patterns for Python applications. Triggers on: logging, metrics, tracing, opentelemetry, prometheus, observability, monitoring, structlog, correlation id. | 0xDarkMatter/claude-mods |
| #52 | quarantine Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict. | 0xDarkMatter/claude-mods |
| #53 | quarantine React development patterns, hooks, state management, Server Components, and performance optimization. Use for: react, hooks, useState, useEffect, jsx, tsx, next.js, nextjs, app router, server components, RSC, zustand, react query, component patterns, react testing library, error… | 0xDarkMatter/claude-mods |
| #54 | quarantine Quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting. Triggers on: rest api, http methods, status codes, api design, endpoint design, api versioning, rate limiting, caching headers. | 0xDarkMatter/claude-mods |
| #55 | quarantine Rust development patterns, ownership, async, error handling, and ecosystem. Use for: rust, cargo, ownership, borrow checker, lifetime, tokio, serde, trait, Result, Option, async rust, crate, derive, impl, enum, pattern matching, Arc, Mutex, Send, Sync, thiserror, anyhow, clap,… | 0xDarkMatter/claude-mods |
| #56 | quarantine Security audit orchestrator - parallel dependency scanning, SAST pattern detection, auth/config review. Dispatches 3 audit agents simultaneously, consolidates into OWASP-mapped severity report. Triggers on: security review, security audit, OWASP, XSS, SQL injection, CSRF,… | 0xDarkMatter/claude-mods |
| #57 | quarantine Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql. | 0xDarkMatter/claude-mods |
| #58 | quarantine Patterns for SQLite databases in Python projects - state management, caching, and async operations. Triggers on: sqlite, sqlite3, aiosqlite, local database, database schema, migration, wal mode. | 0xDarkMatter/claude-mods |
| #59 | quarantine Tailwind CSS utility patterns, responsive design, component patterns, v4 migration, and configuration. Use for: tailwind, tailwindcss, utility classes, responsive design, dark mode, tailwind v4, tailwind config, tw, container queries, @apply, prose, typography, animation. | 0xDarkMatter/claude-mods |
| #60 | quarantine TypeScript type system, generics, utility types, strict mode, and ecosystem patterns. Use for: typescript, ts, type, generic, utility type, Partial, Pick, Omit, Record, Exclude, Extract, ReturnType, Parameters, keyof, typeof, infer, mapped type, conditional type, template… | 0xDarkMatter/claude-mods |
| #61 | quarantine Vue 3 development patterns, Composition API, Pinia state management, Vue Router, and Nuxt 3. Use for: vue, vuejs, composition api, pinia, vue router, nuxt, nuxt3, script setup, composable, reactive, defineProps, defineEmits, defineModel, v-model, provide inject, vue3. | 0xDarkMatter/claude-mods |
| #62 | quarantine Comprehensive Windows workstation operations - diagnose slow boot, identify failing drives, decode BSOD crashes, manage startup apps, audit event logs. Use for: Windows is slow, slow bootup, won't boot, blue screen, BSOD, kernel crash, drive failing, SMART errors, disk errors,… | 0xDarkMatter/claude-mods |
| #63 | quarantine Stabilize RAG operations in a repeatable cycle: same input, same steps, predictable output. Limit ad-hoc scanning and accidental out-of-scope changes. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #64 | quarantine Identification of files that should not be split despite their size. Use for: registry/icon maps, dictionaries, generated code, migration snapshots, central contracts and aggregation files. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #65 | quarantine Subagent environment-handshake contract for Claude Code Agent-tool dispatch. Use when a parent session dispatches a subagent that may make tree-grounded claims such as file existence, branch identity, or landed changes - the handshake lets the subagent verify its live… | Grimblaz/agent-orchestra |
| #66 | quarantine Docker containerization, CI/CD pipeline patterns, health checks, rollback strategies, and production readiness. | Kalashya/SoloDevAgents |
| #67 | quarantine Load when creating Flyway migration scripts (V{n}__{description}.sql, naming conventions, flyway.locations), writing Liquibase changesets (databaseChangeLog, addColumn, createIndex), planning zero-downtime DDL (expand-contract pattern, ADD COLUMN nullable first, backfill, then… | RogerioSobrinho/codeme-copilot |
| #68 | quarantine Load when reading a Java stack trace to identify root cause, diagnosing a NullPointerException, LazyInitializationException, BeanCreationException, or ContextRefreshException in Spring Boot, using Spring Boot Actuator endpoints (/actuator/env, /actuator/beans,… | RogerioSobrinho/codeme-copilot |
| #69 | quarantine Load when writing a Dockerfile for Spring Boot, building multi-stage Docker images (FROM eclipse-temurin as builder), tuning JVM heap for containers (-Xmx, -XX:MaxRAMPercentage, -XX:+UseContainerSupport), writing Docker Compose for local dev with depends_on and healthcheck,… | RogerioSobrinho/codeme-copilot |