Skip to main content

Skills dans ce dépôt

midudev/autoskills - Page 4

SkillsMP a collecté 151 skills depuis midudev/autoskills. Ouvrez un skill pour examiner sa source et ses détails.

midudev/autoskills

Affichage de 31 skills collectés sur 151.

métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guidelines for upgrading Expo SDK versions and fixing dependency issues

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
Affichage de 31 skills collectés sur 151.