Skip to main content

このリポジトリの skills

tomevault-io/skills-registry - 19ページ

SkillsMP は tomevault-io/skills-registry から 17,125 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

tomevault-io/skills-registry

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

職業分類
その他コンピュータ職
説明

Uses the Pluribus skill-policy receipt recipe to make hard agent-skill rules auditable before and after writes. Best for Claude Code, OpenClaw, Cursor, Codex, and other coding-agent workflows where natural-language instructions such as forbidden services,…

原文の言語: 英語

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

Generates custom ESLint rules from natural language descriptions using the ESLint RuleTester API and AST selectors. Integrates with typescript-eslint parser for TypeScript-aware linting.

原文の言語: 英語

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

Exports design assets from Figma files using the GET /v1/files/:key and /v1/images/:key endpoints. Supports SVG, PNG, and PDF export with scale and format parameters. Use when this capability is needed.

原文の言語: 英語

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

Generates dynamic GitHub Actions CI/CD matrix strategies using the GitHub REST API and YAML AST parsing via js-yaml. Automatically detects language versions, OS targets, and dependency variations from repository configuration files.

原文の言語: 英語

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

Provides a typed pagination wrapper for the GitHub REST API using Octokit.js and the @octokit/plugin-paginate-rest plugin. Handles Link header parsing, rate limit detection via X-RateLimit-Remaining, and automatic retry with exponential backoff. Supports…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use when working with an open-source, extensible AI agent from Block (formerly Square) that goes beyond code suggestions to install packages, execute commands, edit files, and run tests. Supports any LLM and extends via MCP servers for tool integration.

原文の言語: 英語

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

Federates data from multiple GraphQL and REST APIs using Apollo Federation gateway. Implements schema stitching with automatic type merging and the DataLoader pattern for N+1 prevention. Use when this capability is needed.

原文の言語: 英語

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

Introspects GraphQL endpoints using the __schema query and generates structured API documentation. Uses graphql-js type system to resolve interfaces, unions, and custom scalar descriptions. Use when this capability is needed.

原文の言語: 英語

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

Analyzes GraphQL schemas using graphql-js introspection and @graphql-tools/utils. Maps type relationships, detects N+1 query patterns, and generates DataLoader batching recommendations.

原文の言語: 英語

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

Generates interactive API documentation from GraphQL schemas using graphql-js introspection queries and SpectaQL. Produces type relationship diagrams, query examples, and deprecation notices from SDL files.

原文の言語: 英語

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

Generates interactive API documentation from GraphQL schemas using graphql-js introspection queries and SpectaQL. Annotates fields with usage analytics from Apollo Studio API.

原文の言語: 英語

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

Detects breaking changes in GraphQL schemas using graphql-inspector and the GraphQL introspection query. Compares schema versions, identifies removed fields, changed types, and deprecated directive usage. Use when this capability is needed.

原文の言語: 英語

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

Use the upstream install or setup path that matches your environment: Use when this capability is needed.

原文の言語: 英語

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

Introspects GraphQL APIs via the standard __schema query and analyzes type systems using graphql-js utilities (buildClientSchema, printSchema). Detects N+1 patterns, circular types, deprecated field usage, and missing nullability annotations. Use when this…

原文の言語: 英語

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

Introspects GraphQL APIs via the __schema query and maps type relationships, deprecated fields, and circular references. Generates SDL exports, TypeScript types via graphql-codegen, and schema diff reports between versions. Use when this capability is needed.

原文の言語: 英語

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

Performs GraphQL schema introspection using the graphql-js reference implementation and Apollo Client devtools protocol. Generates type documentation, query complexity analysis, and schema diff reports between API versions. Use when this capability is needed.

原文の言語: 英語

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

Manages federated GraphQL schemas using Apollo Studio API and Hive Schema Registry. Validates schema composition, detects breaking changes, and enforces naming conventions across subgraph services.

原文の言語: 英語

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

Manages GraphQL schema versions using Apollo Schema Registry API and graphql-inspector. Performs schema diffing, breaking change detection, and composition validation for federated GraphQL architectures.

原文の言語: 英語

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

Manages GraphQL schema evolution using graphql-inspector for breaking change detection and Apollo Rover CLI for schema composition. Validates schemas against custom ESLint rules via @graphql-eslint/eslint-plugin.

原文の言語: 英語

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

Merges multiple GraphQL schemas into a unified federated gateway using Apollo Federation v2 and graphql-tools stitchSchemas. Validates composed schemas with rover graph check. Use when this capability is needed.

原文の言語: 英語

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

Manages Apollo Federation v2 supergraph composition from subgraph schemas, validating composition rules and generating rover CLI deployment manifests. Handles @key, @shareable, and @override directives.

原文の言語: 英語

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

Griptape is a modular Python framework for building AI agents and workflows with chain-of-thought reasoning, tools, and memory. It provides Agents, Pipelines, and Workflows as core structures, with pluggable drivers for LLMs, embeddings, vector stores, and…

原文の言語: 英語

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

HeadstartWP is 10up's open-source framework for building headless WordPress sites with Next.js. It combines a WordPress plugin, JavaScript packages, and documented patterns for routing, previews, content fetching, SEO, and multilingual delivery so an agent…

原文の言語: 英語

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

Hugging Face Transformers provides 400,000+ pretrained models for NLP, computer vision, audio, and multimodal tasks with a unified API across PyTorch, TensorFlow, and JAX for training, fine-tuning, and deployment. Use when this capability is needed.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Gives Claude Code operators a live dashboard for multi-agent sessions, tool calls, file activity, and nested task progress so debugging starts from what the agents are actually doing. Use when this capability is needed.

原文の言語: 英語

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

Instructor is a multi-language library for extracting structured, validated data from LLM outputs. It patches LLM client libraries to return Pydantic models (Python) or Zod schemas (TypeScript) instead of raw text, supporting 15+ providers including OpenAI,…

原文の言語: 英語

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

Diagnoses CrashLoopBackOff pods using kubectl and the Kubernetes API /api/v1/namespaces/{ns}/pods/{pod}/log endpoint. Correlates container exit codes with OOM kills, readiness probe failures, and config errors. Use when this capability is needed.

原文の言語: 英語

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

Diagnoses CrashLoopBackOff pods in Kubernetes clusters using kubectl and the Kubernetes API. Fetches pod events, container logs, and resource limits via the /api/v1/namespaces/{ns}/pods/{name}/log endpoint. Provides structured root-cause analysis covering…

原文の言語: 英語

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

Diagnoses CrashLoopBackOff pods using the Kubernetes client-go API and kubectl debug. Analyzes container exit codes, OOMKill events, and liveness probe failures with automated remediation suggestions. Use when this capability is needed.

原文の言語: 英語

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

Diagnoses CrashLoopBackOff pods using kubectl and the Kubernetes API. Inspects container logs, exit codes, OOMKilled events, and liveness probe configurations to generate actionable remediation steps. Use when this capability is needed.

原文の言語: 英語

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

Diagnoses CrashLoopBackOff pods using the Kubernetes API /api/v1/pods endpoint, kubectl logs --previous, and container runtime inspection via crictl. Identifies OOMKilled events, missing ConfigMaps, and image pull failures. Use when this capability is needed.

原文の言語: 英語

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

Executes diagnostic workflows against Kubernetes clusters using kubectl and the Kubernetes Python client (kubernetes.client). Checks pod health, resource quotas, event logs, and node conditions for rapid incident triage. Use when this capability is needed.

原文の言語: 英語

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

Performs deep cluster troubleshooting using the Kubernetes API server /debug/pprof endpoints and kubectl-debug ephemeral containers. Analyzes resource pressure via the Metrics Server API and kube-state-metrics. Use when this capability is needed.

原文の言語: 英語

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

Watches Kubernetes event streams via the Watch API and correlates pod lifecycle events with resource metrics from Metrics Server. Detects CrashLoopBackOff patterns and OOMKilled signals for automated triage. Use when this capability is needed.

原文の言語: 英語

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

Generates Helm v3 chart scaffolds with templated deployments, services, ingress rules, and values.yaml schemas. Validates charts against Helm lint and Kubeval for Kubernetes API version compatibility.

原文の言語: 英語

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

Executes structured incident response procedures for Kubernetes clusters using kubectl, kube-state-metrics, and the Kubernetes Events API. Automates pod crash diagnosis, OOMKill analysis, and node pressure triage. Use when this capability is needed.

原文の言語: 英語

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

Investigates CrashLoopBackOff and OOMKilled pod failures using kubectl and the Kubernetes API. Correlates container logs, event streams, and resource metrics from metrics-server to diagnose root causes automatically. Use when this capability is needed.

原文の言語: 英語

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

Diagnoses Kubernetes pod crash loops by analyzing events, logs, and resource quotas via the Kubernetes API and kubectl debug. Correlates OOMKill signals with container memory profiles from Prometheus queries. Use when this capability is needed.

原文の言語: 英語

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

Runs kubectl describe pod, kubectl logs --previous, and kubectl get events to diagnose CrashLoopBackOff and OOMKilled pods. Parses container exit codes, resource limits, and liveness probe configurations for root cause analysis.

原文の言語: 英語

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

Diagnoses CrashLoopBackOff and OOMKilled pod failures using the Kubernetes API via kubectl and the official kubernetes-client/python SDK. Correlates container logs, resource limits, and node conditions for root cause analysis. Use when this capability is…

原文の言語: 英語

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