🗄️

SQL

1003 skills in Databases > SQL

detecting-sql-injection-vulnerabilities

Marketplace

This skill enables Claude to detect SQL injection vulnerabilities in code. It uses the sql-injection-detector plugin to analyze codebases, identify potential SQL injection flaws, and provide remediation guidance. Use this skill when the user asks to find SQL injection vulnerabilities, scan for SQL injection, or check code for SQL injection risks. The skill is triggered by phrases like "detect SQL injection", "scan for SQLi", or "check for SQL injection vulnerabilities".

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

fairdb-backup-manager

Marketplace

Automatically manages PostgreSQL backups with pgBackRest and Wasabi S3 storage when working with FairDB databases

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

performing-security-code-review

Marketplace

This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, asks for a code review with a focus on security, or mentions security concerns related to code. The security-agent plugin then provides structured security findings with severity ratings, code locations, impact assessments, and remediation guidance.

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

scanning-input-validation-practices

Marketplace

This skill enables Claude to automatically scan source code for potential input validation vulnerabilities. It identifies areas where user-supplied data is not properly sanitized or validated before being used in operations, which could lead to security exploits like SQL injection, cross-site scripting (XSS), or command injection. Use this skill when the user asks to "scan for input validation issues", "check input sanitization", "find potential XSS vulnerabilities", or similar requests related to securing user input. It is particularly useful during code reviews, security audits, and when hardening applications against common web vulnerabilities. The skill leverages the input-validation-scanner plugin to perform the analysis.

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

database-design

Designs database schemas, relationships, indexes, and migrations for relational and NoSQL databases. Trigger keywords: database design, schema, migration, ERD, normalization, index, foreign key, table design.

cosmix/claude-code-setup
2
0
Aktualisiert 1w ago

plan-product

Create and refine a multi-phase product roadmap. Use when starting a new project, planning features, or updating the product roadmap. Leverages oracle for strategic planning.

korallis/Amp-OS
2
0
Aktualisiert 1w ago

generating-stored-procedures

Marketplace

This skill uses the stored-procedure-generator plugin to create production-ready stored procedures, functions, triggers, and custom database logic. It supports PostgreSQL, MySQL, and SQL Server. Use this skill when the user asks to "generate stored procedure", "create database function", "write a trigger", or needs help with "database logic", "optimizing database performance", or "ensuring transaction safety" in their database. The skill is activated by requests related to database stored procedures, functions, or triggers.

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

managing-database-migrations

Marketplace

This skill enables Claude to manage database schema changes through version-controlled migrations. It is activated when the user requests to create, apply, or rollback database migrations. The skill supports generating timestamped migration files with both up and down migrations for PostgreSQL, MySQL, SQLite, and MongoDB. It helps in tracking schema evolution and ensuring safe database modifications. Use this skill when the user mentions "database migration", "schema change", "add column", "rollback migration", or "create migration".

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

query-optimization

データベースクエリ最適化を専門とするスキル。N+1問題の回避、フェッチ戦略の選択、実行計画分析、インデックス活用を通じてパフォーマンスを向上させます。Anchors:• High Performance MySQL (Baron Schwartz) / 適用: クエリ最適化原則 / 目的: パフォーマンス向上の体系的アプローチ• SQL Performance Explained (Markus Winand) / 適用: インデックス設計とアクセスパターン / 目的: 実行計画の最適化• High-Performance Java Persistence (Vlad Mihalcea) / 適用: ORM最適化とN+1問題解決 / 目的: アプリケーションレベルの最適化Trigger:Use when optimizing query performance, analyzing execution plans, resolving N+1 problems, designing fetch strategies, improving database performance, or tuning ORM queries.Keywords: query optimization, N+1 problem, execution plan, index design, fetch strategy, database performance, ORM optimization

daishiman/AIWorkflowOrchestrator
2
0
Aktualisiert 1w ago

performing-security-testing

Marketplace

This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.

jeremylongshore/claude-code-plugins-nixtla
2
0
Aktualisiert 1w ago

window-functions-deep-dive

Master OPAL window functions for row-relative calculations, rankings, and moving aggregates. Covers lag(), lead(), row_number(), rank(), dense_rank(), moving averages, first(), and last(). Use when comparing rows to neighbors, ranking within partitions, calculating rate of change, or computing time-based moving windows. CRITICAL - OPAL uses window() function wrapper, NOT SQL OVER clause.

rustomax/observe-community-mcp
1
1
Aktualisiert 1w ago

fastapi-backend

Build production-grade FastAPI backends with SQLModel, Pydantic, and JWT authentication. Use this skill when building REST APIs, integrating with Neon PostgreSQL, implementing Better Auth JWT verification, or creating CRUD endpoints. Includes patterns for audit logging, worker/agent parity, and OpenAPI documentation.

mjunaidca/mjs-agent-skills
1
2
Aktualisiert 1w ago

native-module-troubleshoot

Troubleshoots better-sqlite3 native module issues in Justice Companion: NODE_MODULE_VERSION mismatches, rebuild failures, Electron compatibility errors. Use when encountering 'Electron failed to install', module version errors, or SQLite binding issues.

fattits30-dev/Justice-Companion
1
0
Aktualisiert 1w ago

moai-platform-neon

Neon serverless PostgreSQL specialist covering auto-scaling, database branching, PITR, and connection pooling. Use when building serverless apps needing PostgreSQL.

junseokandylee/RallyApp
1
0
Aktualisiert 1w ago

electron-build

Multi-platform Electron build orchestration for Justice Companion: handles Windows .exe, macOS .dmg, Linux .AppImage/.deb builds with better-sqlite3 native module rebuilds. Use when building releases, debugging build failures, or preparing production deployments.

fattits30-dev/Justice-Companion
1
0
Aktualisiert 1w ago

insightpulse-connection-manager

Supabase-style connection UI for managing InsightPulse AI infrastructure (Supabase, Odoo, Superset, MCP servers, PostgreSQL, APIs). Self-hosted connection manager module for Odoo 19 that provides unified connection management, auto-generated configurations, connection testing, and beautiful Kanban interface.

jgtolentino/insightpulse-odoo
1
0
Aktualisiert 1w ago

security-audit

Agent Skill: Security audit patterns for PHP/OWASP. Use when conducting security assessments, identifying vulnerabilities (XXE, SQL injection, XSS), or CVSS scoring. By Netresearch.

netresearch/security-audit-skillShell
1
0
Aktualisiert 1w ago

database-optimization

SQL query optimization and database performance specialist. Use when optimizing slow queries, fixing N+1 problems, designing indexes, implementing caching, or improving database performance. Works with PostgreSQL, MySQL, and other databases.

89jobrien/steve
1
0
Aktualisiert 1w ago

cloudflare-hyperdrive

Connect Workers to PostgreSQL/MySQL with Hyperdrive's global pooling and caching. Use when: connecting to existing databases, setting up connection pools, using node-postgres/mysql2, integrating Drizzle/Prisma, or troubleshooting pool acquisition failures, TLS errors, nodejs_compat missing, or eval() disallowed.

ovachiever/droid-tings
1
0
Aktualisiert 1w ago

feels-indexer-operations

Production-ready Feels Protocol indexer with PostgreSQL, Redis, RocksDB, complete REST API, OHLCV generation, real-time statistics, and frontend integration

FeelsDEX/feels
1
1
Aktualisiert 1w ago