AES-256-GCM encryption and PBKDF2 key derivation patterns for secure secret storage in Node.js
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 heldernoid/agentic-build-templates 中的 144 个 Skill。打开任一 Skill 可查看来源和详情。
heldernoid/agentic-build-templates已展示 40 / 144 个已收集 Skill。
AES-256-GCM encryption and PBKDF2 key derivation patterns for secure secret storage in Node.js
原文语言:英语
Manage encrypted .env file vaults across projects and environments using env-file-manager
原文语言:英语
Set up and evaluate A/B tests using feature-flag-server. Use when you need to run a multivariate experiment, assign users to variants, track which variant they received, or analyze variant distribution. Triggers include "A/B test", "split test", "experiment",…
原文语言:英语
Evaluate feature flags from a self-hosted ffs server. Use when you need to check whether a feature is enabled, get a variant value for an A/B test, or batch-evaluate multiple flags for a user. Triggers include "check feature flag", "is feature enabled",…
原文语言:英语
Manage, scan, and prune branches across multiple local Git repositories using git-branch-dashboard
原文语言:英语
Fetch open pull requests and repository metadata from the GitHub REST API using Octokit
原文语言:英语
Manage the local-dns-override hosts.yaml configuration file. Use when you need to view the current DNS config, validate a hosts.yaml file before applying it, understand the config file format, or check which records are currently loaded. Triggers include…
原文语言:英语
Add or remove local hostname-to-IP mappings using local-dns-override. Use when you need to resolve a custom hostname (like api.local or *.dev.local) to a local IP address for development, check what a hostname currently resolves to, or test that a DNS record…
原文语言:英语
Run and configure a local npm registry proxy that caches packages from upstream and serves them offline with the lpr CLI
原文语言:英语
Publish private npm packages to the local registry using lpr publish or npm publish, and manage published versions
原文语言:英语
Generate locally-trusted TLS certificates for development. Use when you need to understand how mkcert works, need to generate certificates manually outside of ssl-proxy, need to check if mkcert is installed, or are debugging certificate trust issues. Triggers…
原文语言:英语
Terminate HTTPS locally for development servers with auto-generated trusted certificates. Use when you need HTTPS on localhost, are testing Stripe webhooks that require HTTPS, building service workers (which require HTTPS), testing mixed-content policies, or…
原文语言:英语
Manage the monorepo-task-runner content-hash cache. Covers how caching works, cache key computation, listing, clearing, and cache-related debugging.
原文语言:英语
Run monorepo tasks with dependency ordering using monorepo-task-runner. Covers mtr run, mtr status, tasks.yaml format, and the web dashboard.
原文语言:英语
Generate TypeScript types from JSON Schema, OpenAPI specs, and SQLite databases using the s2t CLI
原文语言:英语
Watch schema files for changes and automatically regenerate TypeScript types on save
原文语言:英语
Track backup jobs via heartbeat pings, alert on missed or failed backups. Use when you need to monitor scheduled backup scripts, get alerted when a backup misses its window, or track backup execution history. Triggers include "backup monitoring", "backup…
原文语言:英语
Implement a heartbeat/dead man's switch API pattern for monitoring scheduled jobs. Use when building a system where jobs must ping an API to prove they ran, and alerting fires if they don't. Triggers include "heartbeat API", "dead man's switch", "job ping",…
原文语言:英语
Integrate deployment-tracker into CI/CD pipelines. GitHub Actions and GitLab CI workflow examples for automatic deployment logging.
原文语言:英语
Track every deployment event via CLI or REST API. Searchable web dashboard with service timelines, rollback tracking, and per-service deploy tokens.
原文语言:英语
Implement DNS provider adapters for Cloudflare and AWS Route 53 in Node.js/TypeScript with a shared interface.
原文语言:英语
Operate dns-record-manager -- manage DNS records across Cloudflare and Route 53, review change history, and configure providers.
原文语言:英语
Operate and troubleshoot the docker-compose-ui dashboard -- project discovery, container actions, log streaming, audit log, and deployment.
原文语言:英语
Interact with the Docker Engine API via dockerode in Node.js/TypeScript -- listing containers, streaming logs, collecting stats, and running Compose operations as subprocesses.
原文语言:英语
Basic load test for the REST API
原文语言:英语
Comprehensive scenario showing all available fields
原文语言:英语
Generate production-ready nginx configuration files for reverse proxy, SSL, rate limiting, and caching setups. Use when you need an nginx config for a web application, API, static site, or reverse proxy. Triggers include "nginx config", "nginx configuration",…
原文语言:英语
Build a Node.js CLI tool with Commander.js, interactive prompts, colored terminal output, and pnpm packaging. Use when creating a command-line interface for a Node.js project. Triggers include "CLI tool", "command line", "Commander.js", "terminal interface",…
原文语言:英语
Add and scan remote Linux servers via SSH, collect system facts, and view fleet health in a React dashboard.
原文语言:英语
Execute read-only commands on remote Linux servers via SSH using the ssh2 npm package.
原文语言:英语
Operate ssl-cert-monitor -- add hosts, configure alert rules, trigger checks, review history, and deploy the stack.
原文语言:英语
Inspect TLS/SSL certificates in Node.js using the built-in tls module -- connect, extract cert metadata, calculate days until expiry, and handle errors.
原文语言:英语
Spaced repetition flashcard system with SM-2 scheduling, Markdown support, and Anki import. Use when you need to study or manage flashcard decks, grade cards, check review schedules, or import/export card data. Triggers include "flashcards", "spaced…
原文语言:英语
SM-2 spaced repetition algorithm implementation reference for flashcard-engine. Use when implementing or modifying the SM-2 scheduling algorithm, calculating next review dates, or understanding how interval and ease factor are computed.
原文语言:英语
Recharts-based WPM progress visualization for typing-trainer. Use when implementing or modifying the WPM over time chart, sessions per day bar chart, or any data visualization in the progress dashboard.
原文语言:英语
Browser-based code typing practice with WPM tracking, snippet library, and progress charts. Use when you need to practice typing speed for code, measure WPM on code snippets, track typing progress over time, or build a custom snippet library. Triggers include…
原文语言:英语
Web UI for controlling Raspberry Pi GPIO pins in real time. Use when you need to read or write a GPIO pin state, set PWM duty cycle or frequency, apply a saved configuration, create or schedule pin configurations, query pin history, or access the REST API…
原文语言:英语
Preparing a Raspberry Pi to run gpio-controller. Use when you need to set up Node.js, enable GPIO, install pigpio, configure the pigpiod daemon, or set up a systemd service for auto-start. Triggers include "setup Pi", "install gpio-controller", "raspberry pi…
原文语言:英语
Schedule and track healthcare appointments, manage provider contacts, build pre-appointment checklists, attach documents, receive reminders, and export appointment history. Use when a user needs to add, view, update, or export healthcare appointments.
原文语言:英语
Server-side cron scheduler that polls a reminders table and delivers appointment reminders via WebSocket to the browser, which then shows Web Notifications API alerts. Use when building or debugging reminder delivery in appointment or scheduling applications.
原文语言:英语