Skip to main content

这个仓库中的 skills

javimosch/supercli - 第 108 页

SkillsMP 已收集 javimosch/supercli 中的 6,227 个 Skill。打开任一 Skill 可查看来源和详情。

javimosch/supercli

已展示 40 / 6,227 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

fortio — HTTP/gRPC load testing CLI. Run load tests with configurable QPS, concurrency, duration. JSON and detailed latency output.

原文语言:英语

更新
职业分类
软件开发工程师
描述

gomplate — template rendering CLI. Process Go templates with data from env vars, JSON, YAML, files. Essential for config generation.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

nats-cli — NATS messaging CLI. Publish, subscribe, request-reply to NATS subjects. JSON output with --json flag. Non-interactive, headless.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

vegeta — HTTP load testing CLI and library. Attack mode with configurable rate, duration, and concurrency. JSON reports with latency percentiles.

原文语言:英语

更新
职业分类
数据科学家
描述

xsv — CSV toolkit written in Rust. Fast CSV operations: search, select, stats, sort, join, slice. Non-interactive, headless.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Extract text from images using OCR (Optical Character Recognition)

原文语言:英语

更新
职业分类
数据科学家
描述

data-profile — profile CSV and JSONL/NDJSON data files. Reports schema, column types, null counts, numeric stats, unique values, sample rows.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

file-watch — watch a directory for file changes (create, modify, delete). Polls every second, outputs JSON events. Agents can monitor for downloads, logs, build artifacts.

原文语言:英语

更新
职业分类
软件开发工程师
描述

http-sse — connect to Server-Sent Events streams and output events as JSON. Timeout-based. Agents can consume real-time LLM token streams, build events, live feeds.

原文语言:英语

更新
职业分类
软件开发工程师
描述

openapi-summary — parse OpenAPI/Swagger specs into flattened summaries. Shows endpoints, methods, summaries, servers. Agents can understand any REST API from its spec.

原文语言:英语

更新
职业分类
信息安全分析师
描述

secret-scan — scan files for leaked secrets: API keys, AWS tokens, private keys, JWTs, passwords, connection strings. Regex-based. Recursive directory walk.

原文语言:英语

更新
职业分类
软件开发工程师
描述

code-summary — analyze project codebase: files, blank lines, comment lines, code lines per file extension. COCOMO-style metrics.

原文语言:无法判定

更新
职业分类
网络与计算机系统管理员
描述

diff-summary — parse unified git diff into structured JSON. Reports files changed, hunks, additions/deletions per file.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

find-large — find largest files in a directory tree. Filter by minimum size, limit results. Outputs human-readable sizes.

原文语言:英语

更新
职业分类
校对员和文稿标注员
描述

markdown-links — extract all links from Markdown files recursively. Reports link text, URL, and whether links are external or internal.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

project-map — map a directory tree with file metadata: size, extension, first-line comment. Gives agents instant codebase understanding.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

cron-explain — explain cron expressions in human language. Parses 5-field expressions and generates readable summaries.

原文语言:英语

更新
职业分类
软件开发工程师
描述

git-blame-summary — aggregate git blame statistics per author. Shows lines of code, file count, and percentage per contributor.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

csv-stats — column statistics for CSV files. Reports nulls, unique strings, numeric min/max/avg/median per column.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

find-dup — find duplicate lines in text. Reads stdin, outputs JSON with duplicate counts and line numbers, sorted by frequency.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

git-stats — git repository statistics: commit count, authors, file count, language breakdown, first/last commit date.

原文语言:无法判定

更新
职业分类
软件开发工程师
描述

markdown-code — extract code blocks from Markdown with language tags. Useful for documentation analysis and code extraction.

原文语言:英语

更新
职业分类
软件开发工程师
描述

todo-scan — scan source code for TODO, FIXME, HACK, XXX, BUG, WORKAROUND comments. Recursive directory walk with JSON output. Scans 20+ file types.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

file-find — find files by name/glob pattern with structured JSON output. Size, mode, modification time per file.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

http-bench — concurrent HTTP benchmark. Test throughput with configurable concurrency and request count. Reports RPS, latency percentiles (p50/p90/p95/p99).

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

json-flatten — flatten nested JSON to dot-notation keys (e.g., {'user.name':'Alice'}). Handles arrays with index notation.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

json-uniq — remove duplicate objects from a JSON array using SHA256 content hashing. Deduplicates by full object equality.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

text-table — format pipe-delimited text into aligned ASCII tables. Reads stdin, outputs table with borders.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

domain-age — check domain DNS resolution, HTTP reachability, latency, and nameservers.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

emoji-find — search emoji by keyword. Exact and partial matching. Returns emoji + name.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

json-diff — deep diff two JSON files. Shows added/removed/changed paths with before/after values.

原文语言:英语

更新
职业分类
数据库架构师
描述

json-schema — infer JSON Schema (draft-07) from sample JSON data. Reads stdin, outputs schema.

原文语言:英语

更新
职业分类
信息安全分析师
描述

text-cipher — encode/decode text with ciphers: rot13, reverse, caesar<N>, upper, lower, swapcase.

原文语言:无法判定

更新
职业分类
软件开发工程师
描述

color-palette — generate color schemes from a base hex color. Outputs monochromatic, complementary, triadic, analogous palettes as JSON.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

hash-file — compute MD5, SHA1, SHA256, SHA512 hashes for files. Accepts multiple files. JSON output array.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

ip-calc — CIDR subnet calculator. Compute network, broadcast, host range, and host count from a CIDR notation.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

lorem-gen — generate Lorem Ipsum placeholder text. Control paragraphs and sentences per paragraph.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

markdown-toc — generate table of contents from Markdown headers. Reads markdown from stdin, outputs nested TOC with anchor links.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

case-convert — convert text between case styles: snake, camel, kebab, pascal, scream, lower, upper.

原文语言:无法判定

更新
职业分类
网络与计算机系统管理员
描述

http-redirect — trace HTTP redirect chain. Follows 301/302/303/307/308 hops and reports each status+URL.

原文语言:英语

更新
已展示 40 / 6,227 个已收集 Skill。