什么是 manage-database-usage?
如何使用分支范围的连接正确访问 Doltgres 管理数据库。在读取或写入管理数据(代理、工具、项目、凭证、触发器、评估器等)时使用。触发条件:管理数据库、withRef、c.get('db')、manageDbPool、分支结帐、doltgres、ref-scope、branchScopedDb、AgentsManageDatabaseClient。 来源:inkeep/agents。
如何使用分支范围的连接正确访问 Doltgres 管理数据库。在读取或写入管理数据(代理、工具、项目、凭证、触发器、评估器等)时使用。触发条件:管理数据库、withRef、c.get('db')、manageDbPool、分支结帐、doltgres、ref-scope、branchScopedDb、AgentsManageDatabaseClient。
通过命令行快速安装 manage-database-usage AI 技能到你的开发环境
来源:inkeep/agents。
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如何使用分支范围的连接正确访问 Doltgres 管理数据库。在读取或写入管理数据(代理、工具、项目、凭证、触发器、评估器等)时使用。触发条件:管理数据库、withRef、c.get('db')、manageDbPool、分支结帐、doltgres、ref-scope、branchScopedDb、AgentsManageDatabaseClient。 来源:inkeep/agents。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/inkeep/agents --skill manage-database-usage 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/inkeep/agents