Skip to main content

这个仓库中的 skills

diegosouzapw/awesome-omni-skill - 第 9 页

SkillsMP 已收集 diegosouzapw/awesome-omni-skill 中的 2,805 个 Skill。打开任一 Skill 可查看来源和详情。

diegosouzapw/awesome-omni-skill

已展示 40 / 2,805 个已收集 Skill。

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

Manage Docker containers and services efficiently

原文语言:英语

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

Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.

原文语言:英语

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

Manages secrets and sensitive config. User secrets, environment variables, rotation.

原文语言:英语

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

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

原文语言:英语

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

This skill should be used when the user asks to 'configure Keycloak', 'set up ABAC', 'create Keycloak realm', 'integrate Azure AD with Keycloak', 'implement authorization services', 'configure OIDC client', 'create Keycloak policies', 'set up UMA/RPT tokens',…

原文语言:英语

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

Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing.

原文语言:英语

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

Deploy and manage Kubernetes applications with Helm charts. Covers K8s manifests, kubectl, Kustomize, RBAC, and container orchestration. Use for container deployments, microservices, and cloud-native applications.

原文语言:英语

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

Reviews documentation for completeness, accuracy, and consistency with the project's DX_GUIDE.md standards. Validates documentation structure, checks for broken links, ensures examples are up-to-date, and verifies technical accuracy. Use when creating or…

原文语言:英语

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

README template structure and required sections

原文语言:英语

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

Standardized release workflow with version updates and CHANGELOG management

原文语言:英语

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

Updates documentation files (changelog, architecture, project_status) based on git changes, then stages and commits all changes. Use after completing features or fixes.

原文语言:英语

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

Use when working with sunpeak, or when the user asks to "build an MCP App", "build a ChatGPT App", "add a UI to an MCP tool", "create an interactive resource for Claude or ChatGPT", "build a React UI for an MCP server", or needs guidance on MCP App resources,…

原文语言:英语

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

This skill should be used when the user asks to "check if a domain is available", "find a domain name", "brainstorm domain names", "is X.com taken", "search for domains", or is trying to name a product, app, or startup and needs domain options. Also activate…

原文语言:英语

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

Embodies a senior frontend developer with 15+ years of experience building web applications. Provides expert guidance on UI architecture, component design, state management, CSS/styling, performance optimization, accessibility, debugging browser issues, and…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Next.js App Router, Server/Client components, shadcn/ui patterns, Tailwind CSS conventions

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Quick web search for information. Returns top results with summaries. Use when user says "search", "look up", "find info about".

原文语言:日语

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

Run, create, and debug Playwright e2e tests for the web app. ALWAYS invoke this skill using the SlashCommand tool (i.e., `/web-e2e`) BEFORE attempting to run any e2e tests, playwright tests, anvil tests, or debug test failures. DO NOT run `bun playwright…

原文语言:英语

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

Playwright automation, Chrome DevTools debugging, and browser interaction testing. Use for E2E/unit tests, capturing screenshots, inspecting network/console logs, or validating user flows in web applications.

原文语言:英语

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

Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring. Use PROACTIVELY for ML model deployment, inference optimization, or production ML infrastructure.

原文语言:英语

更新
职业分类
项目管理专家
描述

Use when starting a new feature, project, or task - extracts requirements, constraints, non-goals, style preferences, and key concepts from fuzzy input through conversational Q&A. Output is a structured brief saved to .pipeline/brief.md. Always run this…

原文语言:英语

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

"[Implementation] Use when the user asks to implement a new feature, enhancement, add functionality, build something new, or create new capabilities. Triggers on keywords like "implement", "add feature", "build", "create new", "develop", "enhancement"."

原文语言:英语

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

Automatically set up StackHawk security testing for your repository with generated configuration and GitHub Actions workflow Use when: the task directly matches stackhawk security onboarding responsibilities within plugin awesome-copilot-root. Do not use…

原文语言:英语

更新
职业分类
其他高等院校教师
描述

Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.

原文语言:英语

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

Helm chart authoring — library charts, values.schema.json, subcharts, _helpers.tpl, helm-unittest. Use when building complex Helm charts. NOT for basic helm install/upgrade.

原文语言:英语

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

Review Playwright E2E tests for best practices violations. Detects mocked app data, explicit timeouts, CSS selectors, skipped tests, and assertion anti-patterns. Use when reviewing Playwright PRs or auditing test quality.

原文语言:英语

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

iOS testing with XCTest/XCUITest on simulators and devices: layered strategy, determinism/flake control, device matrix selection, CI ergonomics, and repeatable simulator automation.

原文语言:英语

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

End-to-end web application testing with Playwright: scope control, stable selectors, parallelization/sharding, flake control, network mocking vs real services, visual testing tradeoffs, and CI/CD integration.

原文语言:英语

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

Ensure data integrity, stability, and basic security for a personal productivity app. Focus on preventing data loss, memory leaks, and sync failures during daily 8-hour usage sessions. Skip enterprise-grade testing. Use when testing, verifying, validating,…

原文语言:英语

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

Testing specialist for Treido (Playwright + Next.js). Use for writing/debugging E2E tests, deflaking, selectors, auth state, parallel execution, and CI stability.

原文语言:英语

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

Gemini 2.5 Computer Use for browser automation with VISIBLE local browser. Watch Gemini AI control your browser in real-time. Perfect for web app testing, automation demos, and debugging.

原文语言:英语

更新
职业分类
平面设计师
描述

Generate professional slide deck images from content. Creates comprehensive outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", or "slide deck".

原文语言:英语

更新
职业分类
其他计算机职业
描述

Customize or personalize a Claude Code plugin for a specific organization's tools and workflows by replacing placeholders and configuring MCP servers.

原文语言:英语

更新
职业分类
其他计算机职业
描述

This skill should be used when the user asks "what plugins are available", "list data science tools", "what MCP servers can I use", "enable code intelligence", or needs to discover available plugins like serena, context7, or data access skills like wrds and…

原文语言:英语

更新
职业分类
项目管理专家
描述

Bootstraps a new feature ticket by setting active context, deriving `slug_hint`, and preparing PRD questions. Use when the idea stage starts for a new ticket.

原文语言:英语

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

Comprehensive toolkit for validating, linting, testing, and automating Jenkinsfile pipelines (both Declarative and Scripted). Use this skill when working with Jenkins pipeline files, validating pipeline syntax, checking best practices, debugging pipeline…

原文语言:英语

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

Expert knowledge of Kafka CLI tools (kcat, kcli, kaf, kafkactl). Auto-activates on keywords kcat, kafkacat, kcli, kaf, kafkactl, kafka cli, kafka command line, produce message, consume topic, list topics, kafka metadata. Provides command examples,…

原文语言:英语

更新
职业分类
技术写作员
描述

Comprehensive tone, audience, and content guide for writing chapters in "Maximize Your Life with AI: Build an AI Operating System for Learning, Productivity, and Life". Use this alongside prose-generation for the soul, structure, and drive of the book.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Guide a project from idea to implementation using the appropriate workflow depth

原文语言:英语

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

Parse, search, and modify HTML/XML documents by building a navigable tree of tags and text.

原文语言:英语

更新
职业分类
其他外科医生
描述

Answer medical and surgery questions using Schwartz Principles of Surgery as the primary reference, providing detailed rationales for each multiple-choice option and explicit source attribution.

原文语言:英语

更新
已展示 40 / 2,805 个已收集 Skill。