obsidian-llm-wiki: Skill for Claude Code

.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md

gitnexus-impact-analysis is a skill for Claude Code from 2233admin/obsidian-llm-wiki. It costs 50 tokens per session (784 once invoked), scanned A, original, GPL-3.0.

A code-change safety analysis skill that identifies what parts of a project depend on a file, function, or other piece of code.

In plain words
What is it for?
Use it before changing code when you need to know what depends on it or what might stop working.
Why use it?
It helps reveal likely breakage before an edit is made.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is 2233admin/obsidian-llm-wiki's own configuration. It tells Claude Code how to work on obsidian-llm-wiki itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything obsidian-llm-wiki configures →

Part of the llmwiki plugin — 8 skills, 14 commands, 2 MCP servers shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to 2233admin/obsidian-llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/2233admin/obsidian-llm-wiki/main/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki

Made for: Claude Code.

Or install llmwiki, the plugin that ships this one along with the rest of its 8 skills, 14 commands, 2 MCP servers.

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 gitnexus-impact-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/2233admin/obsidian-llm-wiki/gitnexus-impact-analysis.svg)](https://agentmods.dev/skills/2233admin/obsidian-llm-wiki/gitnexus-impact-analysis)
Your own site
<a href="https://agentmods.dev/skills/2233admin/obsidian-llm-wiki/gitnexus-impact-analysis"><img src="https://agentmods.dev/badge/skills/2233admin/obsidian-llm-wiki/gitnexus-impact-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 784 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.
Origin unknown 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.00050 $0.00784
Opus 5 $0.00025 $0.00392
Sonnet 5 $0.00010 $0.00157
Haiku 4.5 $0.00005 $0.00078

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

Security

Grade A, and why

gitnexus-impact-analysis 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 8d 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.

.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md · 98 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 8d ago First seen · 98 lines · 50 tokens per session scan A a4d6e8003c4a

Subscribe to this mod's changes

gitnexus-impact-analysis is a skill published in the GitHub repository 2233admin/obsidian-llm-wiki (31 stars, last pushed yesterday), licensed GPL-3.0. It adds 50 tokens to every session and 784 once invoked, about $0.0003 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

cp-skill-health-check

Diagnose Commonplace project layout, promoted-skill discovery, user-level uv tool installation, command PATH ownership, and launch-environment failures.

zby/commonplace · 34 tokens

lint

Health-check the wiki. Finds orphan pages, unresolved contradictions, stale claims, missing pages, broken links, and data gaps. Produces a lint report and appends to the log. Trigger phrases: /lint, health check the wiki, audit the wiki, check for broken links, wiki maintenance.

jessepinkman9900/claude-second-brain · 62 tokens

node-connect

Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale…

the-open-agent/openagent · 81 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

report-issue-local

File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.

cyanheads/obsidian-mcp-server · 44 tokens