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 MichelKerkmeester/skilled-agent-harness_spec-driven-loops --skill sk-code-obsidiangit clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loopsWrote 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/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-obsidian)<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-obsidian"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-obsidian/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/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-obsidian"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/sk-code-obsidian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 156 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 157 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00025 | $0.04847 |
| Opus 5 | $0.00013 | $0.02423 |
| Sonnet 5 | $0.00005 | $0.00969 |
| Haiku 4.5 | $0.00003 | $0.00485 |
Grade A, and why
sk-code-obsidian 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 6d 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 — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sk-code-obsidian Surface — Note Database Plugin Evidence
Read-only evidence for code work on the Note Database Obsidian plugin (plugin id note-database,
package obsidian-note-database). The shipped surface is a TypeScript plugin bundled with esbuild to
main.js, tested with vitest, and linted with eslint plus eslint-plugin-obsidianmd; it is not
desktop-only. When the hub bundles this surface, a code workflow gains the plugin's Obsidian API
boundary, its single-stylesheet .db-* class grammar, the hand-fixture screenshot harness, the real
verification-gate baseline, and the source-tree conventions this packet documents honestly — including
which ones are target-state and not yet adopted in the shipped tree.
1. WHEN THE HUB BUNDLES THIS
- The task's CWD or changed/target files sit under the Obsidian Plugin repository tree — markers are
manifest.jsoncarryingminAppVersion,esbuild.config.mjs,from "obsidian"imports, and.db-*classes instyles.css. The hub's surface detection resolves OBSIDIAN, at precedenceOPENCODE > OBSIDIAN > PI_REMOTE > WEBFLOW > UNKNOWN. - The active workflow phase needs the plugin's design-system evidence: the single-stylesheet ownership
model, the
.db-*class grammar and its orphan/fixture split, or the browser-based (but fixture-driven, not live-renderer) verification gate. - The active workflow needs the shipped or target Obsidian source grammar: the view-renderer family
under
src/views/, thesrc/data/pipeline, kebab-case naming,MODULE:banners, or paired source-folder documentation. - This surface never owns edits, tests, or verification itself. The bundled workflow mode does the
work (for example,
sk-code-qualityorsk-code-review) and this packet supplies the evidence it must honor. A typical resolution is[sk-code-quality, sk-code-obsidian]or[sk-code-review, sk-code-obsidian].
What ships with it
60 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.
- assets/comment-banner-checklist.md 5.2 KB
- assets/db-class-rename-checklist.md 5.5 KB
- assets/fixture-authoring-checklist.md 5.7 KB
- assets/folder-docs-checklist.md 5.5 KB
- assets/modal-coverage-checklist.md 5.6 KB
- assets/screenshot-coverage-checklist.md 5.6 KB
- assets/verification-checklist.md 5.3 KB
- changelog/v0.1.0.0.md 5.9 KB
- manual-testing-playbook/cross-cli-dispatch/large-prompt-stress.md 7.2 KB
- manual-testing-playbook/cross-cli-dispatch/multi-step-dispatch.md 6.6 KB
- manual-testing-playbook/cross-cli-dispatch/short-prompt-baseline.md 5.2 KB
- manual-testing-playbook/holdout/accessibility-independent.md 6.3 KB
- manual-testing-playbook/holdout/code-quality-natural.md 5.2 KB
- manual-testing-playbook/holdout/debugging-natural.md 5.1 KB
- manual-testing-playbook/holdout/implementation-natural.md 5.5 KB
- manual-testing-playbook/holdout/stack-standards-natural.md 5.2 KB
- manual-testing-playbook/holdout/verification-natural.md 5.1 KB
- manual-testing-playbook/intent-detection/db-class-rename-routing.md 5.7 KB
- manual-testing-playbook/intent-detection/debugging-routing.md 5.8 KB
- manual-testing-playbook/intent-detection/folder-docs-routing.md 5.9 KB
- manual-testing-playbook/intent-detection/modal-screenshot-routing.md 5.9 KB
- manual-testing-playbook/intent-detection/renderer-feature-routing.md 6.4 KB
- manual-testing-playbook/intent-detection/stack-standards-routing.md 6.4 KB
- manual-testing-playbook/intent-detection/verification-routing.md 6.1 KB
- manual-testing-playbook/manual-testing-playbook.md 15 KB
- manual-testing-playbook/resource-loading/assets-only-isolation.md 6.1 KB
- manual-testing-playbook/resource-loading/mixed-load-isolation.md 6.7 KB
- manual-testing-playbook/resource-loading/references-only-isolation.md 6.1 KB
- manual-testing-playbook/surface-detection/negative-control-non-obsidian.md 6.5 KB
- manual-testing-playbook/surface-detection/obsidian-surface-resolution.md 5.9 KB
- manual-testing-playbook/token-cost-baseline/ceiling-load-all.md 7.6 KB
- manual-testing-playbook/token-cost-baseline/floor-single-resource.md 5.2 KB
- manual-testing-playbook/token-cost-baseline/median-load.md 5.9 KB
- manual-testing-playbook/unknown-fallback/ambiguous-multi-intent.md 6.3 KB
- manual-testing-playbook/unknown-fallback/disambiguation-required.md 6.9 KB
- manual-testing-playbook/unknown-fallback/zero-keyword-prompt.md 6.1 KB
- README.md 8.6 KB
- references/accessibility.md 5.3 KB
- references/comment-grammar.md 4.7 KB
- references/data-layer.md 6.8 KB
- references/db-class-naming.md 5.2 KB
- references/folder-docs.md 4.5 KB
- references/mobile-and-touch.md 5.1 KB
- references/obsidian-plugin-api.md 5.6 KB
- references/operations/operations.md 4.7 KB
- references/quality/doc-quality-gate.md 4.4 KB
- references/release/release-verification.md 4.8 KB
- references/screenshot-harness.md 7.4 KB
- references/setup/setup.md 3.9 KB
- references/skill-reference-integrity.md 4.4 KB
- references/standards/code-standards.md 4.8 KB
- references/standards/platform-support.md 4.1 KB
- references/stylesheet-ownership.md 4.8 KB
- references/theme-variables.md 6.1 KB
- references/verification.md 4.8 KB
- references/view-renderer-architecture.md 6.2 KB
- references/workflow-debug.md 41 B
- references/workflow-implement.md 45 B
- references/workflow-verify.md 42 B
- scripts/run-source-gates.sh 4.6 KB runs code
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.
- 6d ago First seen · 295 lines · 25 tokens per session scan A 34a94e8225d4
sk-code-obsidian is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 4,847 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
review-export
Export CocoReview reports as markdown, html, or pdf-ready status artifacts. Usage: $review export markdown|html|pdf [report-path].
paper-summarizer
Agents should invoke this skill for academic or technical papers, arXiv/PubMed/IEEE/ACM links, PDFs, methodology review, limitations, practical implications, or extracting findings for engineering decisions.
doc-drift
Use this skill when the user wants to audit the memory and documents Claude Code loads into context — CLAUDE.md (user global + project + nested), MEMORY.md, @imports, .claude/skills, .claude/agents, .claude/commands, installed plugins — and detect four kinds of issues: outdated claims, mutually contradictory…
docs-sync-internal
Use when code changes on the current branch need matching internal or developer documentation — "update our internal docs", "the architecture docs are stale after this change", "document what I just changed", "do the dev docs still match the code?" — or as a pre-push check that developer docs track the code. Narrower…
firewall-review
Evidence-safe firewall ruleset audit reference specification — 22 documented detector patterns (17 vendor-agnostic plus 5 FortiGate-specific), a 15-check semantic catalogue, CIS Fortinet FortiGate Benchmark guidance, a custom customer-policy benchmark, and consolidated network-team Excel profiles including grouped…
ring:creating-handoffs
Creating a handoff document that captures session state (completed work, decisions, open items, next steps) and delivering it via Plan Mode so the user gets the native 'clear context and continue implementing' resume option. Use when ending a session, when context grows large, or the user says 'handoff', 'save…