用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill agentmako命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | agentmako |
| description | >- Use when this capability is needed. |
Use this skill when the user needs the surrounding context for one known table, route, or RPC. Neighborhood tools are bounded composed bundles; they are usually better than manually chaining primitives for common entity-centered questions.
table_neighborhoodUse for table-centered questions.
preflight_table before implementation when the user needs a more
edit-oriented table preflight.route_contextUse for route-centered questions.
auth_path for auth-boundary-specific questions.rpc_neighborhoodUse for RPC-centered questions.
trace_rpc when the user needs a narrower evidence trace.Log agent_feedback when a neighborhood bundle here was notably useful,
partial, noisy, stale, wrong, or wasted the turn. Skip routine calls.
Required procedure (see /mako-ai:mako-guide for full rules and
reason-code vocabulary):
recall_tool_runs to get the prior run's requestId. Do not
fabricate one — if no run is recalled, skip feedback.agent_feedback with referencedToolName,
referencedRequestId, grade: "full" | "partial" | "no",
reasonCodes from the starter vocabulary in /mako-ai:mako-guide,
and a short reason./mako-ai:mako-trace for narrower route/table/RPC evidence traces./mako-ai:mako-graph for paths between entities or blast radius./mako-ai:mako-database for direct live DB schema/RLS/RPC inspection.Source: drhalto/agentmako — distributed by TomeVault.