Skip to main content

Skills in this repository

heldernoid/agentic-build-templates - Page 3

SkillsMP has collected 144 skills from heldernoid/agentic-build-templates. Open a skill to review its source and details.

heldernoid/agentic-build-templates

Showing 40 of 144 collected skills.

occupation
Information Security Analysts
description

AES-256-GCM encryption and PBKDF2 key derivation patterns for secure secret storage in Node.js

updated
occupation
Network & Computer Systems Administrators
description

Manage encrypted .env file vaults across projects and environments using env-file-manager

updated
occupation
Software Developers
description

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",…

updated
occupation
Software Developers
description

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",…

updated
occupation
Software Developers
description

Manage, scan, and prune branches across multiple local Git repositories using git-branch-dashboard

updated
occupation
Software Developers
description

Fetch open pull requests and repository metadata from the GitHub REST API using Octokit

updated
occupation
Network & Computer Systems Administrators
description

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…

updated
occupation
Network & Computer Systems Administrators
description

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…

updated
occupation
Network & Computer Systems Administrators
description

Run and configure a local npm registry proxy that caches packages from upstream and serves them offline with the lpr CLI

updated
occupation
Network & Computer Systems Administrators
description

Publish private npm packages to the local registry using lpr publish or npm publish, and manage published versions

updated
occupation
Network & Computer Systems Administrators
description

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…

updated
occupation
Network & Computer Systems Administrators
description

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…

updated
occupation
Network & Computer Systems Administrators
description

Manage the monorepo-task-runner content-hash cache. Covers how caching works, cache key computation, listing, clearing, and cache-related debugging.

updated
occupation
Software Developers
description

Run monorepo tasks with dependency ordering using monorepo-task-runner. Covers mtr run, mtr status, tasks.yaml format, and the web dashboard.

updated
occupation
Software Developers
description

Generate TypeScript types from JSON Schema, OpenAPI specs, and SQLite databases using the s2t CLI

updated
occupation
Software Developers
description

Watch schema files for changes and automatically regenerate TypeScript types on save

updated
occupation
Network & Computer Systems Administrators
description

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…

updated
occupation
Network & Computer Systems Administrators
description

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",…

updated
occupation
Network & Computer Systems Administrators
description

Integrate deployment-tracker into CI/CD pipelines. GitHub Actions and GitLab CI workflow examples for automatic deployment logging.

updated
occupation
Network & Computer Systems Administrators
description

Track every deployment event via CLI or REST API. Searchable web dashboard with service timelines, rollback tracking, and per-service deploy tokens.

updated
occupation
Network & Computer Systems Administrators
description

Implement DNS provider adapters for Cloudflare and AWS Route 53 in Node.js/TypeScript with a shared interface.

updated
occupation
Network & Computer Systems Administrators
description

Operate dns-record-manager -- manage DNS records across Cloudflare and Route 53, review change history, and configure providers.

updated
occupation
Network & Computer Systems Administrators
description

Operate and troubleshoot the docker-compose-ui dashboard -- project discovery, container actions, log streaming, audit log, and deployment.

updated
occupation
Network & Computer Systems Administrators
description

Interact with the Docker Engine API via dockerode in Node.js/TypeScript -- listing containers, streaming logs, collecting stats, and running Compose operations as subprocesses.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Basic load test for the REST API

updated
occupation
Software Quality Assurance Analysts & Testers
description

Comprehensive scenario showing all available fields

updated
occupation
Network & Computer Systems Administrators
description

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",…

updated
occupation
Software Developers
description

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",…

updated
occupation
Network & Computer Systems Administrators
description

Add and scan remote Linux servers via SSH, collect system facts, and view fleet health in a React dashboard.

updated
occupation
Network & Computer Systems Administrators
description

Execute read-only commands on remote Linux servers via SSH using the ssh2 npm package.

updated
occupation
Network & Computer Systems Administrators
description

Operate ssl-cert-monitor -- add hosts, configure alert rules, trigger checks, review history, and deploy the stack.

updated
occupation
Network & Computer Systems Administrators
description

Inspect TLS/SSL certificates in Node.js using the built-in tls module -- connect, extract cert metadata, calculate days until expiry, and handle errors.

updated
occupation
Software Developers
description

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…

updated
occupation
Data Scientists
description

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.

updated
occupation
Web Developers
description

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.

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
Showing 40 of 144 collected skills.