PingCAP
Official@pingcap
The team behind TiDB TiKV, an open source MySQL compatible HTAP database
Agent Skills by PingCAP
Showing 21 vetted skills indexed across 4 GitHub repositories.
docs-issue-metadata-guard
Enforces issue templates, labels, and scope rules for pingcap/docs GitHub issues.
add-related-resources
Generates and merges localized RelatedResources cards into TiDB documentation pages.
release-notes
Write, review, and translate TiDB release note entries for features, compatibility changes, improvements, and bug fixes.
write-update-tidb-docs
Write and update TiDB documentation pages from code PRs, issues, and specs.
docs-pr-metadata-guard
Preserves pingcap/docs pull request template structure while editing PR metadata fields.
tidb-test-diff-triage
Diagnose unexpected TiDB test diffs by ruling out failpoint setup and bisecting merged commits.
tidb-issue-metadata-guard
Standardizes TiDB GitHub issue creation and editing with templates, labels, and structured descriptions.
tidb-failpoint-test-runner
Determines failpoint enablement requirements before running TiDB package tests.
tidb-realtikv-runner
Runs TiDB realtikvtest suites against a local TiUP playground with readiness checks and cleanup.
tidb-verify-profile
Selects appropriate local validation scope for TiDB code changes using tiered verification profiles.
tidb-pr-metadata-guard
Preserves TiDB pull request template structure while editing mutable PR metadata fields.
tidb-integrationtest-recorder
Records TiDB integration test results and keeps regenerated result diffs minimal.
tidb-change-instruction-critic
Validates prescribed code change instructions against TiDB correctness and compatibility constraints before implementation.
tidb-bazel-prepare-gate
Determines whether make bazel_prepare is required before TiDB build or test commands.
writing-doc-summaries
Generate compliant YAML front matter summaries for Markdown documents.
review-doc-pr
Identify factual, structural, and stylistic issues in TiDB documentation pull requests.
create-or-update-zh-translation-pr
Create or update Chinese translation PRs from English docs changes.
tidb-test-guidelines
Provide guidelines for writing and placing tests in the TiDB codebase.
pytidb
Connect to TiDB from Python and build vector search features.
tidbx-kysely
Connect Node.js services to TiDB Cloud via TCP or serverless HTTP dialects.
tidbx-serverless-driver
Guide TiDB Cloud serverless driver connections from edge runtimes.
Frequently Asked Questions About PingCAP
FAQPage SchemaWhat specific database tasks does PingCAP enable?▼
PingCAP enables the deployment of MySQL-compatible HTAP databases, integration of vector search features, and connectivity for Node.js and edge-runtime services. It also provides structured frameworks for maintaining documentation integrity and codebase testing standards.
Which engineers benefit from these database capabilities?▼
Database administrators, backend engineers, and technical writers benefit from these capabilities. The ecosystem supports developers building high-concurrency distributed systems, those managing documentation lifecycles, and engineers requiring robust connectivity between serverless environments and persistent storage.
What are the prerequisites for connecting to TiDB Cloud?▼
Connectivity requires a TiDB Cloud instance and the appropriate driver for your runtime environment. Developers must configure TCP or serverless HTTP dialects depending on their specific infrastructure needs, such as edge-runtime environments or standard Node.js service architectures.