Browse Skills

4429 skills found

supabase-test-harness.md
0
1 export supabase-test-harness
2 elevanaltd from "elevanaltd/hestai-core"
3 Supabase test harness patterns including local Supabase setup, test user creation via Auth Admin API, RLS testing, migration testing (db_reset), seed sequences, rate limiting, and environment detection. Use when setting up Supabase testing infrastructure, creating test users, troubleshooting Supabase test failures, or implementing RLS validation. Triggers on: supabase test setup, test user creation, supabase local testing, RLS testing, migration testing, supabase test harness, auth test helpers.
2026-01-05
write-unit-test.md
0
1 export write-unit-test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate behavioral unit tests from functional specifications using PreDB/PostDB pattern. Use when user provides specs with Preconditions/Workflow/Postconditions structure or asks to write tests for a specification before implementation (TDD approach).
2026-01-05
drizzle-schema-guide.md
0
1 export drizzle-schema-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Modify Drizzle ORM database schema safely. Use when user mentions "add table", "new column", "database schema", "migration", or "drizzle".
2026-01-05
receiving-code-review.md
0
1 export receiving-code-review
2 zebbern from "zebbern/backround_remover"
3 Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
admin-infra-oci.md
0
1 export admin-infra-oci
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Deploys infrastructure on Oracle Cloud Infrastructure (OCI) with ARM64 instances (Always Free tier eligible).Handles compartments, VCNs, subnets, security lists, and compute instances.Use when: setting up Oracle Cloud infrastructure, deploying ARM64 instances, troubleshooting OUT_OF_HOST_CAPACITY errors, optimizing for Always Free tier.Keywords: oracle cloud, OCI, ARM64, VM.Standard.A1.Flex, Always Free tier, OUT_OF_HOST_CAPACITY, oci compartment, oci vcn
2026-01-05
wasp-database.md
0
1 export wasp-database
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete database migration workflow and schema management for Wasp projects. Use when modifying schema.prisma, running migrations, or working with database models. Includes MANDATORY restart requirement and PostgreSQL setup.
2026-01-05
solidjs-solidstart-expert.md
0
1 export solidjs-solidstart-expert
2 mOdrA40 from "mOdrA40/claude-codex-skills-directory"
3 Expert-level SolidJS and SolidStart development skill with 20+ years senior/lead engineer mindset. Comprehensive guidance for building production-ready, scalable web applications with fine-grained reactivity. Use when Claude needs to: (1) Create new SolidJS/SolidStart projects, (2) Implement TanStack Query/Router/Table/Form integration, (3) Build reactive components with signals/stores/resources, (4) Handle SSR/SSG/streaming with SolidStart, (5) Implement authentication and API routes, (6) Optimize bundle size and performance, (7) Debug reactivity issues and memory leaks, (8) Structure large-scale applications, (9) Implement type-safe patterns with TypeScript, (10) Handle error boundaries and suspense, (11) Build accessible UI components, (12) Deploy to Vercel/Netlify/Cloudflare. Triggers: "solid", "solidjs", "solidstart", "createSignal", "createStore", "createResource", "tanstack solid", "vinxi", "fine-grained reactivity".
2026-01-05
backend-models.md
0
1 export backend-models
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Define and structure database models with proper data types, relationships, constraints, and validation following ORM best practices. Use this skill when creating or modifying database model classes, ORM entities, schema definitions, or data model files. Use this skill when working with SQLAlchemy models, Django models, ActiveRecord models, Prisma schemas, TypeORM entities, or Sequelize models. Use this skill when defining table schemas, establishing relationships (one-to-many, many-to-many), implementing model validation, adding timestamps and soft deletes, or configuring cascade behaviors. Use this skill when working with files in models/, entities/, schemas/, or orm/ directories that define database table structures and business logic.
2026-01-05
vanilla-rails-data-modeling.md
0
1 export vanilla-rails-data-modeling
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when designing database schema, writing migrations, or making data storage decisions - enforces UUIDs, account_id multi-tenancy, state-as-records, no foreign keys, and proper index patterns
2026-01-05
testing-test-writing.md
0
1 export testing-test-writing
2 pdovhomilja from "pdovhomilja/dovhomilja-cz"
3 Write minimal, strategic tests focused on core user flows and critical paths during feature development, deferring comprehensive edge case testing. Use this skill when writing unit tests, integration tests, or end-to-end tests, creating test files (*.test.ts, *.spec.js, __tests__/*), testing critical user workflows, focusing on behavior rather than implementation details, using descriptive test names, mocking external dependencies (databases, APIs, file systems), ensuring tests run quickly, testing business-critical functionality, or determining which tests to write during development versus dedicated testing phases. Apply this skill when completing features at logical milestones, writing tests for primary user flows, or balancing feature development speed with adequate test coverage.
2026-01-05
pubmed-field-validator.md
0
1 export pubmed-field-validator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate PubMed search field tags against official NCBI documentation before implementing them. Use when adding new field tags to the query builder, debugging search queries, or verifying existing field tag implementations. Prevents invalid tags like [organism] and ensures compliance with NCBI PubMed standards.
2026-01-05
eu-grant-hunter.md
0
1 export eu-grant-hunter
2 PandaAllIn from "PandaAllIn/UBOS_FINAL"
3 Scans EU funding databases (Horizon Europe, ERDF, Digital Europe,Innovation Fund) to identify grant opportunities matching UBOScapabilities. Tracks deadlines with multi-level reminders (90/60/30/7days), scores opportunities by fit (0-5), and generates opportunitybriefs. Use when discussing EU grants, funding opportunities, or whentracking the €70M+ pipeline. Automatically runs daily at 09:00 UTC.
2026-01-05
supabase-clerk-sync.md
0
1 export supabase-clerk-sync
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Clerk and Supabase integration patterns for user sync, JWT authentication, and RLS policies. Use when integrating Clerk authentication with Supabase, syncing user data between platforms, configuring RLS with Clerk JWT tokens, setting up webhooks for user events, implementing secure database access with Clerk identity, or when user mentions Clerk Supabase sync, user synchronization, JWT RLS, authentication webhooks, or database user management.
2026-01-05
claude-agent-sdk.md
0
1 export claude-agent-sdk
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Development guide for Claude Agent SDK integration in IPA Platform.Use when:- Building autonomous AI agents with Claude- Implementing agents that need to make independent decisions- Creating agents with tool usage, MCP integration, or subagent delegation- Integrating Claude SDK with existing Microsoft Agent Framework- Working with code in backend/src/integrations/claude_sdk/Provides: query(), ClaudeSDKClient, built-in tools, hooks, MCP, subagents patterns.
2026-01-05
codex-codereview.md
0
1 export codex-codereview
2 kanlanc from "kanlanc/Claude-Code-Kanlanc-Marketplace"
3 Use for code review and quality feedback from Codex. Triggers on "codex review code", "codex code review", "have codex review this", "get codex feedback on code".
2026-01-05
health-check.md
0
1 export health-check
2 semicolon-devteam from "semicolon-devteam/semo-ms"
3 Validate MSA development environment and tool availability. Use when (1) new MSA developer onboarding, (2) checking required tools (gh CLI, Git, Node, pnpm, Prisma, gRPC), (3) verifying GitHub auth and repo access, (4) orchestrator auto-runs at work start.
2026-01-05
oracle-consultation.md
0
1 export oracle-consultation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use before invoking Oracle to ensure appropriate usage of this expensive reasoning resource
2026-01-05
dokploy-skill.md
0
1 export dokploy-skill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Dokploy 셀프호스팅 PaaS 플랫폼의 전체 관리 스킬. SSH 및 API를 통한 서버 관리,애플리케이션 배포, Docker Compose/Swarm 관리, 데이터베이스(PostgreSQL, MySQL, MongoDB, Redis) 관리,Traefik 리버스 프록시 설정, SSL 인증서(Let's Encrypt, Cloudflare Origin CA), 도메인 설정,볼륨 백업/복원, 컨테이너 모니터링, 서버 문제 해결 및 디버깅을 지원합니다.이 스킬 사용 시점:(1) "Dokploy", "dokploy" 언급 시(2) 애플리케이션 배포/재배포 요청(3) Docker Compose 또는 Swarm 관련 작업(4) 도메인 설정, SSL 인증서, HTTPS 설정(5) Traefik 설정 확인/수정, 502 에러, 도메인 접속 문제(6) 데이터베이스 생성, 백업, 복원(7) 볼륨 백업/복원, S3 연동(8) 컨테이너 로그 확인, 서버 상태 점검(9) 서버 유지보수, Dokploy 업데이트(10) 빌드 타입 선택 (Nixpacks, Dockerfile, Buildpack)
2026-01-05
testing-pest.md
0
1 export testing-pest
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate comprehensive Pest test suites for Laravel projects including tests for controllers, services, Livewire components, commands, jobs, and models with proper describe blocks for organization, mocking setup, happy path and failure scenarios, RefreshDatabase trait, and coverage for all public methods. Use this skill when creating test files for new features, adding test coverage for controllers or services, writing tests for API endpoints, testing Livewire components, ensuring proper test structure with beforeEach and describe blocks, implementing mocking strategies, or writing dataset-driven tests. This skill applies when working on files in tests/Feature/ or tests/Unit/ directories, creating Pest test files, or ensuring comprehensive test coverage.
2026-01-05
auth-configs.md
0
1 export auth-configs
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Configure Supabase authentication providers (OAuth, JWT, email). Use when setting up authentication, configuring OAuth providers (Google/GitHub/Discord), implementing auth flows, configuring JWT settings, or when user mentions Supabase auth, social login, authentication setup, or auth configuration.
2026-01-05
backend-rust.md
0
1 export backend-rust
2 timequity from "timequity/vibe-coder"
3 Modern Rust backend with Axum, SQLx, tokio + CI/CD automation.Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation.Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build","cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust ci","release build", "rust security", "shuttle", "actix".
2026-01-05
kysely.md
0
1 export kysely
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins
2026-01-05
eos-deploy-usb.md
0
1 export eos-deploy-usb
2 asnar00 from "asnar00/miso"
3 Build and deploy Android/e/OS app to connected device via USB. Fast deployment (~2-5 seconds) using Gradle and ADB. Use when deploying, installing, or building Android apps to physical devices.
2026-01-05
svelte-ui-animator.md
0
1 export svelte-ui-animator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze and implement purposeful UI animations for Svelte/SvelteKit + Tailwind projects. Specialized in Svelte transitions, actions, and animation patterns. Use when user asks to add animations, enhance UI motion, animate pages/components, or improve visual feedback. Triggers on "add animations", "animate UI", "motion design", "hover effects", "scroll animations", "page transitions", "micro-interactions".
2026-01-05