Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/paceaitian/paceflow/pace-knowledgenpx skills add paceaitian/paceflow --skill pace-knowledgegit clone --depth 1 https://github.com/paceaitian/paceflowWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00038 | $0.02287 |
| Opus 5 | $0.00019 | $0.01144 |
| Sonnet 5 | $0.00008 | $0.00457 |
| Haiku 4.5 | $0.00004 | $0.00229 |
Grade A, and why
pace-knowledge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian 知识库笔记管理规则
管理 Obsidian Vault 中 thoughts/ 和 knowledge/ 目录的笔记创建与维护。
Vault 路径:由 PACE_VAULT_PATH 环境变量指定的 Vault 路径
spec.md 的 project-summary 是项目元描述,不是 knowledge/thoughts 笔记的 L0 summary 字段。
SessionStart 自动注入:SessionStart hook 会自动扫描
thoughts/和knowledge/目录中与当前项目相关的笔记(通过 frontmatterprojects字段匹配),将 L0 摘要注入到会话上下文中。注入按 kind 分配独立名额:相关知识段 wiki 最多 3 条、knowledge 最多 2 条,未成熟想法段 thoughts 最多 3 条;startup 与 compact 恢复使用同一套名额。
状态体系说明:knowledge/thoughts 笔记使用
discussing/concluded/archived状态标记(frontmatterstatus字段),与 task.md 的 checkbox 状态标记([ ]/[/]/[x])是两套独立的含义系统,各自在自身文件类型内使用。
thoughts/ 笔记
用途:酝酿中的想法、方案讨论、可行性验证——尚未成熟到进入 PACE 执行阶段。
仓库内 plugin/hooks/templates/knowledge-note.md 是 knowledge/thoughts 笔记的参考模板;实际创建仍按本 skill 的字段要求写入 Obsidian vault。
模板
---
status: discussing
projects: [项目名]
tags: [标签1, 标签2]
summary: "一句话摘要,Home.md 仪表盘显示用"
created: YYYY-MM-DDTHH:mm:ss+08:00
updated: YYYY-MM-DDTHH:mm:ss+08:00
---
# 标题
## 摘要
<!-- L1:关键结论/想法,300-500 tokens -->
- 结论 1
- 结论 2
## 详情
<!-- L2:完整分析过程、对比、推理链 -->
状态流转
| 状态 | 含义 | 流转条件 |
|---|---|---|
discussing |
酝酿中,尚无定论 | 创建时默认 |
concluded |
已有结论,可执行或归档 | 讨论收敛、方案确定 |
archived |
已过时或已被执行吸收 | 关联 CHG 完成 / 内容过时 |
规则
summary必填,不超过 80 字projects至少关联一个项目名(对应projects/下的目录名)- 更新内容时同步更新
updated时间戳 - Home.md 仪表盘查询
status = "discussing"的笔记
knowledge/ 笔记
用途:跨项目可复用的经验、模式、最佳实践——从项目 findings 中提炼的知识沉淀。
模板
---
status: concluded
projects: [来源项目1, 来源项目2]
tags: [标签1, 标签2]
summary: "一句话摘要,Home.md 仪表盘显示用"
created: YYYY-MM-DDTHH:mm:ss+08:00
updated: YYYY-MM-DDTHH:mm:ss+08:00
sources:
- 来源项目/findings
---
# 标题
## 摘要
<!-- L1:关键结论,300-500 tokens -->
- 结论 1
- 结论 2
## 详情
<!-- L2:完整内容、代码示例、对比表格 -->
规则
summary必填,不超过 80 字sources标注知识来源(哪个项目的 findings)status通常为concluded(已验证的知识)- 知识过时时更新内容或改 status 为
archived - Home.md 仪表盘显示所有非 README 的 knowledge/ 笔记
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 192 lines · 38 tokens per session scan A 6d00098f0829
pace-knowledge is a skill published in the GitHub repository paceaitian/paceflow (38 stars, last pushed 15d ago), licensed MIT. It adds 38 tokens to every session and 2,287 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
concord-relay
Keep this Grok session reachable by other Concord agents while idle.
elasticsearch-esql
Generate and execute ES|QL (Elasticsearch Query Language) queries from natural language and visualize results with Vega-Lite charts. Translates user intent into valid ES|QL queries, executes them against Elasticsearch, and can render professional data visualizations (bar, line, scatter, heatmaps, small multiples…
eddo-todo
Todo and task management via Eddo MCP server. Use for tracking work items, remembering tasks, managing project todos and time tracking. Supports GTD workflow with contexts and actionability tags (next actions, projects, waiting, someday). Use this skill whenever you need to remember something, track progress, or…
eddo-work
Structured work mode for implementing complex tasks with phases. Use when user says "what next?" followed by "let's work on this" or "start working". Provides REFINE, IMPLEMENT, REVIEW, COMPLETE, and GITHUBPR phases with gates and reflection checklists. Works with eddo-todo for task tracking.
searxng-search
Web search and content extraction via SearXNG. No API keys, no rate limits. Available in containerized agents via the eddo-chat Docker network.
bcc-plan-spar
BCC align+lock+review PLAN.md for one slice (no product code). Slash: /bcc-plan-spar · chat: bcc:plan-spar · "lock PLAN" · spar the plan. Args: rounds=N (auto-review cap), review=self|subagent|cli|auto|off. Grill until clear enough (no default Q&A quota). Hand off to bcc-clean-cut after human APPROVE.