Skip to main content

Skills en este repositorio

heldernoid/agentic-build-templates - Página 2

SkillsMP ha recopilado 144 skills de heldernoid/agentic-build-templates. Abre una skill para revisar su origen y sus detalles.

heldernoid/agentic-build-templates

Mostrando 40 de 144 skills recopiladas.

ocupación
Administradores de redes y sistemas informáticos
descripción

Manage dotfiles with symlinks from a central git repository. Use when tracking config files, syncing dotfiles between machines, or bootstrapping a new machine. Triggers include "dotfiles", "sync config", "dfs", "track dotfiles", "symlink config", "new machine…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Use dotfile-sync profiles to manage machine-specific configurations. Use when different machines need different subsets of dotfiles, handling OS-specific configs, or setting up work vs personal machine profiles. Triggers include "machine profile",…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Configure ignore patterns for file-tree-diff using .ftdignore files or CLI flags. Use when setting up ignore rules for directory comparisons, excluding build artifacts, or creating project-specific ignore configurations. Triggers include "ignore node_modules…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Compare two directory trees and show added, removed, and changed files with color output. Use when you need to compare two versions of a directory, find what changed between releases, audit differences between staging and production file sets, or verify a…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Pipe JSON into a query CLI with intuitive dot-notation syntax. Use when you need to extract fields from JSON, filter arrays, transform objects, or format JSON output. Triggers include "query JSON", "extract from JSON", "filter JSON array", "jq", "process JSON…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Pipe JSON between shell commands using jq-lite for transformation steps. Use when building shell pipelines that process JSON data through multiple transformation stages. Triggers include "pipe JSON", "shell pipeline JSON", "curl | jql", "transform JSON in…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Monitor system processes for resource usage using process-tree watch mode. Use when tracking CPU or memory usage over time, finding resource hogs, or watching a specific process. Triggers include "monitor processes", "watch cpu usage", "process monitor", "top…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

View the system process hierarchy as a tree with resource usage. Use when exploring parent-child process relationships, finding what process owns a port, monitoring CPU/memory, or sending signals. Triggers include "process tree", "ptree", "what is running",…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Write commit messages following the Conventional Commits specification for use with release-notes-gen. Use when composing git commit messages, understanding commit types, or setting up commit message conventions. Triggers include "conventional commits",…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Generate release notes and changelogs from git commit history using Conventional Commits. Use when preparing a release, updating CHANGELOG.md, or computing the next semver version. Triggers include "release notes", "changelog", "rng", "conventional commits",…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Manage SSH host configurations in ~/.ssh/config from the terminal. Use when adding, editing, or searching SSH hosts, cloning host configs, testing connections, or importing configs. Triggers include "ssh config", "ssh host", "sshm", "add ssh host", "edit ssh…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Test SSH connectivity to hosts configured in ~/.ssh/config using sshm. Use when diagnosing connection issues, verifying hosts are reachable, or checking all hosts after a network change. Triggers include "test ssh", "ssh connectivity", "can I connect", "ssh…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Set up terminal-bookmarks shell integration for interactive bookmark search with a keyboard shortcut. Use when configuring the Ctrl+B keybind widget in zsh, bash, or fish, or when troubleshooting shell integration issues. Triggers include "set up shell…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Save, tag, and fuzzy-search shell commands from the terminal. Use when you need to store a complex command for later recall, search through saved commands, execute a bookmark, manage tags, or sync bookmarks across machines. Triggers include "save this…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Track time spent on projects from the terminal. Use when starting/stopping timers, logging time, viewing daily or weekly reports, or exporting time data. Triggers include "track time", "time tracker", "ttm", "log hours", "time report", "how much time", "start…

Idioma del texto original: inglés

actualizado
ocupación
Secretarios ejecutivos y asistentes administrativos de dirección
descripción

Generate time tracking reports from terminal-time-tracker data. Use when summarizing hours by project, comparing weeks, analyzing daily patterns, or exporting time data for invoicing. Triggers include "time report", "hours by project", "weekly summary", "time…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Transparent HTTP reverse proxy that records every request and response to SQLite and exposes a React dashboard for traffic analytics, latency percentiles, and error inspection

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Node.js HTTP/HTTPS transparent reverse proxy implementation patterns, including header forwarding, body streaming, latency measurement, and SSE for real-time events

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Track ETL and data pipeline jobs with success/failure status, duration tracking, heartbeat monitoring, and dependency visualization. Use when you need to monitor scheduled jobs, detect failures, track pipeline health over time, or visualize ETL step…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de bases de datos
descripción

Query and inspect SQLite databases used by data tools. Use when you need to directly inspect stored pipeline runs, metrics, or configuration data stored in a SQLite database file. Triggers include "query the database", "inspect SQLite", "check raw data",…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de bases de datos
descripción

Dashboard for monitoring PostgreSQL and MySQL table sizes over time, with growth tracking, threshold alerts, and snapshot comparison

Idioma del texto original: inglés

actualizado
ocupación
Administradores de bases de datos
descripción

Patterns for connecting to PostgreSQL and MySQL databases in Node.js, including connection pooling, read-only users, and schema introspection queries for size and row count collection

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Compute structural differences between two JSON-compatible JavaScript values. Use this skill when you need to programmatically diff objects, check if two data structures are equivalent, or find what paths changed. Triggers include "diff two objects in code",…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Compare two JSON blobs and view structural and value differences. Use when you need to compare API responses, config files, database records, or any two JSON objects. Triggers include "compare JSON", "JSON diff", "what changed", "JSON differences", "diff two…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Curated collection of production-ready regular expressions covering emails, URLs, dates, identifiers, and more, with copy-paste patterns and test strings

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores web
descripción

Live browser-based regex testing tool with match highlighting, capture group inspection, pattern explanation, and URL sharing

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Send time-series data points to the time-series-dashboard ingest API from curl, Python, or Node.js. Use this skill when the user wants to push metrics, test the ingest pipeline, or set up a data collection script.

Idioma del texto original: inglés

actualizado
ocupación
Administradores de bases de datos
descripción

Manage dashboards, metrics, alert rules, and query time-series data in the time-series-dashboard application. Use this skill for all operations against the running server.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Compare two OpenAPI spec files and produce a structured diff report. Use when you need to know what changed between two versions of an API spec, detect breaking changes before releasing a new API version, or check a PR's API spec changes in CI. Triggers…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Understand what counts as a breaking API change in api-diff-checker, and how to interpret breaking change results. Use when you need to know if a specific API change will break existing clients, understand the classification rules used by the diff engine, or…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Serve fake API responses from a YAML definition file with Faker.js data and configurable latency. Use when you need to develop a frontend without a backend, test error states, simulate slow APIs, or do contract-first API development. Triggers include "mock…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Reference for Faker.js template helpers available in api-mock-server response body definitions. Use when building YAML config files for api-mock-server and you need to know which faker helpers are available, what they produce, or how to use dynamic values…

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos de bases de datos
descripción

Create, update, and delete JSON Schema definitions in config-validator. Use when you need to add a new schema for a config file type, update a schema after adding required fields, list available schemas, or remove an obsolete schema. Triggers include "add…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Validate a config file (JSON, YAML, TOML, or .env) against a JSON Schema using config-validator. Use when you need to check that a config file is valid before deploying, catch missing required fields or wrong types, or run validation in a CI pipeline.…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Search stored Docker container logs for a text query using container-log-viewer. Covers clv search CLI and the /api/logs/search HTTP endpoint.

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Stream and tail Docker container logs using container-log-viewer. Covers clv tail, clv list, and the real-time web UI feed.

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Configure and manage cron-monitor alert delivery to Slack, email, or webhook endpoints. Use when you need to set up notifications for failed or missed cron jobs, test alert delivery, or manage existing alert configurations. Triggers include "configure…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Send heartbeat pings to cron-monitor after cron job completion, check job status, and register new jobs. Use when you need to confirm a scheduled task ran successfully, check if a cron job is healthy, or add monitoring to a new cron script. Triggers include…

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Record HTTP/HTTPS traffic through the dev-proxy-recorder. Covers starting the proxy, session management, proxy.yaml routes, and HTTPS interception setup.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Replay recorded HTTP/HTTPS traffic using dev-proxy-recorder. Covers starting replay mode, selecting sessions, miss handling, and switching between record and replay.

Idioma del texto original: inglés

actualizado
Mostrando 40 de 144 skills recopiladas.