Skip to main content

这个仓库中的 skills

Sheshiyer/skill-clusters - 第 12 页

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

Sheshiyer/skill-clusters

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

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

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. USE WHEN an agent run fails, loops, or behaves unexpectedly and you need a repeatable post-mortem and recovery process.

原文语言:英语

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

Operate as an agentic engineer using eval-first execution, task decomposition, and cost-aware model routing. USE WHEN planning or executing LLM-driven engineering work and you need disciplined evals, decomposition, and model-selection practices.

原文语言:英语

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

Build persistent multi-agent operating systems on Claude Code, covering kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and database-free state. USE WHEN designing a multi-agent system, kernel, or file-based…

原文语言:英语

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

Regression testing strategies for AI-assisted development: sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch blind spots when the same model writes and reviews code. USE WHEN guarding AI-generated…

原文语言:英语

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

Clean Architecture patterns for Android and Kotlin Multiplatform projects, covering module structure, dependency rules, UseCases, Repositories, and data-layer patterns. USE WHEN structuring an Android/KMP codebase, defining module boundaries, or applying…

原文语言:英语

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

Generate Angular code and architectural guidance covering signals reactivity, forms, dependency injection, routing, SSR, ARIA, animations, styling, testing, and CLI tooling. USE WHEN creating Angular projects, components, or services, or applying modern…

原文语言:英语

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

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. USE WHEN designing or reviewing a REST API's endpoints, response shapes, versioning, or error…

原文语言:英语

更新
职业分类
计算机与信息系统经理
描述

Capture architectural decisions as structured ADRs, recording context, alternatives considered, and rationale, and maintaining an ADR log of why the codebase is shaped as it is. USE WHEN a significant design or technology choice is made and should be…

原文语言:英语

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

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. USE WHEN building or refactoring Node/Express/Next.js backend code, API routes, or data-access and server-side logic.

原文语言:英语

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

Measure performance baselines, detect regressions before and after PRs, and compare stack alternatives. USE WHEN establishing a perf baseline, checking whether a change slowed things down, or benchmarking competing libraries or approaches.

原文语言:英语

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

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent projects, with self-contained per-step briefs, adversarial review gate, dependency graph, and parallel-step detection. USE WHEN planning a complex multi-PR or…

原文语言:英语

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

Automate visual testing and UI interaction verification through browser automation. USE WHEN confirming a deployed or in-progress feature renders and behaves correctly in a real browser, or catching visual and interaction regressions.

原文语言:英语

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

Guide to building polished apps with Expo Router, covering fundamentals, styling, components, navigation, animations, patterns, and native tabs. USE WHEN building or styling Expo/React Native UI, setting up Expo Router navigation, or adding native tabs and…

原文语言:英语

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

Set up Tauri CI/CD with GitHub Actions and tauri-action for cross-platform desktop builds. USE WHEN automating Tauri build, test, or release across Windows/macOS/Linux, configuring workflow triggers, or publishing signed releases.

原文语言:英语

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

Bun as runtime, package manager, bundler, and test runner, including when to choose Bun vs Node. USE WHEN adopting Bun, migrating from Node, writing or debugging Bun scripts/tests, or configuring Bun on Vercel.

原文语言:英语

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

Call the Tauri v2 frontend from Rust via the event system, channels, and JavaScript evaluation. USE WHEN emitting events from Rust to the webview, streaming data over IPC channels, or pushing state changes from backend to frontend.

原文语言:英语

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

Call Rust backend functions from the Tauri v2 frontend with invoke and #[tauri::command]. USE WHEN defining commands, passing arguments or return values across IPC, handling command errors, or wiring async frontend-to-Rust calls.

原文语言:英语

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

Monitor and verify a deployed URL by checking HTTP endpoints, SSE streams, static assets, console errors, and performance regressions. USE WHEN smoke-testing or canary-watching after a deploy, a risky merge, or a dependency upgrade.

原文语言:英语

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

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, and interface hygiene. USE WHEN reviewing IOS/IOS-XE config before a change, picking read-only show commands, or verifying a change-window landed safely.

原文语言:英语

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

Persistent per-project memory for Claude Code that auto-loads context on session start, tracks sessions with git activity, and writes native memory via deterministic Node.js scripts. USE WHEN running /ck:* commands or keeping project context across sessions.

原文语言:英语

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

ClickHouse schema, query optimization, and data-engineering patterns for high-performance OLAP workloads. USE WHEN designing MergeTree tables, writing or tuning analytical queries, ingesting large data volumes, or migrating from Postgres/MySQL to ClickHouse.

原文语言:英语

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

Create CodeTour .tour files — persona-targeted, step-by-step walkthroughs anchored to real files and line ranges. USE WHEN building onboarding tours, architecture walkthroughs, PR tours, RCA tours, or a reusable 'explain how this works' artifact.

原文语言:英语

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

Compose Multiplatform and Jetpack Compose patterns for KMP — state management, navigation, theming, performance, and platform-specific UI. USE WHEN building shared Compose UI across Android/iOS/Desktop/Web, managing Compose state, or optimizing recomposition.

原文语言:英语

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

Configure Tauri v2 apps via tauri.conf.json, Cargo.toml, and package.json, including environment-specific overrides. USE WHEN setting up or editing Tauri config, tuning window/bundle/plugin options, or managing per-environment desktop and mobile settings.

原文语言:英语

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

Configure Tauri v2 capabilities to bind permissions to specific windows and webviews for access control. USE WHEN writing capability files, scoping permissions per window label, setting desktop/mobile targets, or tightening frontend security boundaries.

原文语言:英语

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

Configure Content Security Policy (CSP) in Tauri v2 apps to prevent XSS and restrict where the webview loads resources. USE WHEN setting or hardening CSP in tauri.conf.json, debugging blocked scripts/styles, or tightening webview trust boundaries.

原文语言:英语

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

Configure HTTP response headers in Tauri v2.1+ webview responses, covering security headers, custom headers, and CORS from the allowlist. USE WHEN adding security headers, setting CORS for cross-origin requests, or customizing webview response headers.

原文语言:英语

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

Configure the Tauri v2 permission system controlling frontend access to backend commands and resources. USE WHEN defining allow/deny lists, enabling plugin permissions, referencing permission identifiers, or wiring permissions into scopes and capabilities.

原文语言:英语

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

Configure Tauri v2 command scopes for fine-grained authorization with allow/deny rules, where deny wins. USE WHEN restricting filesystem paths or URL patterns per command, managing scopes dynamically, or enforcing capability-based access in command logic.

原文语言:英语

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

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. USE WHEN running long-lived agent loops and choosing between sequential, continuous-PR, RFC-DAG, or infinite parallel modes with safe recovery.

原文语言:英语

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

Instinct-based learning that observes Claude Code sessions via hooks, creates confidence-scored atomic instincts, and evolves them into skills/commands/agents with project-scoped isolation. USE WHEN setting up session learning, tuning instinct thresholds, or…

原文语言:英语

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

Cost optimization patterns for LLM API usage: model routing by task complexity, budget tracking, retry logic, and prompt caching. USE WHEN LLM API spend is too high, picking models per task, adding budget caps, or wiring prompt caching.

原文语言:英语

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

C++ test authoring and tooling with GoogleTest and CTest. USE WHEN writing, updating, or fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage or sanitizers.

原文语言:英语

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

Customize Tauri desktop windows: custom titlebars, transparent windows, decorations, drag regions, menus, submenus, and menu keyboard shortcuts. USE WHEN building a frameless or custom titlebar, transparent window, drag region, or native window menu in Tauri.

原文语言:英语

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

Production Dart and Flutter patterns: null safety, immutable state, async, widget architecture, BLoC/Riverpod/Provider, GoRouter, Dio, Freezed, and clean architecture. USE WHEN structuring a Flutter app, choosing state management, or wiring navigation and…

原文语言:英语

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

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deploys across PostgreSQL, MySQL, and ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate). USE WHEN writing a migration, planning a zero-downtime…

原文语言:英语

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

Debug Tauri v2 apps across VS Code, RustRover, IntelliJ, and Neovim: console debugging, WebView DevTools, Rust backtraces, CrabNebula DevTools, and IDE launch configs. USE WHEN a Tauri app misbehaves and you need breakpoints, DevTools, or backtraces wired up.

原文语言:英语

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

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows: reentrancy, CEI ordering, donation/inflation attacks, oracle manipulation, slippage, admin controls, and integer math. USE WHEN auditing or writing an AMM, liquidity pool, or swap…

原文语言:英语

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

Deployment workflows for web apps: CI/CD pipelines, Docker containerization, health checks, rollback strategies, and production readiness checklists. USE WHEN shipping a web app, setting up a CI/CD pipeline, containerizing with Docker, or hardening a release…

原文语言:英语

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

Generate or audit design systems, check visual consistency, and review styling changes. USE WHEN creating a design system or design tokens, auditing visual consistency, or reviewing a PR that touches CSS, theming, or styling.

原文语言:英语

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