Browse Skills
4429 skills found
database-prisma.md
0
1
export
database-prisma
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Prisma ORM and PostgreSQL database management for EFT-Tracker. Handles schema design, migrations, client generation, and Neon database branches. Activates when user mentions: database, schema, migration, Prisma, model, relation, PostgreSQL, Neon, db push, db pull.
2026-01-05
lms-teacher-timetable.md
0
1
export
lms-teacher-timetable
2
from
"geonook/learning-management-system-esid"
from
"geonook/learning-management-system-esid"
3
KCIS Linkou Campus elementary teacher timetable system. Use this skill when implementing teacher schedule features, querying schedules by teacher, displaying weekly timetables, or handling multi-type courses (English/EV/KCFS). Covers 73 teachers, 42 classes (G1-G6), and 8 daily periods.
2026-01-05
implementing-optimistic-updates.md
0
1
export
implementing-optimistic-updates
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teaches useOptimistic hook for immediate UI updates during async operations in React 19. Use when implementing optimistic UI patterns, instant feedback, or reducing perceived latency.
2026-01-05
swc-teaching.md
0
1
export
swc-teaching
2
from
"theslyprofessor/claude-skills"
from
"theslyprofessor/claude-skills"
3
Manage Southwestern College Recording Arts & Technology teaching workflows - Canvas LMS integration, quiz/question management, Google Workspace sync, studio operations, and administrative tasks with future database-first architecture
2026-01-05
qdrant-doc-deleter.md
0
1
export
qdrant-doc-deleter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deletes specific PDF documents from Qdrant vector database collection. Use when user wants to remove, delete, or clean up PDF documents from the vector database, Qdrant collection, or needs to manage document versions.
2026-01-05
testing-production.md
0
1
export
testing-production
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Production validation specialist ensuring applications are fully implemented and deployment-ready. Use to verify no mock/stub/fake implementations remain, validate against real databases and APIs, perform end-to-end testing with actual systems, and confirm production readiness.
2026-01-05
symbols.md
0
1
export
symbols
2
from
"miethe/ai-scratchpad"
from
"miethe/ai-scratchpad"
3
Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
2026-01-05
supabase-local-dev.md
0
1
export
supabase-local-dev
2
from
"Jzineldin/image-wise-learn-62"
from
"Jzineldin/image-wise-learn-62"
3
Expert at managing local Supabase development environment including starting/stopping services, resetting databases, running migrations, and seeding data. Use when working with local Supabase, Docker, or database development.
2026-01-05
deploy-guide.md
0
1
export
deploy-guide
2
from
"uniyous/parkgolf-platform"
from
"uniyous/parkgolf-platform"
3
Park Golf Platform 배포 가이드. 인프라 구성, 서비스 배포, 앱 배포 순서와 방법 안내. "배포", "deploy", "인프라", "Cloud Run", "Firebase" 관련 질문 시 사용합니다.
2026-01-05
context-manager.md
0
1
export
context-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive context and token usage management for Claude Code. Use this skill when working with large codebases, managing context window budget, optimizing file loading strategies, or when responses indicate context limitations. Helps with token analysis, file organization, query optimization, and context-efficient development workflows.
2026-01-05
ef-core-advanced-patterns.md
0
1
export
ef-core-advanced-patterns
2
from
"thapaliyabikendra/ai-artifacts"
from
"thapaliyabikendra/ai-artifacts"
3
Master Entity Framework Core advanced patterns including change tracking optimization, lazy/eager/explicit loading strategies, query splitting, compiled queries, batch operations, optimistic concurrency, performance optimization, and PostgreSQL-specific features for .NET applications.
2026-01-05
orm-reviewer.md
0
1
export
orm-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WHEN: ORM code review, Prisma/TypeORM/SQLAlchemy/GORM patterns, lazy loading, transactionsWHAT: Query efficiency + Lazy/eager loading + Transaction handling + N+1 prevention + Model designWHEN NOT: Raw SQL → sql-optimizer, Schema design → schema-reviewer
2026-01-05
db-migrations.md
0
1
export
db-migrations
2
from
"blakebauman/cf-monorepo"
from
"blakebauman/cf-monorepo"
3
Intelligent database migration management for Drizzle ORM with Better Auth integration in Cloudflare Workers environment. Analyzes schema changes, validates migrations, and guides production deployment strategies.
2026-01-05
backend-migrations.md
0
1
export
backend-migrations
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and version control. Use this skill when creating migration files, modifying database schemas, adding or removing tables/columns, managing indexes, or performing data transformations. Apply when working on migration files (migrations/*.ts, migrations/*.sql, *_migration.py), Prisma schema changes, Supabase migrations, or any database evolution tasks. This skill ensures reversible migrations with rollback/down methods, small focused single-change migrations, zero-downtime deployment compatibility, separated schema and data migrations, safe concurrent index creation on large tables, clear descriptive naming conventions, and proper version control practices (never modify deployed migrations).
2026-01-05
repository-adapters.md
0
1
export
repository-adapters
2
from
"matt-riley/mjrwtf"
from
"matt-riley/mjrwtf"
3
Modify database repository adapters using sqlc-generated SQLite queries.
2026-01-05
global-coding-style.md
0
1
export
global-coding-style
2
from
"frankdevlabs/compilothq"
from
"frankdevlabs/compilothq"
3
Write clean, consistent code following established naming conventions, automated formatting, DRY principles, meaningful variable names, small focused functions, and consistent indentation across all programming languages. Use this skill when writing or refactoring code in any programming language or file type including JavaScript (.js, .mjs, .cjs), TypeScript (.ts, .tsx, .mts), Python (.py), Ruby (.rb), Java (.java), Go (.go), Rust (.rs), PHP (.php), C# (.cs), Swift (.swift), Kotlin (.kt), or any other source code files. Use this when creating new functions, classes, interfaces, types, or variables that need appropriate naming following language-specific conventions like camelCase for JavaScript/TypeScript variables and functions (getUserById, totalPrice, isActive), PascalCase for class names, type names, and interfaces in most languages (UserProfile, DatabaseConnection, ApiResponse), snake_case for Python functions and variables (get_user_by_id, total_price, is_active), SCREAMING_SNAKE_CASE for constants (AP
2026-01-05
security-checklist.md
0
1
export
security-checklist
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Prevents RCE, SQL injection, and common vulnerabilities through validation and safe coding practices. Use when implementing or reviewing security-sensitive code involving user input, database queries, or command execution.
2026-01-05
save-pattern.md
0
1
export
save-pattern
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Store APPLICATION patterns (architecture, procedures, conventions) in AgentDB's skills table. NOT for swarm/transient memory.
2026-01-05
langfuse-advanced-filters.md
0
1
export
langfuse-advanced-filters
2
from
"mberto10/web_research_agent"
from
"mberto10/web_research_agent"
3
Precisely filter and query Langfuse traces/observations using advanced filter operators for debugging and optimization workflows
2026-01-05
oracle-teach.md
0
1
export
oracle-teach
2
from
"laris-co/nat-agents-core"
from
"laris-co/nat-agents-core"
3
Generate learning materials from mature patterns. Use when user says "teach me", "explain this pattern", "create a guide", "how does X work", "document this for others". Auto-trigger when sharing knowledge with team.
2026-01-05
backend-dev.md
0
1
export
backend-dev
2
from
"shabaraba/shabaraba-cc-plugins"
from
"shabaraba/shabaraba-cc-plugins"
3
Backend development skill for Cloudflare Workers, D1 database, and REST API. Use when implementing API features.
2026-01-05
pda-taxonomy.md
0
1
export
pda-taxonomy
2
from
"Bison-Office/bison-claude-marketplace"
from
"Bison-Office/bison-claude-marketplace"
3
Reference for PDA Engine taxonomy mapping domain. Use when working with vendor product imports, CSV imports, taxonomy structures, category/attribute mappings, state hash change detection, or understanding the vendor→internal→marketplace mapping flow. Covers data models, workflows, API endpoints, and PostgreSQL bulk insert patterns.
2026-01-05
jelly-mysql-skill.md
0
1
export
jelly-mysql-skill
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Execute safe SELECT queries against MySQL/MariaDB databases with connection pooling, SQL injection prevention, and automatic result formatting. Activated when users mention "mysql", "mariadb", or need SQL database operations.
2026-01-05
haptics.md
0
1
export
haptics
2
from
"johnrogers/claude-swift-engineering"
from
"johnrogers/claude-swift-engineering"
3
Use when adding haptic feedback for user confirmations (button presses, toggles, purchases), error notifications, or custom tactile patterns (Core Haptics). Covers UIFeedbackGenerator and CHHapticEngine patterns.
2026-01-05