数据库
数据库管理与查询
ok-cosmic
ChenZeXian
"金蝶云苍穹开发主 Skill,优先复用 kd-cd-cosmic-commons 封装。适用于插件开发、单据/列表/表单逻辑、操作服务、BOTP 转换、后台视图打开、附件处理、DynamicObject 与元数据处理、弹性域解析及 OpenAPI 集成。默认优先使用仓库封装;在涉及原生插件事件、SDK API、方法签名或封装未覆盖场景时,使用内置脚本进行查询。"
feishu-doc-to-dev-spec
twwch
读取飞书云文档(支持多个链接),解析文档中的文本、表格、图片等内容,根据用户选择的开发语言和存储结构,将产品需求文档转换为研发开发需求文档
personas
modu-ai
aStory 블로그 플랫폼을 위한 8개의 AI 저자 페르소나. 아키텍트(격식체 분석적 권위), 개발자(실용적 대화체 구현자), 스토리텔러(서사적 공감적 여정 전달자), 멘토(체계적 양육적 교육자), 분석가(객관적 데이터 기반 연구자), 리뷰어(균형 잡힌 비교 평가자), 큐레이터(간결한 사실적 리포터), 칼럼니스트(비판적 도발적 논평가)를 포함한다. 저자 음성을 선택하거나 페르소나 기반 콘텐츠를 구현할 때 사용한다.
research-documentation
tommy-ca
Research topics and document findings in Notion with organized structure and sources
security-review-4
ZackKorman
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
security-review-6
ZackKorman
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
security-review
ZackKorman
A general skill for performing security reviews and auditing codebases for vulnerabilities. ALWAYS run this at the end of each task.
drizzle-best-practices
honra-io
Drizzle ORM best practices for TypeScript projects using PostgreSQL. Use this skill when writing, reviewing, or optimizing Drizzle ORM schemas, queries, relations, migrations, or database configurations targeting Postgres. Apply these guidelines whenever you see drizzle-orm imports, pgTable definitions, drizzle-kit config files, or relational query patterns. Also use when setting up a new project with Drizzle + Postgres, migrating from another ORM, or troubleshooting type errors in Drizzle schemas.
trending-skills
geekjourneyx
Get skills.sh trending rankings with AI summaries, trend analysis, and category insights. Use when asking about skill rankings, trends, or skill details.
meeting-intelligence
tommy-ca
Prepare for meetings by gathering context and creating comprehensive agendas
planning-context-resolver
OmniNode-ai
Read-only intelligence agent that compiles structured planning context for an epic
investigate
agentika-labs
Use this skill when the user asks to "investigate a bug", "trace an error", "debug this issue", "find where this error comes from", or mentions keywords related to error tracing and bug investigation.
materialize-docs
MaterializeInc
Materialize documentation for SQL syntax, data ingestion, concepts, and best practices. Use when users ask about Materialize queries, sources, sinks, views, or clusters.
bigquery
jwmossmoz
Query Mozilla telemetry data directly from BigQuery using the bq CLI. Use when the user wants to run SQL against Firefox telemetry, analyze Windows version distribution, count DAU/MAU/WAU, query Glean metrics, or investigate user populations. Triggers on "bigquery", "bq", "telemetry query", "DAU", "MAU", "Windows distribution", "macOS distribution", "Darwin version", "Linux distribution", "kernel version", "client count", "user count", "Glean metrics query", "baseline_clients".
db-migration
doxynix
Workflow for modifying Drizzle ORM PostgreSQL database schemas, generating migrations, and applying them safely.
clickhouse-best-practices-ts-py
514-labs
MUST USE when reviewing MooseStack data models, ClickHouse schemas, queries, or configurations. Contains 28 rules with MooseStack TypeScript/Python examples. Always read relevant rule files and cite specific rules in responses.
redash
jwmossmoz
Query Mozilla's Redash (sql.telemetry.mozilla.org) for telemetry data from BigQuery. Use when querying Firefox user telemetry, OS distribution, architecture breakdown, or running custom SQL against Mozilla's data warehouse. Triggers on "redash", "telemetry query", "sql.telemetry", "BigQuery query", "Firefox data", "client counts", "user population", "DAU", "MAU", "macOS version", "macOS distribution", "Apple Silicon", "aarch64", "x86_64", "architecture distribution", "Windows version", "Windows distribution", "how many users", "what share of users", "what percentage of Firefox users".
outlit-mcp
OutlitAI
Use when querying Outlit customer data via MCP tools (outlit_*). Triggers on customer analytics, revenue metrics, activity timelines, cohort analysis, churn risk assessment, SQL queries against analytics data, or any Outlit data exploration task.
deepbase
clasen
Instructions for working with DeepBase, a multi-driver persistence library for Node.js. Use when the user needs to store or retrieve data, add persistence to a project, set up a key-value store, work with SQLite/MongoDB/Redis/JSON storage, migrate data between backends, handle multi-driver failover, or says things like "save data", "persist data", "I need a database", "store user data", "set up storage", or "integrate DeepBase". Do NOT use for full ORM/relational query needs or raw SQL work.
pipeline-audit
OmniNode-ai
Systematically audit an end-to-end multi-repo pipeline for integration correctness by proving every join between services with file-level evidence, dispatching parallel agents per repo and per proof category, and compiling a severity-ordered gap register with actionable tickets
win11-24h2-files
jwmossmoz
Query Windows 11 version 24H2 cumulative update file information. Search for DLLs, drivers, and system files across all patch levels. Compare file versions between builds, track version history, and identify what changed in each update. Use when: (1) investigating which Windows build introduced a file version, (2) comparing file changes between patches, (3) finding DLL/driver versions for specific builds, (4) debugging Windows update regressions, (5) user asks about Windows 11 24H2 files, KB updates, or build versions.
task-discovery
jwmossmoz
Discover Firefox CI tasks by worker pool. Query the Taskcluster task graph to find tasks assigned to specific worker types. Use when planning worker pool migrations, crafting mach try pushes, or auditing which tasks run on a pool. Triggers on "discover tasks", "find tasks", "worker pool tasks", "task discovery", "which tasks run on".
jimmer-orm
Coooolfan
Jimmer ORM 开发助手,帮助编写实体映射代码和 DSL 查询语句。适用于:(1) 定义或修改 Jimmer 实体(使用 @Entity 注解的 interface);(2) 编写 Jimmer DSL 查询代码;(3) 配置实体关联关系(@ManyToOne, @OneToMany, @ManyToMany);(4) 使用动态谓词、动态表连接或隐式子查询;(5) 编辑包含 Jimmer 相关代码的 Java/Kotlin 文件。
prd-vertical-slicer
yarlson
Convert PRDs (including phase-based PRDs) into adaptive vertical slice plans with architecture guardrails and tech-debt prevention.