- Home
- /
- Categories
- /
- Database
Database
Database management and queries
sqlite-notes
by bfollington
Personal note-taking, thinking trails, and knowledge management using plain SQLite. Supports capture-heavy workflows with clear provenance tracking, AI-generated thinking snapshots (breadcrumbs), and synthesis into permanent knowledge. Uses the sqlite3 CLI directly with SQL schemas for notes, resources, clippings, reflections, and breadcrumbs.
resolve-pegasus-conflicts
by saaspegasus
Resolve merge conflicts when upgrading SaaS Pegasus. Use when the user has merge conflicts after running git merge during a Pegasus upgrade, or when they need help with the merge process. Also use when the user mentions 'merge pegasus".
sql-performance-review
by hubert-dudek
Review and improve Databricks SQL queries for correctness, readability, and performance (joins, filters, aggregations, partition pruning). Use when someone pastes a SQL query, asks why it is slow, or requests a rewrite/optimization in Databricks SQL.
incentive-prompting
by v1truv1us
Research-backed prompting techniques for improved AI response quality (+45-115% improvement). Use when optimizing prompts, enhancing agent instructions, or when maximum response quality is critical. Invoked by /ai-eng/optimize command. Includes expert persona, stakes language, step-by-step reasoning, challenge framing, and self-evaluation techniques.
pywayne-crypto
by wangyendt
Encryption and decryption toolkit for string and byte data. Supports Fernet (AES-128) symmetric encryption, fallback XOR encryption, custom password protection, code obfuscation, and batch processing. Use when users need to encrypt/decrypt sensitive data, protect algorithms, or obfuscate Python code.
use-tailwind-v4
by nweii
"Tailwind CSS v4 reference and migration guide. Use for v4 projects, syntax changes, upgrading from v3, and troubleshooting v4-specific utility patterns or configuration differences."
pywayne-helper
by wangyendt
Project configuration management helper for YAML config files. Use when projects need cross-process/cross-file parameter sharing via a centralized config file. Supports automatic project root detection, nested config key management, and waiting mechanism for values set by other processes.
cloudflare-agents
by enuno
Cloudflare Agents SDK - Build and deploy AI-powered agents on Cloudflare's edge with real-time WebSocket communication, persistent state, SQL storage, task scheduling, MCP integration, and human-in-the-loop workflows.
agno
by OutlineDriven
Agno AI agent framework. Use for building multi-agent systems, AgentOS runtime, MCP server integration, and agentic AI development.
cloudflare-r2
by enuno
Cloudflare R2 object storage with S3-compatible API and zero egress fees
dokploy-mcp
by enuno
AI-driven deployment management using Dokploy MCP server for projects, applications, and databases
skill-schema-v2
by xiaoshiyilangzhao1996-droid
"Load when creating, auditing, refactoring, or repairing an Agent Skill for reuse, governance, and runtime efficiency."
minimax-web-search
by imsus
Search the web for current information using the web_search tool
dnsdist
by enuno
DNS load balancer with DoS protection, multi-protocol support (DoH, DoT, DoQ), and dynamic traffic management
query-metrics
by axiomhq
Runs metrics queries against Axiom MetricsDB via scripts. Discovers available metrics, tags, and tag values. Use when asked to query metrics, explore metric datasets, check metric values, or investigate OTel metrics data.
axiom-sre
by axiomhq
Expert SRE investigator for incidents and debugging. Uses hypothesis-driven methodology and systematic triage. Can query Axiom observability when available. Use for incident response, root cause analysis, production debugging, or log investigation.
skills
by ThePrimeagen
Tmux-based dev.sh script conventions
skills
by ThePrimeagen
```
skills
by ThePrimeagen
Cloudflare Hyperdrive connection usage rules
skills
by ThePrimeagen
Cloudflare R2 bucket binding usage rules
skills
by ThePrimeagen
Cloudflare Assets binding usage rules
skills
by ThePrimeagen
skills
by ThePrimeagen
Follow a safe rollout flow: apply bun run db:migrate:local first, validate locally, commit schema + generated migrations together, then apply bun run db:migrate:remote for Cloudflare-connected environments.
sql
by maragudk
Guide for working with SQL queries, in particular for SQLite. Use this skill when writing SQL queries, analyzing database schemas, designing migrations, or working with SQLite-related code.