Skip to main content

Skills en este repositorio

Sheshiyer/skill-clusters - Página 16

SkillsMP ha recopilado 722 skills de Sheshiyer/skill-clusters. Abre una skill para revisar su origen y sus detalles.

Sheshiyer/skill-clusters

Mostrando 40 de 722 skills recopiladas.

ocupación
Analistas de seguridad de la información
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Escritores y autoresEspecialistas en relaciones públicas
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Escritores y autores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Escritores y autores
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Escritores y autores
descripción

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-,…

Idioma del texto original: inglés

actualizado
ocupación
Logísticos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de investigación de mercados y especialistas en marketing
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Escritores y autores
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Oficiales de cumplimiento
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos de bases de datos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
Mostrando 40 de 722 skills recopiladas.