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 skills add seed-forge/harness-ai-kit --skill devlab-ai-kit-minergit clone --depth 1 https://github.com/seed-forge/harness-ai-kitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner)<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What 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.1 | $0.00105 | $0.02891 |
| Opus 5 | $0.00053 | $0.01445 |
| Sonnet 5 | $0.00021 | $0.00578 |
| Haiku 4.5 | $0.00011 | $0.00289 |
Grade A, and why
devlab-ai-kit-miner 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 9d 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 — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
devlab-ai-kit-miner
用途
在一次较长的研发协作会话结束后,复盘本次工作中是否存在值得沉淀的资产。
基于 base-session-ai-kit-miner 的复盘能力,增加了:
- 研发场景特有的多资产类型决策(Skill / CLI / MCP / Loop / Subagent)
devlab-*命名规范- 团队仓库 vs 项目级的沉淀位置决策
- 与
harness-ai-kit工具链的集成指引
输入
- 已完成研发任务的对话记录、摘要或关键回合
- 本次 session 中与该任务相关的连续历史
- 最终产物(代码、文档、配置、命令记录)
- 执行过程中重复出现的步骤、判断、工具链或约束
- 可选:现有 Skill 清单(
harness-ai-kit/skills/+.claude/skills/)
输出
- 是否建议沉淀的明确结论
- 建议的资产类型:Skill / CLI / MCP / Loop / Subagent / 知识卡片
- 建议的沉淀位置:项目级 / 团队共享
- 候选资产的最小规格草案
- 与现有
devlab-*资产的关系(新增 / 补充 / 桥接 / 重复) - 演进处置分类:
patch-existing/create-new/reject-local-only;其中前两类才生成candidate/v1,reject-local-only只保留本地记录 - 已脱敏的 evidence 引用、基线 Skill 版本、最小变更摘要和建议评测 case
工作流
- 确认复盘对象已完成,不把中途探索误判为可复用资产。
- 从本次 session 历史中确认复盘边界(起始点、阶段总结、增量经验)。
- 收集关键证据:最终交付物、反复执行的步骤、依赖稳定规则的判断、明确的输入/输出/验收方式。
- 将经验拆分:一次性问题求解 / 可复用 SOP / 可执行资产候选。
- 对每个候选做复用性判断(是否重复、触发语境、输入输出清晰度)。
- 与现有
devlab-*资产对照(新增 / 补充 / 桥接 / 重复 / 不沉淀)。 - 判断资产类型 → 查阅对应 reference 获取详细规范。
- 判断沉淀位置(项目级 vs 团队共享)。
- 输出结论、最小规格草案和 evidence-backed candidate manifest 草案。
资产类型决策矩阵
| 信号 | 资产类型 | 详细规范 |
|---|---|---|
| 流程可文档化,步骤稳定 | Skill | REFERENCE-ASSET-SKILL.md |
| 需要命令行工具封装 | CLI | REFERENCE-ASSET-CLI.md |
| 需要外部服务集成 | MCP | REFERENCE-ASSET-MCP-SUBAGENT.md |
| 需要周期性闭环或循环排障 | Loop | REFERENCE-ASSET-LOOP.md |
| 需要独立 Agent 角色 | Subagent | REFERENCE-ASSET-MCP-SUBAGENT.md |
| 判断思路 / 经验 / 启发 | 知识卡片 | 不创建资产,记录到 Obsidian 知识库 |
| 特定库/框架的使用指南 | Skill(*-usage) |
REFERENCE-ASSET-SKILL.md |
复盘决策深度参考:REFERENCE-DISTILLATION-RULES.md(R1-R5 规则 + A1-A4 反模式)
沉淀位置决策
输入输出是否稳定?
否 → 项目级 (.claude/skills/)
是 → 是否依赖私有上下文?
是 → 项目级
否 → 团队共享 (harness-ai-kit/skills/)
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- CHANGELOG.md 2.3 KB
- decisions.yaml 318 B
- README.md 149 B
- references/REFERENCE-ASSET-CLI.md 1.7 KB
- references/REFERENCE-ASSET-LOOP.md 3.9 KB
- references/REFERENCE-ASSET-MCP-SUBAGENT.md 1.7 KB
- references/REFERENCE-ASSET-SKILL.md 2.4 KB
- references/REFERENCE-DISTILLATION-RULES.md 3.4 KB
- references/REFERENCE-README.md 408 B
- references/REFERENCE-REAL-WORLD-EXAMPLE.md 2.8 KB
- skill.json 1.8 KB
- USAGE.md 1.4 KB
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.
- 9d ago First seen · 194 lines · 105 tokens per session scan A e9445e75e6bc
devlab-ai-kit-miner is a skill published in the GitHub repository seed-forge/harness-ai-kit (22 stars, last pushed 8d ago), licensed Apache-2.0. It adds 105 tokens to every session and 2,891 once invoked, about $0.0005 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
extract-source-sample
Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…
comprehensive-enrichment
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
google-search-ads-builder
End-to-end Google Search Ads campaign builder. Performs deep keyword research (competitor SEO, review language mining, Reddit/HN community terminology, site audit), builds keyword architecture with funnel mapping and intent classification, creates ad group structure, generates headline/description variants, builds…
create-video-seedance-2-fal
Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio (generate-audio on by default), internal multi-cut handling within one render. Routes through the GooseWorks FAL proxy (bills…
create-workflow-diagram
Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.
inbound-lead-qualification
Qualifies inbound leads against full ICP criteria — company size, industry, use case fit, role/seniority of the person. Checks CRM and existing customer base for duplicates and existing relationships. Outputs a scored CSV with qualification status, reasoning, and pipeline overlap flags. Tool-agnostic — works with any…