Skip to main content

这个仓库中的 skills

Sheshiyer/skill-clusters - 第 16 页

SkillsMP 已收集 Sheshiyer/skill-clusters 中的 722 个 Skill。打开任一 Skill 可查看来源和详情。

Sheshiyer/skill-clusters

已展示 40 / 722 个已收集 Skill。

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

Maps Tauri application lifecycle security threats across development, build, distribution, and runtime phases, with mitigation strategies and best practices. USE WHEN threat-modeling a Tauri app end to end or hardening a specific lifecycle phase against…

原文语言:英语

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

Explains the Tauri process model: the Core process, WebView processes, inter-process communication, multiwindow handling, and process isolation security patterns. USE WHEN reasoning about process boundaries, debugging multiwindow behavior, or applying process…

原文语言:英语

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

Explains how the Tauri runtime authority enforces security at execution time: ACL-based access control, capability resolution, scope injection, and command validation for secure IPC. USE WHEN debugging why a command is denied, configuring capabilities and…

原文语言:英语

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

Guides updating Tauri dependencies across the CLI, Rust crates, and JavaScript packages, keeping versions synchronized and checking for outdated releases. USE WHEN upgrading Tauri or its plugins, fixing version-mismatch errors between @tauri-apps/api and the…

原文语言:英语

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

Guidelines for upgrading Expo SDK versions and fixing the dependency issues that follow. USE WHEN bumping an Expo SDK (including beta/preview releases), running expo-doctor, or resolving New Architecture, React 19, or native-tabs migration breakage after an…

原文语言:英语

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

Guides distributing Tauri apps via CrabNebula Cloud: pipeline setup, cloud configuration, auto-update integration, and CI/CD workflows. USE WHEN publishing Tauri release artifacts to CrabNebula Cloud, wiring its update server to the Tauri updater, or…

原文语言:英语

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

A comprehensive verification system for Claude Code sessions, running build, type-check, and quality gates in phases. USE WHEN finishing a feature or significant code change, before opening a PR, or after refactoring to confirm quality gates still pass.

原文语言:英语

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

See, understand, and act on video and audio: ingest files, URLs, RTSP feeds, or desktop capture; build searchable indexes; transcode, edit timelines, and fire real-time alerts. USE WHEN searching video moments by content, editing or transcoding video…

原文语言:英语

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

Vite build-tool patterns: config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization. USE WHEN editing vite.config.ts, ordering or writing Vite plugins, fixing HMR or CJS/ESM interop, or optimizing a…

原文语言:英语

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

E2E testing for Windows native desktop apps (WPF, WinForms, Win32/MFC, Qt) using pywinauto and Windows UI Automation. USE WHEN writing or debugging desktop GUI tests, adding AutomationId/accessible names for testability, or running Windows desktop E2E in CI.

原文语言:英语

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

Shared reference for the ai-agents-meta cluster: the eval-first + default-deny-autonomy model every spoke turns on, plus shared conventions (the agent stack, cold-start briefs, cost routing tiers) and the gate/loop/cost matrix. USE WHEN wiring an autonomous…

原文语言:英语

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

Evidence-first automation inventory and overlap audit workflow for an autonomous agent operator. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

原文语言:英语

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

Shared reference for the backend-architecture cluster: the dependency-inversion boundary (domain → ports → adapters), the layering contract, REST/transport conventions, and the runtime/framework matrix. USE WHEN drawing a module boundary, designing an API,…

原文语言:英语

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

Shared reference for the blockchain-web3 cluster: the adversarial on-chain threat model (immutable, anyone-can-call, MEV), checks-effects-interactions, oracle-manipulation resistance, token-decimals precision, and the non-advisory stance for…

原文语言:英语

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

Shared reference for the frontend-web cluster: the rendering-model decision (CSR / SSR / RSC / static) that sets the hydration boundary, plus the conventions every spoke shares — the SSR/'use client' contract, the motion-foundations layering rule, the…

原文语言:英语

更新
职业分类
作家与作者公关专员
描述

Shared reference for the social-media cluster: the adapt-don't-duplicate model, the draft-before-post approval contract, voice-profile reuse, the platform × format matrix, and the create→adapt→publish pipeline every spoke shares. USE WHEN adapting copy for…

原文语言:英语

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

Ship updates to installed Electron apps — autoUpdater / electron-updater, update feeds (S3/GitHub/generic), signed differential updates, and staged rollouts with rollback. USE WHEN adding or debugging auto-update, choosing an update server, or handling update…

原文语言:英语

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

Package and distribute an Electron app — electron-builder/Forge, per-OS installers (dmg/nsis/AppImage/deb), code signing (Apple Developer ID + notarization, Windows Authenticode), and native-module rebuilds. USE WHEN configuring builds, signing, notarizing,…

原文语言:英语

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

Shared reference for the Electron cluster: the main/renderer/preload process model, the context-isolation security boundary (the one decision everything turns on), app lifecycle, native-module ABI notes, and the Electron-vs-Tauri tradeoff. USE WHEN making…

原文语言:英语

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

Wire safe IPC between Electron's main and renderer processes via a preload contextBridge — ipcMain.handle/ipcRenderer.invoke, typed channels, and event streams. USE WHEN exposing main-process capability to the UI, designing an IPC API, or migrating off…

原文语言:英语

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

The Electron hardening checklist — context isolation, sandbox, no nodeIntegration, strict CSP, navigation/window.open allowlists, IPC input validation, and safe handling of remote content. USE WHEN auditing or hardening an Electron app, reviewing…

原文语言:英语

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

Shared reference for the agentic-ops cluster: the evidence-first operator loop (resolve surface → read live state → smallest reversible action → prove it → report exact status), the surface taxonomy, the status-word vocabulary, and the secrets/PII guardrails…

原文语言:英语

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

Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.

原文语言:英语

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

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when…

原文语言:英语

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

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

原文语言:英语

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

Shared reference for the business-content cluster: the source-derived Voice Profile every lane reuses, the research/evidence substrate, the per-channel message contract, and the publish/market/fund/reach lane map. USE WHEN drafting any launch-, reputation-,…

原文语言:英语

更新
职业分类
物流专家
描述

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes…

原文语言:英语

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

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

原文语言:英语

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

Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or…

原文语言:英语

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

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

原文语言:英语

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

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

原文语言:英语

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

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

原文语言:英语

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

Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage…

原文语言:英语

更新
职业分类
合规官员
描述

Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS…

原文语言:英语

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

Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.

原文语言:英语

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

Use when large data ingestion, backfill, export, ETL, warehouse loading, manifest catch-up, or table synchronization needs to become much faster while preserving data correctness.

原文语言:英语

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

Shared reference for the databases-data cluster: the store-selection model (OLTP vs OLAP vs in-memory vs ORM-managed), and the conventions every spoke shares — index choice, ID strategy, connection pooling, expand/contract migrations, and idempotent bulk…

原文语言:英语

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

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

原文语言:英语

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

Shared reference for the devops-infra cluster: the read-only-by-default safety boundary every spoke turns on (diagnose → change-window → verify → rollback), the change-class taxonomy, shared conventions for evidence and isolation, and the tooling/version…

原文语言:英语

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

Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.

原文语言:英语

更新
已展示 40 / 722 个已收集 Skill。