- Home
- /
- Categories
- /
- Database
Database
Database management and queries
database-schema-designer
by nahisaho
Copilot agent for database schema design, ER diagrams, normalization, DDL generation, and performance optimization Trigger terms: database design, schema design, ER diagram, normalization, DDL, database modeling, relational database, NoSQL design, data modeling, migration plan Use when: User requests involve database schema designer tasks.
security-auditor
by nahisaho
security-auditor skill Trigger terms: security audit, vulnerability scan, OWASP, security analysis, penetration testing, security review, threat modeling, security best practices, CVE Use when: User requests involve security auditor tasks.
discover-cryptography
by rand
Automatically discover cryptography skills when working with encryption, TLS, certificates, PKI, and security
python-patterns
by xenitV1
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
database-design
by xenitV1
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
architecture
by xenitV1
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
databricks-expert
by personamanagmentlayer
Expert-level Databricks platform, Apache Spark, Delta Lake, MLflow, notebooks, and cluster management
tailwind-4-docs
by Lombiq
Comprehensive Tailwind CSS v4 documentation snapshot and workflow guidance. Use when answering Tailwind v4 questions, selecting utilities/variants, configuring Tailwind v4, or migrating projects from v3 to v4 with official docs and gotcha checks.
snowcli
by michalvavra
CLI for Snowflake. Query data, manage warehouses, databases, schemas, tables, and stages. Use when working with Snowflake data platform.
minimax-web-search
by imsus
Search the web for current information using the web_search tool
convex-helpers-guide
by get-convex
Discover and use convex-helpers utilities for relationships, filtering, sessions, custom functions, and more. Use when you need pre-built Convex patterns.
command-creator
by IgorWarzocha
Create custom /slash commands for repetitive tasks. Use proactively for command creation, prompt automation, or workflow shortcuts. Examples: - user: "Make a /test command that runs pytest" → create command in opencode.json, set prompt to run tests with bash tool - user: "Add a /review command for PRs" → design prompt to fetch diff, analyze changes, generate review comments - user: "Automate this repetitive task" → identify pattern, create slash command with parameterized prompt - user: "Make a /deploy command" → design workflow (build, test, deploy), encode in command prompt
gcp-cloud
by jpoutrin
Google Cloud Platform infrastructure patterns and best practices. Use when designing or implementing GCP solutions including Compute Engine, Cloud Functions, Cloud Storage, and BigQuery.
tar-compression
by chaterm
归档与压缩
redis
by chaterm
Redis 数据库管理
rfc-status
by jpoutrin
Show RFC details or update RFC status through lifecycle
db-migration-reviewer
by proflead
Review database migrations for safety and rollback. Use when a mid-level developer needs validation of schema changes.
db-table-best-practice
by forge-town
数据库与数据表表名规范验证与自动修正最佳实践。适用于"数据库是否符合规范"、"表名规范"、"检查表名"、"优化表名"、"数据库命名"、"检查这个文件"、"表名符合规范吗"
reflexion
by axiomantic
Use when roundtable returns ITERATE verdict in the Forged workflow. Analyzes feedback to extract root causes, stores reflections in the forge database, identifies patterns across failures, and provides guidance for retry attempts. Prevents repeated mistakes across iterations.
create-subagent
by ronnycoding
Guide for creating specialized Claude Code subagents with proper YAML frontmatter, focused descriptions, system prompts, and tool configurations. Use when the user wants to create a new subagent, custom agent, specialized AI assistant, or mentions creating/designing/building agents or subagents.
salvo-path-syntax
by salvo-rs
Path parameter syntax guide for Salvo routing. Explains the {} syntax (v0.76+) vs deprecated <> syntax, with migration examples.
salvo-database
by salvo-rs
Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and database operations.
zero-downtime-migration
by proflead
Plan a zero-downtime migration for data or infrastructure. Use when a senior developer needs a safe migration strategy.
java-jpa-hibernate
by pluginagentmarketplace
Master JPA/Hibernate - entity design, queries, transactions, performance optimization