Skip to main content

这个仓库中的 skills

midudev/autoskills - 第 4 页

SkillsMP 已收集 midudev/autoskills 中的 151 个 Skill。打开任一 Skill 可查看来源和详情。

midudev/autoskills

已展示 31 / 151 个已收集 Skill。

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

Ruby on Rails architecture and coding patterns from Basecamp. Use when writing, reviewing, or refactoring Rails code to follow proven conventions for models, controllers, jobs, and concerns. Triggers on tasks involving Rails models, concerns, controllers,…

原文语言:英语

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

Use when writing, reviewing, or debugging pure Ruby code — idiomatic patterns, modern 3.x+ features (pattern matching, Data.define, endless methods), error handling conventions (raise vs fail, result objects), memoization, and performance idioms. For Rails…

原文语言:英语

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

Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership…

原文语言:英语

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

Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and…

原文语言:英语

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

SQLAlchemy ORM and Alembic migration best practices for building safe, performant database schemas. This skill should be used when writing, reviewing, or refactoring SQLAlchemy models, Alembic migrations, or database query patterns. Triggers on tasks…

原文语言:英语

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

SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic

原文语言:英语

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

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

原文语言:英语

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

CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the…

原文语言:英语

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

Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development. Use when writing, reviewing, or refactoring Svelte 5 components and SvelteKit applications. Triggers on: Svelte components, runes ($state,…

原文语言:英语

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

Expert guidance for Swift Testing: test structure, #expect/#require macros, traits and tags, parameterized tests, test plans, parallel execution, async waiting patterns, and XCTest migration. Use when writing new Swift tests, modernizing XCTest suites,…

原文语言:英语

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

Full-stack React framework powered by TanStack Router with SSR, streaming, server functions, and deployment to any hosting provider.

原文语言:英语

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

Tauri v2+ cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build…

原文语言:英语

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

Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public…

原文语言:英语

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

Use when implementing any feature or bugfix, before writing implementation code

原文语言:英语

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

Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or…

原文语言:英语

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

Guidelines for upgrading Expo SDK versions and fixing dependency issues

原文语言:英语

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

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

原文语言:英语

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

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

原文语言:英语

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

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

原文语言:英语

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

Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.

原文语言:英语

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

Pinia stores, state management patterns, store setup, and reactivity with stores.

原文语言:英语

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

Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance,…

原文语言:英语

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

Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic rendering (render.php/render_callback), deprecations/migrations, viewScript vs viewScriptModule, and…

原文语言:英语

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

Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).

原文语言:英语

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

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API…

原文语言:英语

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

Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security (nonces/capabilities/sanitization/escaping), and release packaging.

原文语言:英语

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

Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.

原文语言:英语

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

Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or…

原文语言:英语

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

Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml.

原文语言:英语

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

Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer…

原文语言:英语

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

Zod schema validation best practices for type safety, parsing, and error handling. This skill should be used when defining z.object schemas, using z.string validations, safeParse, or z.infer. This skill does NOT cover React Hook Form integration patterns (use…

原文语言:英语

更新
已展示 31 / 151 个已收集 Skill。