TencentCloudBase/CloudBase-AI-Toolkit
Command
Initialize a CloudBase project. Download a template, configure the environment, and generate cloudbaserc.json. Best for new projects.
1,806 tagged Databases, measured the same way as everything else here.
Browse within: postgresql 99json 61document-database 60foundationdb 60key-value-store 60multi-model-database 60sqlite 57psql 53nextjs 44RAG 40knowledge-graph 39agent-memory 35markdown 35clean-architecture 33
TencentCloudBase/CloudBase-AI-Toolkit
Command
Initialize a CloudBase project. Download a template, configure the environment, and generate cloudbaserc.json. Best for new projects.
TencentCloudBase/CloudBase-AI-Toolkit
Command
CloudBase project health check. Inspect environment status, cloud functions, deploy history, and logs.
Command
A technical-design command that turns an approved requirements document into a software design document. It can cover data flows, TypeScript interfaces, database schemas, and API endpoints.
Command
Run analytics over indexed data using metric and bucket aggregations. Compute statistics, group documents, build histograms, and perform faceted navigation. Aggregations can be nested for multi-level analysis.
Command
Create, inspect, and drop search indexes. Wait for indexing to complete after data changes. Indexes automatically track Redis keys matching a specified prefix.
Command
Query documents from a search index using type-safe filters with support for pagination, sorting, field selection, scoring, and highlighting. Count matching documents efficiently without returning results.
Command
Security review of the current diff (or the whole repo, if --all).
Command Claude Code
Add a new optional service called $ARGUMENTS to the Selfhost AI project.
Command Claude Code
A command for planning how a RAG knowledge base is published. RAG is a system that retrieves stored documents to help produce answers; the plan covers version snapshots, administrator review, and database records.
Command
Read-only PostgreSQL health check with pgbot, then a prioritized diagnosis.
Command
Review unused indexes that are safe to drop (pgbot).
Command
Find the queries eating your PostgreSQL database (pgbot).
Command Claude Code
Set up the local Superdesk dev environment (first-time install + link siblings + first-run DB init).
Command Claude Code
Audit the project's AI infrastructure (agents, skills, commands, context, rules) for gaps, drift, and security issues.
Command Claude Code
Implement approved technical plans with execution-first behavior.
Command
Debug Frontman task interactions from the database.
Command Claude Code
Review the current pull request to look for things like: Inline imports = We must remove these unless they are truly needed. dicts being returned by services/routers that should be Pydantic Models. Pydantic Model classes should be moved to a models.py file in the appropriate folder. Any leftover TODOs = We need to…
Matt-Dionis/claude-code-configs
Command Claude Code
Monitor vector search performance and index efficiency for the memory MCP server.
Matt-Dionis/claude-code-configs
Command Claude Code
Initialize Memory MCP Server project from scratch.
Command
Search memories for specific content or patterns.
Command
RUN { git ls-files; git ls-files --others --exclude-standard; } 2>/dev/null | sort -u | xargs wc -l 2>/dev/null | sort -rn | head -150 READ README.md.
Command
You are saving what you learned this session into the megamemory knowledge graph. This is YOUR memory — record anything valuable for future sessions: what you understood about the project, what you built, decisions that were made, patterns you noticed, or intent the user shared.
ianlkl11234s/mini-taiwan-pulse
Command Claude Code
對 Supabase RPC 跑 EXPLAIN ANALYZE 判斷是否需要套 pre-aggregate pattern.
Command
Turn a finalized survey design into a working app scaffold (TanStack Start / Next.js / static, with Supabase or local storage).