- Home
- /
- Categories
- /
- Database
Database
Database management and queries
smart-init
by Overlord-Z
Interactive ClaudeShack ecosystem initialization that analyzes your codebase, mines history, discusses findings with you to establish baseline understanding, and seeds Oracle with verified knowledge. Use when setting up ClaudeShack in a new project or resetting knowledge. Creates a personalized foundation that improves over use. Sets up Context7 for current library docs.
retrieve_subgraph
by HowardKao-1130
Expand the document set by retrieving a KG subgraph and evidence.
Ojas Engineering Skill
by Codered-Vigneshvar
Prefer the simplest thing that satisfies the invariants. Ask before introducing a new dependency, a new service, or a new database.
repo-memory
by miritor
Build a multi-layer memory system for code repositories (L0 Project Overview → L1 Module Summary → L2 File Summary → L3 Method Detail), with support for first-time full indexing and incremental updates via git diff. Trigger this skill when the user mentions "repo memory", "code memory", "project memory", "repo index", "code index", "code documentation", "repo understanding", "help me remember this project", "analyze the whole repo", "understand this codebase", "build code archive", "code knowledge base", "incremental update memory", or "refresh code docs". Even if the user doesn't explicitly say "memory", trigger this skill whenever the intent is to deeply understand and continuously track a code repository. [IMPORTANT] This skill is not only for archiving and updating — it also assists development. When the user wants to implement new features, fix bugs, refactor, review code, or perform any task that requires understanding the codebase, if the .repo-memory directory already exists, prefer reading memory docs over re-reading source code. Trigger words include but are not limited to: "help me implement", "develop this feature", "modify this", "add an API", "fix this bug", "refactor", "optimize", "review code", "write a new module", etc. Whenever the user's task involves a repo that has been indexed, trigger this skill in query mode.
rails-postgres
by shivamsinghchahar
Master PostgreSQL in Rails with native types (UUID, JSON/JSONB, arrays, enums), efficient queries, indexes, and optimization. Use when designing databases, writing complex queries, using PostgreSQL-specific features, optimizing performance, or working with specialized data types.
react-state-driven-ui
by lucascmelo
Create React UI as a projection of explicit state transitions using reducer + events. Use when building multi-step forms, async operations, cross-component state, navigation integration, real-time updates, or complex validation. Eliminates timing-dependent bugs through explicit state transitions and isolated side effects.
supabase-postgres-best-practices
by Jackiexiao
(中文)Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
modular-monolith-architecture-FastAPI
by azzam-almatrafi
Scaffold and create a Modular Monolith Architecture project using Python/FastAPI. Use when the user wants to create a new FastAPI modular monolith, restructure a FastAPI monolith into modules, design module boundaries, or set up a FastAPI project following modular monolith best practices with async support, SQLAlchemy, and production-ready patterns.
writing-release-notes
by danbars
Use when changes are ready to ship and you need to communicate what changed, who it affects, and any required actions without exposing internal-only details.
db-core-codegen
by pranshu-shah-at-sandbox
"End-to-end workflow for TypeScript db-core modules: discover schema/model inputs, run DB/document/DAO generation, scaffold DB/document converters, and scaffold procedures with capability-aware validation and safe persistence boundaries. Use when the user asks to regenerate db-core artifacts, generate beans/DAOs from schemas, scaffold or update converters, or scaffold procedure CRUD methods. Trigger keywords: db-core, Db beans, DAO, converter, procedure."
openquery
by dillondrobena
Safely explore and visualize a user's Postgres database. Use when the user asks questions about their data — relationships between entities ("how is user X connected to companies A, B, C?"), aggregates, or investigations. Runs guarded read-only SQL through the openquery CLI and renders answers as interactive entity graphs where every edge carries a SQL receipt. The AI never sees or handles database credentials.
python-backend-fastapi
by janjaszczak
FastAPI + Pydantic v2 backend workflow: implement/modify API endpoints with thin handlers + service layer, add pytest tests, manage idempotent Alembic migrations, and implement streaming ETL/parsers with invalid-row CSV logging. Use this skill when working on Python backend APIs, schema changes, or ingestion/parsing pipelines.
observable-notebook-kit
by kindy
Create, edit, and build Observable Notebooks using Notebook Kit. Use when working with .html notebook files, generating static sites from notebooks, querying databases from notebooks, or using data loaders (Node.js/Python/R) in notebooks. Covers notebook file format, cell types, CLI commands, database connectors, and JavaScript API.
nest-server-updating
by lenneTech
Provides migration guides, release notes, and error solutions for updating @lenne.tech/nest-server to a newer version. Covers version-specific breaking changes, stepwise upgrade strategies, and starter project comparisons. Activates for nest-server version updates, upgrades, migrations, breaking changes between versions, or "npm run update". Delegates execution to the lt-dev:nest-server-updater agent. NOT for writing NestJS code or building features (use generating-nest-servers). NOT for general npm package updates (use maintaining-npm-packages).
sytex-reports
by Sytex
This skill should be used when the user asks about Sytex data: tasks, projects, forms, sites, clients, materials, workflows, users, or AI credits consumption. Trigger phrases: "how many tasks", "tasks completed by", "AI credits consumed", "report from Sytex", "statistics for [org name]", "data from [instance]". Covers organizations in: app, claro, ufinet, dt, adc, atis, exsei, integrar, torresec.
platforma-guidelines
by platforma-dev
Guidance for building backend Go applications with github.com/platforma-dev/platforma. Use when asked to design Platforma project structure, choose or combine Platforma packages (application, database, httpserver, auth, queue, scheduler), explain or run framework-native CLI commands, or provide practical integration examples and migration/run workflows.
fisherman
by sxysun
Trusted owner/operator fast track for Fisherman. Use for backend mode setup, self-hosted server installation, context queries, migration, diagnostics, and processor operations. Use fisherman-deputy-agent instead when the user gives you a fishdep token.
validating-query-inputs
by djankies
Validate all external input with Zod before Prisma operations. Use when accepting user input, API requests, or form data.
pubmed-trends
by bmiles
Query PubMed publication trends via x402 micropayments to identify emerging research fields, compare therapeutic areas, detect publication spikes, find key papers, and profile authors. Use when analyzing biotech/pharma landscapes, writing grant applications, evaluating drug targets, or researching scientific trends. Requires the x402 skill from coinbase/agentic-wallet-skills for payment commands.
office-call-skill
by icebaggoldenrule1862
Build and evolve a single high-fidelity counselor system for real student-counselor communication rehearsal, distillation, correction, and reality-sync practice.
authoring-json-schema
by squirrel289
"Author, refactor, and maintain JSON Schema for reuse, composition, and long-term stability. Use when asked to create schemas, reduce duplication, compose schemas with $ref/allOf/oneOf/if-then-else, review schema quality, or migrate legacy draft-04+ schemas. Prefer draft-2020-12 for new authoring; treat draft-04/draft-06 as migration-only."
fullstack-engineering
by iam-prabha
End-to-end best practices for full-stack development — from architecture and design through deployment and production observability. Use this skill when building, scaling, or shipping any web application across the entire stack (frontend, backend, database, DevOps, security, testing, and monitoring). Produces production-grade, maintainable, and secure software.
django-orm
by carlos-ASG
Django ORM patterns and best practices with QuerySets, managers, migrations, and django-tenants database operations. Trigger: When working with Django models, queries, database operations, or migrations.
Baseball Game Skill
by valettavamps
DB: src/services/db.ts - Database functions