devlab-ai-kit-miner

devlab-ai-kit-miner is a skill for Claude Code, Codex from seed-forge/harness-ai-kit. It costs 105 tokens per session (2,891 once invoked), scanned A, original, Apache-2.0.

A review guide for deciding whether lessons from a completed development session should become a reusable skill, command-line tool, integration server, workflow, helper agent, or knowledge card.

In plain words
What is it for?
Use it after a substantial development task to identify reusable procedures, choose an asset type and location, compare it with existing devlab assets, and draft a candidate for creation or improvement.
Why use it?
It helps separate one-off problem solving from repeatable practices worth preserving. It also checks reuse, ownership, existing overlaps, evidence, and the smallest useful form of the new asset.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it after a substantial development task to identify reusable procedures, choose an asset type and location, compare it with existing devlab assets, and draft a candidate for creation or improvement.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner
Install

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.

Any agent
npx skills add seed-forge/harness-ai-kit --skill devlab-ai-kit-miner
Clone the repo
git clone --depth 1 https://github.com/seed-forge/harness-ai-kit

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for devlab-ai-kit-miner

README.md
[![agentmods](https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner/github.svg)](https://agentmods.dev/skills/seed-forge/harness-ai-kit/devlab-ai-kit-miner)
Your own site
<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.

agentmods 80×15 button for devlab-ai-kit-miner

Your own site · 80×15
<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>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,891 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash e9445e75e6bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

skills/devlab-ai-kit-miner/SKILL.md · 194 lines

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/v1reject-local-only 只保留本地记录
  • 已脱敏的 evidence 引用、基线 Skill 版本、最小变更摘要和建议评测 case

工作流

  1. 确认复盘对象已完成,不把中途探索误判为可复用资产。
  2. 从本次 session 历史中确认复盘边界(起始点、阶段总结、增量经验)。
  3. 收集关键证据:最终交付物、反复执行的步骤、依赖稳定规则的判断、明确的输入/输出/验收方式。
  4. 将经验拆分:一次性问题求解 / 可复用 SOP / 可执行资产候选。
  5. 对每个候选做复用性判断(是否重复、触发语境、输入输出清晰度)。
  6. 与现有 devlab-* 资产对照(新增 / 补充 / 桥接 / 重复 / 不沉淀)。
  7. 判断资产类型 → 查阅对应 reference 获取详细规范。
  8. 判断沉淀位置(项目级 vs 团队共享)。
  9. 输出结论、最小规格草案和 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/)

Read the full file on GitHub · 194 lines

Changes

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.

  1. 9d ago First seen · 194 lines · 105 tokens per session scan A e9445e75e6bc

Subscribe to this mod's changes

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.

Related

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…

gooseworks-ai/goose-skills · 160 tokens

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.

gooseworks-ai/goose-skills · 53 tokens

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…

gooseworks-ai/goose-skills · 79 tokens

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…

gooseworks-ai/goose-skills · 117 tokens

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.

gooseworks-ai/goose-skills · 45 tokens

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…

gooseworks-ai/goose-skills · 77 tokens