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 miniidealab/openlogos --skill brownfield-adoptergit clone --depth 1 https://github.com/miniidealab/openlogosWrote 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/miniidealab/openlogos/brownfield-adopter)<a href="https://agentmods.dev/skills/miniidealab/openlogos/brownfield-adopter"><img src="https://agentmods.dev/badge/skills/miniidealab/openlogos/brownfield-adopter.svg" alt="Measured on agentmods" 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.00000 | $0.01970 |
| Opus 5 | $0.00000 | $0.00985 |
| Sonnet 5 | $0.00000 | $0.00394 |
| Haiku 4.5 | $0.00000 | $0.00197 |
Grade A, and why
brownfield-adopter 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 7d 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 — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Brownfield Adopter(存量项目逆向建基线)
显式可选的存量项目 eager seed 加速器:用户或宿主明确要求预扫全库时,由 AI 会话/driver 逆向扫描可验证代码事实,经
openlogos baseline-seed两阶段事务落盘。它不是openlogos adopt后的默认下一步,不决定项目能否创建 change;完全跳过本 Skill 时,change-writer 仍按 S39 在每次变更中补齐触达场景的正式规格。
触发条件
- 用户明确要求「建立现状 seed」「预扫全库」「运行 baseline-seed」;或宿主明确选择 eager seed 作为扫描优化。
- 用户对安全的 open run / 未提交 staging 明确要求续做或重扫。
- 不得触发:仅因
openlogos adopt完成、baseline_seed_state: required|partial、next/status展示 seed 状态而自动派发。三态均不构成 change/plan/delta/merge/verify 前置。
前置依赖
logos/logos.config.json存在,目标模块可解析;通常为bootstrap: adopted,但显式重扫不以 bootstrap 值替代用户意图。- 具备用户/driver 授权的代码库读取能力。
- CLI 支持
openlogos baseline-seed begin|commit|status。 - 任一资源/索引读取前,先在模块锁内检查并恢复未终结 commit journal;无法恢复立即报
baseline_commit_in_progress,不得开始扫描或读取半新 resources。
核心原则(不可违反)
- 只写可从代码忠实验证的事实:system-map(模块图/入口/依赖)+ 场景候选清单;绝不写 PRD/历史 Why。
verified:false冻结:不存在确认升级、verified:true、confirmed_*、JIT advisory 或 baseline warning。- 只写 run 私有 staging:不得直接改
logos-project.yaml或目标logos/resources/;唯一提交者是 baseline-seed CLI。 - 能力缺失不伪造且不阻断 change:显式 seed 失败可重试;用户仍可直接创建 change。
- 安全 partial 与未终结事务分流:open run/未提交 staging 可排除后继续;
prepared|committingjournal 必须恢复,失败是硬操作错误,不能降级为“seed 证据不可用”。 - 存量代码 grandfather 边界不变:seed 是未确认事实快照,方法论硬门只约束新意图;候选按 active/tombstone/alias 维护。
执行步骤
Step 1: 确认显式意图与恢复门
确认当前请求确实要求 eager seed,而非普通 adopt→change。随后在项目根调用 seed status/恢复入口;读取目标、索引或 coverage 必须位于「取模块锁 → 检查/恢复 journal → 读取」同一锁区间。若返回 baseline_commit_in_progress,停止本 Skill,不得以代码重扫绕过可能半新的标准 resources。
Step 2: 逆向扫描并规划逻辑 manifest
仅在恢复门通过后扫描代码库,规划无内容 hash 的逻辑产物计划;必需 kind 至少含 system-map 与 scenario-candidates:
{
"module": "core",
"expected": [
{ "kind": "system-map", "target_path": "logos/resources/prd/3-technical-plan/1-architecture/core-system-map.md", "candidate_keys": ["core::<hash>"] },
{ "kind": "scenario-candidates", "target_path": "logos/resources/prd/3-technical-plan/2-scenario-implementation/core-scenario-candidates.md", "candidate_keys": ["core::<hash>"] }
]
}
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.
- 7d ago First seen · 120 lines · 0 tokens per session scan A 9952a54a3f05
brownfield-adopter is a skill published in the GitHub repository miniidealab/openlogos (72 stars, last pushed 11d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,970 tokens. 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…