Browse Skills

4429 skills found

sveltekit-remote-functions.md
0
1 export sveltekit-remote-functions
2 spences10 from "spences10/svelte-skills-kit"
3 SvelteKit remote functions guidance. Use for command(), query(), form() patterns in .remote.ts files.
2026-01-05
toon-formatter.md
0
1 export toon-formatter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AGGRESSIVELY use TOON v2.0 format for biggish regular data (≥5 items, ≥60% uniform). Auto-applies to tables, logs, events, transactions, analytics, API responses, database results. Supports 3 array types (inline, tabular, expanded), 3 delimiters (comma, tab, pipe), key folding for nested objects. Triggers on structured data, arrays, repeated patterns. Use TOON by default when tokens matter - RAG pipelines, tool calls, agents, benchmarks. Keywords "data", "array", "list", "table", "log", "transaction", "metric", "analytics", "API", "database", "query", "TOON".
2026-01-05
auth-js.md
0
1 export auth-js
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Production-ready Auth.js v5 setup for Next.js and Cloudflare Workers.Use when: setting up authentication, implementing OAuth/credentials/magic links,configuring D1 or PostgreSQL adapters, debugging session issues, migrating fromv4 to v5, fixing edge compatibility, troubleshooting JWT/database sessions,resolving AUTH_SECRET errors, fixing CallbackRouteError, or implementing RBAC.Covers: Next.js App Router & Pages Router, Cloudflare Workers + D1, OAuth providers(GitHub, Google, etc.), credentials auth, magic links, JWT vs database sessions,middleware patterns, role-based access control, token refresh, edge runtimecompatibility, and common error prevention.Keywords: Auth.js, NextAuth.js, authentication, OAuth, credentials, magic links,D1 adapter, Cloudflare Workers, Next.js middleware, JWT session, database session,refresh tokens, RBAC, edge compatibility, AUTH_SECRET, CallbackRouteError,CredentialsSignin, JWEDecryptionFailed, session not updating, route protection
2026-01-05
worldcrafter-database-setup.md
0
1 export worldcrafter-database-setup
2 hopeoverture from "hopeoverture/worldcrafter-v2"
3 Create database tables with Prisma ORM, migrations, and RLS policies. Use when user needs "create database table", "add [model] model", "set up RLS", "create migration", "store data in database", or "design schema". Generates Prisma models with proper naming conventions, creates migrations, sets up Row-Level Security policies, and syncs test database. Includes WorldCrafter patterns for relationships, tags, comments, activity logs, versions, world membership, collections, wiki pages, and bookmarks. Typically the FIRST skill for new features. Do NOT use for UI/forms (use worldcrafter-feature-builder), simple routes (use worldcrafter-route-creator), tests only (use worldcrafter-test-generator), or auth logic only (use worldcrafter-auth-guard).
2026-01-05
troubleshooting-assistant.md
0
1 export troubleshooting-assistant
2 RobThePCGuy from "RobThePCGuy/Claude-Patent-Creator"
3 Diagnoses and resolves MCP server registration failures, GPU detection, BigQuery authentication, index build failures, import errors, search quality issues, and performance problems.
2026-01-05
configuring-dapr-pubsub.md
0
1 export configuring-dapr-pubsub
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis.Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars.Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment.NOT when using direct Kafka clients or non-Dapr messaging patterns.
2026-01-05
security.md
0
1 export security
2 atrawog from "atrawog/bazzite-ai-plugins"
3 Security configuration for Bazzite. LUKS disk encryption with TPM auto-unlock,secure boot key management, and sudo password feedback. Use when users needto configure security features.
2026-01-05
zzik-react-query-patterns.md
0
1 export zzik-react-query-patterns
2 wewew2634-pixel from "wewew2634-pixel/zzik-map"
3 TanStack Query (React Query) patterns for ZZIK v5.1 state management.
2026-01-05
architecture-patterns.md
0
1 export architecture-patterns
2 Bison-Office from "Bison-Office/bison-claude-marketplace"
3 Provides critical architectural patterns for the pricing engine. Covers database operations, B2B/B2C dual processing, background jobs, error handling, and performance patterns. Use before implementing pricing engine features, modifying background jobs, or reviewing pricing engine code changes.
2026-01-05
pr-review-checker.md
0
1 export pr-review-checker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Check PR review comments and feedback from CodeRabbit and human reviewers. Use when user asks about reviews, unresolved comments, CodeRabbit feedback, Claude review, or PR status.
2026-01-05
reflexion.md
0
1 export reflexion
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Record feedback on pattern effectiveness. Stores episodes that train the recommendation system and enable pattern discovery via learner.
2026-01-05
optimizing-query-performance.md
0
1 export optimizing-query-performance
2 djankies from "djankies/claude-configs"
3 Optimize queries with indexes, batching, and efficient Prisma operations for production performance.
2026-01-05
web-design.md
0
1 export web-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Turn web UI/UX feedback into graspable, prioritized fixes (layout, hierarchy, accessibility, interaction patterns, and performance UX) with concrete diffs and verification steps.
2026-01-05
address-pr-comments.md
0
1 export address-pr-comments
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Addresses PR review comments by making code changes and posting replies. Takes a PR number or auto-detects from current branch. Use when the user wants to address review feedback, respond to PR comments, fix PR feedback, or says "address comments on PR X".
2026-01-05
code-review-excellence.md
0
1 export code-review-excellence
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
2026-01-05
create-table.md
0
1 export create-table
2 majiayu000 from "majiayu000/claude-skill-registry"
3 将已有 SQL 接入到数据栈的某一层(ODS/DIM/DWD/ADS)。当用户需要添加新表、接入数据源、配置数据层时使用。支持配置 sources、table_dependencies、创建 migration 文件。
2026-01-05
supabase-migration-writer.md
0
1 export supabase-migration-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert assistant for creating database migrations for the KR92 Bible Voice Supabase project. Use when creating database migrations, adding tables, modifying schemas, creating RPC functions, or writing rollback scripts.
2026-01-05
sql-db-architecture.md
0
1 export sql-db-architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Understand the toy relational database architecture, crate organization, data flow, and implementation patterns. Use when exploring the database codebase, understanding query execution, debugging storage/indexing, or planning new features. Keywords: sql-database, database, crate, storage, executor, planner, parser, catalog, WAL, buffer pool, index, architecture
2026-01-05
mern-patterns.md
0
1 export mern-patterns
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 MERN stack patterns including React with Vite, Express middleware, MongoDB schemas, API Gateway architecture, session management, error handling, and testing strategies. Activate for MERN development, microservices architecture, and full-stack JavaScript applications.
2026-01-05
firebase-patterns.md
0
1 export firebase-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Firebase integration patterns for CJS2026 - Cloud Functions, Firestore operations, security rules, and authentication flows
2026-01-05
terraform-infrastructure.md
0
1 export terraform-infrastructure
2 Hamza123545 from "Hamza123545/Todo_giaic_five_phases"
3 Infrastructure as Code with Terraform for cloud Kubernetes clusters. Covers OKE (Oracle), AKS (Azure), GKE (Google) provisioning, multi-cloud patterns, and state management.
2026-01-05
liku-orchestrator.md
0
1 export liku-orchestrator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Path-grounded multi-agent orchestration using the Liku directory hierarchy (skills.xml inheritance, todo.md + LikuErrors.md audit trail, SQLite memory). Use when you need to initialize Liku, generate an agent bundle for a specific Liku/* residence path, or expose Liku as an MCP server for Gemini-CLI, Claude Code, Copilot-CLI, or ChatGPT Codex.
2026-01-05
database-data-generation.md
0
1 export database-data-generation
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Generate realistic database seed data and test fixtures for development, testing, and demonstrations. Creates realistic users, products, orders, and custom schemas using Faker libraries while maintaining relational integrity and data consistency. Use when populating databases, creating test fixtures, seeding development environments, or generating demo data.
2026-01-05
astro-supabase-netlify.md
0
1 export astro-supabase-netlify
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Astro with Supabase integration for Netlify.
2026-01-05