Source

midudev/autoskills

219 skills · 10.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
threejs-interaction Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, imple…
midudev/autoskills
48
2
threejs-lighting Three.js lighting - light types, shadows, environment lighting. Use when adding lights, configuring shadows, setting …
midudev/autoskills
48
3
threejs-materials Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with …
midudev/autoskills
48
4
upgrade-stripe Guide for upgrading Stripe API versions and SDKs
midudev/autoskills
48
5
use-dom Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native increment…
midudev/autoskills
48
6
web-perf Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metric…
midudev/autoskills
48
7
workers-best-practices Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewi…
midudev/autoskills
48
8
wp-performance Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI pro…
midudev/autoskills
48
9
wrangler Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI…
midudev/autoskills
48
10
xcode-build-orchestrator Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing find…
midudev/autoskills
48
11
aspnet-minimal-api-openapi Create ASP.NET Minimal API endpoints with proper OpenAPI documentation
midudev/autoskills
47
12
clerk-astro-patterns Astro patterns with Clerk — middleware, SSR pages, island components, API routes, static vs SSR rendering. Triggers o…
midudev/autoskills
47
13
clerk-custom-ui Custom authentication flows and component appearance - hooks (useSignIn, useSignUp), themes, colors, fonts, CSS. Use …
midudev/autoskills
47
14
clerk-expo-patterns Expo / React Native patterns with Clerk — SecureStore token cache, OAuth deep linking, useAuth in native, Expo Router…
midudev/autoskills
47
15
clerk-nuxt-patterns Nuxt 3 auth patterns with @clerk/nuxt - middleware, composables, server API routes, SSR. Triggers on: Nuxt auth, useA…
midudev/autoskills
47
16
clerk-orgs Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains, …
midudev/autoskills
47
17
clerk-react-router-patterns React Router v7 patterns with Clerk — rootAuthLoader, getAuth in loaders, clerkMiddleware, protected routes, SSR user…
midudev/autoskills
47
18
clerk-testing E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
midudev/autoskills
47
19
clerk-vue-patterns Vue 3 patterns with Clerk — composables (useAuth, useUser, useClerk, useOrganization), Vue Router guards, Pinia auth …
midudev/autoskills
47
20
containerize-aspnetcore Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
midudev/autoskills
47
21
csharp-async Get best practices for C# async programming
midudev/autoskills
47
22
csharp-docs Ensure that C# types are documented with XML comments and follow best practices for documentation.
midudev/autoskills
47
23
csharp-mstest Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests
midudev/autoskills
47
24
csharp-xunit Get best practices for XUnit unit testing, including data-driven tests
midudev/autoskills
47
25
deno-deploy Use when deploying Deno apps to production, asking about Deno Deploy, or working with `deno deploy` CLI commands. Cov…
midudev/autoskills
47
26
deno-expert Expert-level Deno knowledge for code review, debugging, and best practice enforcement. Use when reviewing Deno code o…
midudev/autoskills
47
27
deno-frontend Use when working with Fresh framework, creating routes or handlers in Fresh, building web UIs with Preact, or adding …
midudev/autoskills
47
28
deno-guidance Use when starting any Deno project, choosing packages, configuring deno.json, or running CLI commands. Provides found…
midudev/autoskills
47
29
deno-typescript Guidelines for developing with Deno and TypeScript using modern runtime features, security model, and native tooling
midudev/autoskills
47
30
django-patterns Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and product…
midudev/autoskills
47
31
dotnet-upgrade Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
midudev/autoskills
47
32
generating-sorbet-inline Generates or updates Sorbet inline type signatures directly in Ruby source files using sig blocks. Triggers when crea…
midudev/autoskills
47
33
golang-patterns Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applicatio…
midudev/autoskills
47
34
golang-testing Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD metho…
midudev/autoskills
47
35
gsap-plugins Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observ…
midudev/autoskills
47
36
gsap-timeline Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing anima…
midudev/autoskills
47
37
hono Use when building Hono web applications or when the user asks about Hono APIs, routing, middleware, JSX, validation, …
midudev/autoskills
47
38
minimal-api-file-upload File upload endpoints in ASP.NET minimal APIs (.NET 8+)
midudev/autoskills
47
39
refactor-module Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design…
midudev/autoskills
47
40
reference-compiler-cli Explains the mental model and architecture of the code under `packages/compiler-cli`. You MUST use this skill any tim…
midudev/autoskills
47
41
reference-core Explains the mental model and architecture of the code under `packages/core`. You MUST use this skill any time you pl…
midudev/autoskills
47
42
rust-best-practices Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) wri…
midudev/autoskills
47
43
sandbox-sdk Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/C…
midudev/autoskills
47
44
terraform-module-library Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best pr…
midudev/autoskills
47
45
terraform-stacks Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terrafor…
midudev/autoskills
47
46
terraform-style-guide Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, re…
midudev/autoskills
47
47
upgrading-expo Guidelines for upgrading Expo SDK versions and fixing dependency issues
midudev/autoskills
47
48
vue-pinia-best-practices Pinia stores, state management patterns, store setup, and reactivity with stores.
midudev/autoskills
47
49
wp-block-themes Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patter…
midudev/autoskills
47
50
wp-project-triage Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/fu…
midudev/autoskills
47
Page 4 · 219 total Previous Next