Browse Skills

4429 skills found

redux-toolkit.md
0
1 export redux-toolkit
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Manages global state with Redux Toolkit's createSlice, createAsyncThunk, and RTK Query for data fetching and caching. Use when building large-scale applications, implementing predictable state management, or when user mentions Redux, RTK, or Redux Toolkit.
2026-01-05
sql-schema-generator.md
0
1 export sql-schema-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate SQL database schema files with tables, relationships, indexes, and constraints for PostgreSQL, MySQL, or SQLite. Triggers on "create SQL schema", "generate database schema", "SQL tables for", "database design for".
2026-01-05
backend-trpc.md
0
1 export backend-trpc
2 frankdevlabs from "frankdevlabs/compilothq"
3 Design and implement end-to-end type-safe APIs using tRPC with proper router organization, procedure definitions, input validation with Zod schemas, context management, and middleware. Use this skill when creating or modifying tRPC router files like server/routers/*.ts, src/server/api/routers/*.ts, *.router.ts, or any files containing tRPC procedure definitions, queries, and mutations. Use this when defining tRPC routers with .query() for read operations and .mutation() for write operations, implementing input validation using Zod schemas with .input(z.object({...})) for type-safe runtime validation of all procedure parameters, creating and organizing reusable sub-routers by feature or domain (user router, post router, comment router) and composing them into a main app router using mergeRouters or router nesting, setting up tRPC context in createContext functions to provide request-scoped data like user sessions, database connections, or authentication state to all procedures, implementing tRPC middleware wit
2026-01-05
prisma-database.md
0
1 export prisma-database
2 metasaver from "metasaver/metasaver-marketplace"
3 Use when scaffolding, auditing, or validating Prisma database packages in MetaSaver monorepos. Covers package structure, Prisma schema setup, database client initialization, and seed scripts. File types: .prisma, .ts, package.json.
2026-01-05
database-operations.md
0
1 export database-operations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 A skill for performing database CRUD operations following best practices. Includes guidance on session management, query building (filters, joins, aggregations), transaction handling, bulk operations, error handling, connection pooling, and query optimization. Provides reusable templates for database session dependencies, CRUD service classes, and transaction context managers.
2026-01-05
supabase-management.md
0
1 export supabase-management
2 GolferGeek from "GolferGeek/orchestrator-ai"
3 Manage Supabase database using Orchestrator AI's storage-based sync system. Use when working with Supabase, database snapshots, migrations, agent exports, N8N workflow exports, backups, or storage scripts. CRITICAL: Prevents direct Supabase operations - all operations MUST use storage/scripts/*.sh
2026-01-05
type-safety-validation.md
0
1 export type-safety-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Achieve end-to-end type safety with Zod runtime validation, tRPC type-safe APIs, Prisma ORM, exhaustive type checking, and TypeScript 5.7+ features. Build fully type-safe applications from database to UI for 2025+ development.
2026-01-05
decision-tracker.md
0
1 export decision-tracker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git-powered state awareness - track file changes, session context, decisions, and work history. Query what happened in previous sessions and during current session. Auto-activates for state queries and before duplicating work.
2026-01-05
database-connection-pooling.md
0
1 export database-connection-pooling
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configures and manages database connection pools, with a focus on SQLAlchemy. Use this skill for tasks involving connection pool configuration, sizing, lifecycle management, health checks, and monitoring. It provides specialized guidance for both traditional server-based databases and serverless databases like Neon and PlanetScale.
2026-01-05
icons-badges.md
0
1 export icons-badges
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating icons, badges, avatars, status indicators, or small visual elements to add personality and feedback
2026-01-05
preventing-error-exposure.md
0
1 export preventing-error-exposure
2 djankies from "djankies/claude-configs"
3 Prevent leaking database errors and P-codes to clients. Use when implementing API error handling or user-facing error messages.
2026-01-05
composition-data-modeling.md
0
1 export composition-data-modeling
2 nategarelik from "nategarelik/composition"
3 Design and work with composition data structures. Use when defining schemas, creating database models, building API responses, or transforming composition data between formats.
2026-01-05
database-patterns.md
0
1 export database-patterns
2 olivenet-iot from "olivenet-iot/olivenet-social-bot"
3 SQLite veritabani yapisi ve CRUD pattern referansi. Use when working with database operations, queries, or understanding the data model.
2026-01-05
database-operations.md
0
1 export database-operations
2 kimny1143 from "kimny1143/mued_v2"
3 PostgreSQL/Neon データベース操作、Drizzle ORMスキーマ設計、マイグレーション作成・実行、クエリ最適化。DB操作、スキーマ変更、マイグレーション、データベース設計時に使用。
2026-01-05
citrix-environment-diagnostics.md
0
1 export citrix-environment-diagnostics
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Citrix environment health assessment and diagnostics. Use when analyzing Citrix site health, checking VDA registration status, verifying Delivery Controller services, assessing StoreFront availability, or performing environment audits. Covers infrastructure health, database connectivity, resource utilization, and component status verification.
2026-01-05
task-management.md
0
1 export task-management
2 dannysmith from "dannysmith/taskdn"
3 Manage tasks, projects, and areas using the tdn CLI. Use when the user wants to create, update, query, or organize their tasks. This skill helps Claude work as a productivity assistant for life and work tasks.
2026-01-05
oracle.md
0
1 export oracle
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Project memory and learning system that tracks interactions, learns from corrections, maintains knowledge across sessions, and generates token-efficient context. Use when you need to remember project-specific patterns, avoid repeating mistakes, track what works and what doesn't, or maintain institutional knowledge across multiple sessions. Integrates with guardian, wizard, summoner, and style-master.
2026-01-05
prisma.md
0
1 export prisma
2 violabg from "violabg/dev-recruit"
3 Database management with Prisma ORM including schema modeling, migrations, and query optimization. Use when working with database schemas, managing data models, running migrations, or optimizing database queries.
2026-01-05
pr-to-ticket.md
0
1 export pr-to-ticket
2 franchiseai from "franchiseai/claude-code-plugins"
3 File Linear tickets from PR review feedback and notify the PR author. Use when asked to file a ticket from PR comments, create a ticket from PR feedback, ticket PR concerns, or create a Linear ticket from a PR review. Triggers on phrases like "file ticket from PR", "ticket the PR concerns", "linear ticket for PR", "create ticket from PR feedback", or "ticket this review".
2026-01-05
code-review.md
0
1 export code-review
2 Doyajin174 from "Doyajin174/myskills"
3 Complete code review workflow for both requesting and receiving reviews. Use when creating PRs, reviewing code, or responding to feedback.
2026-01-05
datadog-logs.md
0
1 export datadog-logs
2 johnnymo87 from "johnnymo87/dd-cli"
3 Search Datadog logs via API - query syntax, storage tiers (indexes, flex, online-archives), pagination. Use when searching logs or using the dd search-logs command.
2026-01-05
signal-generator-agent.md
0
1 export signal-generator-agent
2 psh355q-ui from "psh355q-ui/szdi57465yt"
3 Final trading signal generator. Consolidates outputs from all analysis sources (War Room, Manual Analysis, Deep Reasoning, CEO Analysis, News) into unified TradingSignal database entries with proper attribution.
2026-01-05
oracle.md
0
1 export oracle
2 goncalossilva from "goncalossilva/.agents"
3 Get a second opinion by bundling a prompt + a curated file set, then asking another powerful LLM for debugging, refactor advice, design checks, or cross-validation.
2026-01-05
search-skill-database.md
0
1 export search-skill-database
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Query ALL available Skills database in Notion with filters. Load when user mentions "search skill database", "query notion", "search skills database", "find skills in notion", or "browse notion skills".
2026-01-05