Skip to main content

这个仓库中的 skills

ranbot-ai/awesome-skills - 第 14 页

SkillsMP 已收集 ranbot-ai/awesome-skills 中的 2,530 个 Skill。打开任一 Skill 可查看来源和详情。

ranbot-ai/awesome-skills

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

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

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

原文语言:英语

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

Generate user-facing App Store release notes from git history since the last tag.

原文语言:英语

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

Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.

原文语言:英语

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

Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.

原文语言:英语

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

Clarify requirements before implementing. Use when serious doubts arise.

原文语言:英语

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

Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.

原文语言:英语

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

Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.

原文语言:英语

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

Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.

原文语言:英语

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

Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.

原文语言:英语

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

Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit.

原文语言:英语

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

One sentence - what this skill does and when to invoke it

原文语言:英语

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

AWS development with infrastructure automation and cloud architecture patterns

原文语言:英语

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

AI-powered E2E web testing — eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), platform auto-detection (Flutter/React/Vue), learni

原文语言:英语

更新
职业分类
管理分析师
描述

First-principles assumption auditor. Classifies each hidden assumption (fact / convention / belief / interest-driven), ranks by fragility × impact, and rebuilds conclusions from verified premises. Bi

原文语言:英语

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

Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.

原文语言:英语

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

Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.

原文语言:英语

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

Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.

原文语言:英语

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

⚠️ DEPRECATED: This SDK has been renamed to Call Automation. For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only.

原文语言:英语

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

Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data.

原文语言:英语

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

Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures.

原文语言:英语

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

Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion.

原文语言:英语

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

Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication.

原文语言:英语

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

Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates.

原文语言:英语

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

Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "sign rust".

原文语言:英语

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

Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust".

原文语言:英语

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

Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation.

原文语言:英语

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

Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers.

原文语言:英语

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

Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.

原文语言:英语

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

Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.

原文语言:英语

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

Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates.

原文语言:英语

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

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

原文语言:英语

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

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

原文语言:英语

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

Bash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing.

原文语言:英语

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

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

原文语言:英语

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

X-ray any AI model's behavioral patterns — refusal boundaries, hallucination tendencies, reasoning style, formatting defaults. No API key needed.

原文语言:英语

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

Extract structured domain knowledge from AI models in-session or from local open-source models via Ollama. No API key needed.

原文语言:英语

更新
职业分类
作家与作者
描述

A hard-edged writing style contract for timeless, forceful English prose without modern AI tics. Use when users ask for prose or rewrites that must be clean, exact, concrete, and free of AI cadence, f

原文语言:英语

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

Master Bevy's Entity Component System (ECS) in Rust, covering Systems, Queries, Resources, and parallel scheduling.

原文语言:英语

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

Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.

原文语言:英语

更新
职业分类
作家与作者
描述

This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.

原文语言:英语

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