Skip to main content

このリポジトリの skills

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

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

tomevault-io/skills-registry

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

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

This skill should be used when detecting programming languages in projects, determining language versions from config files, installing development environments (Rust, Python, Node.js), setting up LSP servers, installing CLI development tools, or configuring…

原文の言語: 英語

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

Diagnose and fix .NET HTTPS dev certificate trust issues on Linux. Covers the full certificate lifecycle from generation to system CA bundle inclusion, with distro-specific guidance for Ubuntu, Fedora, Arch, and WSL2. Use when this capability is needed.

原文の言語: 英語

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

Infrastructure as Code patterns for deploying Guts nodes using Terraform, Docker, and Kubernetes Use when this capability is needed.

原文の言語: 英語

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

name: vue-service-creator Use when this capability is needed.

原文の言語: 中国語

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

Docker and containerization best practices. Use for Dockerfile creation, docker-compose, multi-stage builds, and container optimization. Use when this capability is needed.

原文の言語: 英語

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

Create, generate, or write Dockerfiles and multi-stage Docker images. Containerize apps. Use when this capability is needed.

原文の言語: 英語

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

Start the Claude Paper web viewer to browse and study papers Use when this capability is needed.

原文の言語: 英語

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

Trigger a Wiki Guardian test run by making a trivial wiki edit and checking the action result Use when this capability is needed.

原文の言語: 英語

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

describe how to write cache related code in the codebase, use when you need to add or modify cache related code or user ask to optimize the cache related code to the codebase Use when this capability is needed.

原文の言語: 英語

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

describe how to do the logging in the codebase, use when you need to add logger to the codebase Use when this capability is needed.

原文の言語: 英語

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

describe how to write middleware code in the codebase, use when you need a filter or interceptor to process the request or response Use when this capability is needed.

原文の言語: 英語

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

describe how to write unit tests or general tests for the codebase, use when you need to add or modify unit tests to the codebase Use when this capability is needed.

原文の言語: 英語

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

Performs code review with best practices Use when this capability is needed.

原文の言語: 英語

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

Docker image optimization patterns including multi-stage builds, layer caching, security hardening, and size reduction techniques. Use when building Docker images, optimizing container size, improving build performance, or implementing Docker security best…

原文の言語: 英語

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

Backup strategy design, data integrity verification, and disaster recovery planning. Invoke with /backup. Use when this capability is needed.

原文の言語: 英語

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

Analyzes and optimizes Dockerfiles to reduce image size, improve build time, and enhance security. Use when optimizing Docker images, reducing build times, or improving Dockerfile structure.

原文の言語: 英語

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

Kubernetes pod-level troubleshooting — CrashLoopBackOff, ImagePullBackOff, Pending, OOMKilled, readiness/liveness probe failures. Use when the user mentions kubectl, a pod stuck in a non-Running state, or container restart loops. Use when this capability is…

原文の言語: 英語

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

Guide for creating Claude Code hooks with security-first design. Use for validation, logging, and policy enforcement. Use when this capability is needed.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Secure Docker images and container runtime configurations. Implement non-root users, read-only filesystems, and security contexts. Use when building secure container images or hardening container deployments. Use when this capability is needed.

原文の言語: 英語

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

Administer PostgreSQL databases. Configure replication, backups, and performance tuning. Use when managing PostgreSQL deployments. Use when this capability is needed.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Security considerations for Jackson JSON deserialization in Java applications. Covers timing of validation, raw input interception, and common deserialization attack patterns. Use when this capability is needed.

原文の言語: 英語

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

Align Python version and repo-declared dependencies (requirements.txt / environment.yml) before installing packages for NLP research code reproduction. Use when this capability is needed.

原文の言語: 英語

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

Deep Vue 3 expertise for Composition API, component patterns, Pinia state management, Vue Router, performance optimization, and testing. Use when building Vue applications, designing composables, or reviewing Vue code. Use when this capability is needed.

原文の言語: 英語

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

This skill should be used when the user asks to "set up submodules", "migrate branches to submodules", "automate submodule sync", "create submodule architecture", "convert branches to repos", or mentions setting up git submodules with GitHub Actions…

原文の言語: 英語

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

>- Use when this capability is needed.

原文の言語: 英語

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

| Use when this capability is needed.

原文の言語: 英語

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

| Use when this capability is needed.

原文の言語: 英語

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

Docker containerization for packaging applications with dependencies into isolated, portable units ensuring consistency across development, testing, and production environments. Use when this capability is needed.

原文の言語: 英語

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

Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying…

原文の言語: 英語

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

DevOps and CI/CD patterns for EUCORA including GitHub Actions workflows, Docker Compose orchestration, quality gates, and pre-commit hooks. Use when creating pipelines, configuring containers, or implementing quality enforcement. Use when this capability is…

原文の言語: 英語

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

>- Use when this capability is needed.

原文の言語: 英語

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

>- Use when this capability is needed.

原文の言語: 英語

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

Dockerfile 编写最佳实践 Use when this capability is needed.

原文の言語: 判定不能

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

This skill is automatically called by `/forge-editor:wizard validate` via W036 check. Use when this capability is needed.

原文の言語: 英語

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

Virtual test environment for Claude Code hooks, plugins, and agents. Use when testing or validating plugin components without affecting production. Use when this capability is needed.

原文の言語: 英語

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

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems. Use when this capability is needed.

原文の言語: 英語

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

Docker operations, Dockerfile best practices, Compose, and image optimization. Trigger for: Docker, Dockerfile, container, image, docker-compose, multi-stage build, layer caching, distroless, container registry, ECR, GCR, GHCR, docker build, docker run,…

原文の言語: 英語

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

Deploy and test dspy-cli on Fly.io using local changes via temp git branch. Full integration testing with guaranteed cleanup. (project) Use when this capability is needed.

原文の言語: 英語

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

Reviews and automatically fixes Claude Code skills against official Anthropic best practices. Use when checking skill quality, refactoring bloated skills, improving discoverability, or contributing to open-source skills. Supports review, auto-fix, external…

原文の言語: 英語

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

Docker Compose generation, optimization, and troubleshooting assistance. Use when this capability is needed.

原文の言語: 英語

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