django-security

57.0k
affaan-maffaan-m

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

191 days ago

sql-optimization-patterns

29.9k
wshobsonwshobson

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.

191 days ago

SQL Injection Testing

21.8k
davila7davila7

This skill should be used when the user asks to "test for SQL injection vulnerabilities", "perform SQLi attacks", "bypass authentication using SQL injection", "extract database information through injection", "detect SQL injection flaws", or "exploit database query vulnerabilities". It provides comprehensive techniques for identifying, exploiting, and understanding SQL injection attack vectors across different database systems.

191 days ago

database-schema-designer

21.8k
davila7davila7

Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models.

191 days ago

SQLMap Database Penetration Testing

21.8k
davila7davila7

This skill should be used when the user asks to "automate SQL injection testing," "enumerate database structure," "extract database credentials using sqlmap," "dump tables and columns from a vulnerable database," or "perform automated database penetration testing." It provides comprehensive guidance for using SQLMap to detect and exploit SQL injection vulnerabilities.

191 days ago

senior-data-engineer

21.8k
davila7davila7

World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, or implementing data governance.

192 days ago

senior-data-scientist

21.8k
davila7davila7

World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.

191 days ago

neon-instagres

21.8k
davila7davila7

Instantly provision production-ready Postgres databases with Neon Instagres. Use when setting up databases, when users mention PostgreSQL/Postgres, database setup, or need a development database. Works with Drizzle, Prisma, raw SQL.

191 days ago

DB migrations and schema changes

21.4k
letta-ailetta-ai

Workflows and commands for managing Alembic database migrations and schema changes in the letta-cloud core app, including using uv, just, LETTA_PG_URI, and switching between SQLite and Postgres.

191 days ago

sql-optimization-patterns

18.0k
sickn33sickn33

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...

191 days ago

sql-pro

18.0k
sickn33sickn33

Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems. Use PROACTIVELY for database optimization or complex analysis.

191 days ago

fastapi-pro

18.0k
sickn33sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns.

191 days ago

database-migrations-sql-migrations

18.0k
sickn33sickn33

SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, SQL Server

191 days ago

testing

17.6k
tursodatabasetursodatabase

How to write tests, when to use each type of test, and how to run them. Contains information about conversion of `.test` to `.sqltest`, and how to write `.sqltest` and rust tests

191 days ago

storage-format

17.6k
tursodatabasetursodatabase

SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb

191 days ago

postgresql

13.2k
2025Emma2025Emma

PostgreSQL database documentation - SQL queries, database design, administration, performance tuning, and advanced features. Use when working with PostgreSQL databases, writing SQL, or managing database systems.

191 days ago

revops

10.3k
coreyhaines31coreyhaines31

When the user wants help with revenue operations, lead lifecycle management, or marketing-to-sales handoff processes. Also use when the user mentions 'RevOps,' 'revenue operations,' 'lead scoring,' 'lead routing,' 'MQL,' 'SQL,' 'pipeline stages,' 'deal desk,' 'CRM automation,' 'marketing-to-sales handoff,' or 'data hygiene.' For cold outreach emails, see cold-email. For email drip campaigns, see email-sequence. For pricing decisions, see pricing-strategy.

191 days ago

query-writing

9.8k
langchain-ailangchain-ai

For writing and executing SQL queries - from simple single-table queries to complex multi-table JOINs and aggregations

191 days ago

sql-queries

8.4k
anthropicsanthropics

Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window functions, or aggregations.

192 days ago

hugging-face-datasets

7.9k
huggingfacehuggingface

Create and manage datasets on the Hugging Face Hub. Supports initializing repositories, defining configs and system prompts, streaming row updates, and SQL-based dataset querying and transformation. Designed to work alongside the HF MCP server for comprehensive dataset workflows.

191 days ago

postgres-query

7.0k
civitaicivitai

Run PostgreSQL queries for testing, debugging, and performance analysis. Use when you need to query the database directly, run EXPLAIN ANALYZE, compare query results, or test SQL optimizations. Always uses read-only connections unless explicitly directed otherwise.

191 days ago

hula-skill

7.0k
HuLaSparkHuLaSpark

HuLa project skill for frontend (Vue 3 + Vite + UnoCSS + Naive UI/Vant), backend (Tauri v2 + Rust + SeaORM/SQLite), full-stack flows, and build/release work. Use when the user mentions hula or HuLa or requests changes in this repository; after triggering, ask which scope (frontend/backend/fullstack/build-release) to enable.

191 days ago

materialize-docs

6.2k
MaterializeIncMaterializeInc

Materialize documentation for SQL syntax, data ingestion, concepts, and best practices. Use when users ask about Materialize queries, sources, sinks, views, or clusters.

191 days ago

epic-database

5.5k
epicweb-devepicweb-dev

Guide on Prisma, SQLite, and LiteFS for Epic Stack

191 days ago

epic-caching

5.5k
epicweb-devepicweb-dev

Guide on caching with cachified, SQLite cache, and LRU cache for Epic Stack

191 days ago

query-builder

4.7k
clideyclidey

Convert natural language questions into SQL queries. Activates when users ask data questions in plain English like "show me users who signed up last week" or "find orders over $100".

191 days ago

whodb

4.7k
clideyclidey

Database operations including querying, schema exploration, and data analysis. Activates for tasks involving PostgreSQL, MySQL, MariaDB, SQLite, MongoDB, Redis, Elasticsearch, or ClickHouse databases.

191 days ago

fastapi-expert

4.1k
JeffallanJeffallan

Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke for async SQLAlchemy, JWT authentication, WebSockets, OpenAPI documentation.

192 days ago

SQL Injection Testing

3.5k
zebbernzebbern

This skill should be used when the user asks to "test for SQL injection vulnerabilities", "perform SQLi attacks", "bypass authentication using SQL injection", "extract database information through injection", "detect SQL injection flaws", or "exploit database query vulnerabilities". It provides comprehensive techniques for identifying, exploiting, and understanding SQL injection attack vectors across different database systems.

191 days ago

SQLMap Database Penetration Testing

3.5k
zebbernzebbern

This skill should be used when the user asks to "automate SQL injection testing," "enumerate database structure," "extract database credentials using sqlmap," "dump tables and columns from a vulnerable database," or "perform automated database penetration testing." It provides comprehensive guidance for using SQLMap to detect and exploit SQL injection vulnerabilities.

191 days ago

Huntly Knowledge Base

2.3k
lcompletelcomplete

This skill should be used when the user asks about their saved content, bookmarks, starred articles, highlights, reading history, tweets, or knowledge base in Huntly sqlite database. Triggers include "my favorites", "knowledge base", "what did I save", "my bookmarks", "my library", "what did I save".

191 days ago

senior-data-engineer

2.2k
alirezarezvanialirezarezvani

Data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, implementing data governance, or troubleshooting data issues.

192 days ago

query-writing

2.0k
apconwapconw

Used to write and execute SQL queries - from simple single-table queries to complex multi-table JOINs and aggregation operations.

191 days ago

jar-audit-agent

1.9k
jar-analyzerjar-analyzer

An evidence-driven Java security auditing capability built on jar-analyzer (SQLite + embedded MCP). The core objective: turn "conclusions" into "reproducible evidence + measurable coverage."

191 days ago

database

1.8k
openclawopenclaw

Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.

191 days ago

databases

1.8k
mrgooniemrgoonie

Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.

191 days ago

sql-gen

1.8k
openclawopenclaw

Generate SQL queries from natural language

191 days ago

sql-injection-scanner

1.8k
openclawopenclaw

Detect SQL injection vulnerabilities in your codebase. Use when you need to find unsafe database queries before they get exploited.

191 days ago

clawdirect-dev

1.8k
openclawopenclaw

Build agent-facing web experiences with ATXP-based authentication, following the ClawDirect pattern. Use this skill when building websites that AI agents interact with via MCP tools, implementing cookie-based agent auth, or creating agent skills for web apps. Provides templates using @longrun/turtle, Express, SQLite, and ATXP.

191 days ago

no-nonsense-tasks

1.8k
openclawopenclaw

No-nonsense task manager using SQLite. Track tasks with statuses (backlog, todo, in-progress, done), descriptions, and tags. Use when managing personal tasks, to-do items, project tracking, or any workflow that needs status-based task organization. Supports adding, listing, filtering, updating, moving, and deleting tasks.

191 days ago

db-query

1.8k
openclawopenclaw

Query project databases with automatic SSH tunnel management. Use when you need to execute SQL queries against configured databases, especially those accessible only via SSH tunnels. Automatically manages SSH connection lifecycle (establishes tunnel before query, closes after). Supports multiple databases distinguished by description/name from config file.

191 days ago

duckdb-en

1.8k
openclawopenclaw

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".

191 days ago

query-optimizer

1.8k
openclawopenclaw

Optimize SQL and Prisma queries using AI. Use when your queries are slow and you need performance help.

191 days ago

track17

1.8k
openclawopenclaw

Track parcels via the 17TRACK API (local SQLite DB, polling + optional webhook ingestion)

191 days ago

sql-assistant

1.8k
openclawopenclaw

Comprehensive SQL query assistant for database operations, optimization, and troubleshooting. Use when Codex needs to write, debug, optimize, or explain SQL queries; analyze database schemas; or help with SQL-related tasks including joins, subqueries, aggregations, and performance tuning. Supports MySQL, PostgreSQL, SQLite, and other SQL dialects.

191 days ago

sql-writer

1.8k
openclawopenclaw

Convert natural language to SQL queries. Use when you need to write SQL fast.

191 days ago

migration-gen

1.8k
openclawopenclaw

Generate SQL migration files from ORM schemas. Use when managing database changes.

191 days ago

sql-check

1.8k
openclawopenclaw

Analyze SQL queries for performance and security issues

191 days ago