Skip to main content

このリポジトリの skills

heldernoid/agentic-build-templates - 2ページ

SkillsMP は heldernoid/agentic-build-templates から 144 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

heldernoid/agentic-build-templates

収集済み skill 144 件中 40 件を表示しています。

職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
上級秘書・行政アシスタント
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

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…

原文の言語: 英語

更新
職業分類
データベース管理者
説明

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

原文の言語: 英語

更新
職業分類
データベース管理者
説明

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

原文の言語: 英語

更新
職業分類
データベース管理者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

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

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

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.

原文の言語: 英語

更新
職業分類
データベース管理者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
収集済み skill 144 件中 40 件を表示しています。