Browse Skills
4429 skills found
database-query-optimizer.md
0
1
export
database-query-optimizer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze and optimize Django ORM queries including N+1 problems, missing indexes, slow queries, and migration issues. Use when troubleshooting slow API responses, database performance, query optimization, or migration errors.
2026-01-05
game-designer.md
0
1
export
game-designer
2
from
"dylantarre/animation-principles"
from
"dylantarre/animation-principles"
3
Use when designing game feel, player feedback systems, or when creating animations that enhance gameplay and player satisfaction.
2026-01-05
auth-web-cloudbase.md
0
1
export
auth-web-cloudbase
2
from
"sycsky/Soncho"
from
"sycsky/Soncho"
3
Complete guide for CloudBase Auth v2 using Web SDK (@cloudbase/[email protected]) - all login flows, user management, captcha handling, and best practices in one file.
2026-01-05
postgres-schema-design.md
0
1
export
postgres-schema-design
2
from
"MUmerRazzaq/fast-next-todo"
from
"MUmerRazzaq/fast-next-todo"
3
PostgreSQL schema design with SQLModel. Use when designing database schemas, creating ERDs, defining models, planning migrations, or reviewing table structures. Triggers on tasks involving database tables, relationships, indexes, or data modeling for PostgreSQL.
2026-01-05
task-patterns.md
0
1
export
task-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Production-ready Celery task templates with error handling, retries, rate limiting, time limits, and custom task classes. Use when creating Celery tasks, implementing retry logic, adding rate limiting, setting time limits, building custom task classes, validating task inputs with Pydantic, handling database operations, making API calls, or when user mentions task patterns, retry mechanisms, task templates, error handling, task best practices.
2026-01-05
database-analyzer.md
0
1
export
database-analyzer
2
from
"netresearch/composer-agent-skill-plugin"
from
"netresearch/composer-agent-skill-plugin"
3
Analyze and optimize database schemas and relationships
2026-01-05
review-post.md
0
1
export
review-post
2
from
"jsorge/jsorge.net"
from
"jsorge/jsorge.net"
3
Reviews a blog post for writing quality, spelling errors, and clarity. Use when asked to review, check, or give feedback on a blog post. Defaults to the most recent post in Public/_posts if no specific post is specified.
2026-01-05
sandocs-stack.md
0
1
export
sandocs-stack
2
from
"gitbasheer/workspace"
from
"gitbasheer/workspace"
3
SanDocs tech stack - Next.js, Supabase, TypeScript
2026-01-05
rag-skill.md
0
1
export
rag-skill
2
from
"bilalmk/ai-native-book"
from
"bilalmk/ai-native-book"
3
Build and integrate production-ready RAG (Retrieval-Augmented Generation) chatbots into documentation sites using OpenAI, Qdrant Cloud, and Neon Postgres. Handles complete stack from backend API to frontend UI integration.
2026-01-05
tmux.md
0
1
export
tmux
2
from
"tspader/dotfiles"
from
"tspader/dotfiles"
3
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
2026-01-05
contracts-package.md
0
1
export
contracts-package
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Use when creating, auditing, or validating MetaSaver contracts packages. Includes Zod validation schemas, TypeScript types, barrel exports, and database type re-exports. File types: .ts, package.json, tsconfig.json.
2026-01-05
minimal-modeling.md
0
1
export
minimal-modeling
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when designing database schemas from business requirements, translating vague requirements into concrete SQL definitions, or validating database designs with non-technical stakeholders. Provides a systematic methodology that decouples logical business modeling from physical implementation to reduce cognitive load and ensure business-driven design.
2026-01-05
sql-optimization-patterns.md
0
1
export
sql-optimization-patterns
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
2026-01-05
subagent-driven-development.md
0
1
export
subagent-driven-development
2
from
"liauw-media/CodeAssist"
from
"liauw-media/CodeAssist"
3
Use when decomposing complex work. Dispatch fresh subagent per task, review between tasks. Flow: Load plan → Dispatch task → Review output → Apply feedback → Mark complete → Next task. No skipping reviews, no parallel dispatch.
2026-01-05
vkc-repo-guardrails.md
0
1
export
vkc-repo-guardrails
2
from
"LEE-SANG-BOK/VKC-2-"
from
"LEE-SANG-BOK/VKC-2-"
3
Enforce Viet K-Connect non-negotiables (no Server Actions, API Routes only, Drizzle/Supabase patterns, TanStack Query repo layer, i18n ko/en/vi key parity). Use before/after code changes and for PR review checklists.
2026-01-05
deploy-render.md
0
1
export
deploy-render
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Provides comprehensive Render.com deployment standards covering environment configuration, database migrations, cron jobs, health checks, log management, and production best practices for web services
2026-01-05
expo-app-setup.md
0
1
export
expo-app-setup
2
from
"amandeepmittal/custom-codex-skills"
from
"amandeepmittal/custom-codex-skills"
3
Guidance for building, refactoring, and debugging Expo + React Native apps (including Expo Router). Use when wiring screens/layouts, navigation (tab/stack) scaffolding with `_layout.tsx` per group, avoiding unwanted redirects in `app/index.tsx`, theming, data fetching with React Query/fetch, Expo module usage, offline handling, and running local Expo tooling (install/start/lint).
2026-01-05
knowledge-ingestion-patterns.md
0
1
export
knowledge-ingestion-patterns
2
from
"mindmorass/reflex"
from
"mindmorass/reflex"
3
Patterns for ingesting knowledge into vector databases and RAG systems
2026-01-05
backend-models.md
0
1
export
backend-models
2
from
"overtimepog/AgentTheo"
from
"overtimepog/AgentTheo"
3
Define database models, schemas, and ORM mappings with proper relationships, constraints, and data integrity rules. Use this skill when creating or modifying ORM model classes, database schema definitions, model relationships, validators, or working with files like models.py, schema.prisma, entity classes, or Sequelize/TypeORM/ActiveRecord model definitions. Apply this skill when defining primary keys, foreign keys, indexes, unique constraints, timestamps, or when implementing model validation logic, serializers, and data type mappings. This skill ensures models follow naming conventions, include appropriate database constraints, define clear relationships with cascade behaviors, balance normalization with performance needs, and maintain data integrity at both the model and database levels.
2026-01-05
sqlite.md
0
1
export
sqlite
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Integrates SQLite embedded database with Node.js using better-sqlite3 for synchronous operations or the native Node.js SQLite module. Use when building applications with local storage, embedded databases, or when user mentions SQLite, better-sqlite3, or embedded SQL.
2026-01-05
rag-builder.md
0
1
export
rag-builder
2
from
"mindmorass/reflex"
from
"mindmorass/reflex"
3
Build Retrieval-Augmented Generation systems with vector databases
2026-01-05
database-design.md
0
1
export
database-design
2
from
"TakumiOkayasu/dotfile-work"
from
"TakumiOkayasu/dotfile-work"
3
スキーマ設計やマイグレーション作成時に使用。
2026-01-05
moai-lang-unified.md
0
1
export
moai-lang-unified
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Unified enterprise programming language skill covering 25+ languages including Python 3.13, TypeScript 5.9, Go 1.23, Rust 1.91, Java 21, JavaScript ES2025, C++, C#, PHP, Swift, Kotlin, Scala, Elixir, Ruby, R, SQL, Shell, and more with patterns, best practices, and Context7 integration
2026-01-05
pr-review-loop.md
0
1
export
pr-review-loop
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage the PR review feedback loop: monitor CI checks, fetch review comments, and iterate on fixes.Use when: (1) pushing changes to a PR and waiting for CI/reviews, (2) user says "new reviews available",(3) iterating on PR feedback from Gemini, Cursor, Claude, or other reviewers, (4) monitoring PR status.Supports multiple review bots: Gemini Code Assist, Cursor Bugbot, and Claude agent fallback.Automatically detects priority levels from different bot formats and handles rate limits.RECOMMENDED: Spawn a Task agent (subagent_type: general-purpose) to execute the review loop autonomously.See "Recommended Usage: Run as Task Agent" section for the prompt template.CRITICAL: When using this skill, NEVER use raw git commit/push commands. ALWAYS use commit-and-push.sh script.The user has NOT granted permission for raw git commands - only the script is allowed.
2026-01-05