·manage-database-usage
{}

manage-database-usage

如何使用分支范围的连接正确访问 Doltgres 管理数据库。在读取或写入管理数据(代理、工具、项目、凭证、触发器、评估器等)时使用。触发条件:管理数据库、withRef、c.get('db')、manageDbPool、分支结帐、doltgres、ref-scope、branchScopedDb、AgentsManageDatabaseClient。

13安装·1热度·@inkeep

安装

$npx skills add https://github.com/inkeep/agents --skill manage-database-usage

如何安装 manage-database-usage

通过命令行快速安装 manage-database-usage AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/inkeep/agents --skill manage-database-usage
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:inkeep/agents。

SKILL.md

查看原文

The manage database is a Doltgres instance (PostgreSQL with Git-like versioning). Every read or write must happen on the correct branch. Failing to scope connections to a branch will read/write the wrong data.

Connections default to the main branch (which is empty/root), so you must always check out the correct project branch before any operation.

| Where is your code? | What to use |

如何使用分支范围的连接正确访问 Doltgres 管理数据库。在读取或写入管理数据(代理、工具、项目、凭证、触发器、评估器等)时使用。触发条件:管理数据库、withRef、c.get('db')、manageDbPool、分支结帐、doltgres、ref-scope、branchScopedDb、AgentsManageDatabaseClient。 来源:inkeep/agents。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/inkeep/agents --skill manage-database-usage
分类
{}数据分析
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from inkeep/agents

快速解答

什么是 manage-database-usage?

如何使用分支范围的连接正确访问 Doltgres 管理数据库。在读取或写入管理数据(代理、工具、项目、凭证、触发器、评估器等)时使用。触发条件:管理数据库、withRef、c.get('db')、manageDbPool、分支结帐、doltgres、ref-scope、branchScopedDb、AgentsManageDatabaseClient。 来源:inkeep/agents。

如何安装 manage-database-usage?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/inkeep/agents --skill manage-database-usage 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/inkeep/agents