AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ariadne:validator

skill-pariyar07-ariadne-validator · by pariyar07

Validate the structure of an agent-maintained Obsidian vault with deterministic CLI checks for YAML/frontmatter, broken wikilinks, Markdown orphans, and unlinked Base files.

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-pariyar07-ariadne-validator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pariyar07-ariadne-validator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ariadne:validator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ariadne Validator

Use this skill when the user asks whether an Obsidian vault is structurally valid, navigable, connected, or ready for ongoing agent use.

Tool

Run the bundled validator from the vault root:

/path/to/skills/validator/scripts/validate_vault.sh

Or pass an explicit vault path:

/path/to/skills/validator/scripts/validate_vault.sh /path/to/vault

The shell wrapper checks for Node.js and delegates to validate_vault.js.

Checks

The validator reports:

  • yaml-ok when Markdown frontmatter and .base YAML parse cleanly
  • broken-wikilinks: N
  • true-orphans-md: N
  • unlinked-base-files: N
  • bloat-warnings: N for non-fatal navigability drift cues
  • local-base-scope-warnings: N for non-root Bases/*.base files missing a file.inFolder("") filter
  • local-agents-inheritance-warnings: N for local AGENTS.md files that omit parent/root inheritance or repeat global policy text
  • ambiguous-wikilink-warnings: N for basename-only wikilinks that resolve to multiple Markdown/Base targets
  • scope-navigation-warnings: N for promoted child scope hubs that are not linked bidirectionally with their parent hub
  • routing-matrix-warnings: N for scope hubs that exist but are not linked from Agent/Task Routing Matrix.md
  • base-scope-formula-warnings: N for root Bases/*.base files with a file.inFolder scope formula that is missing a branch for a known scope path

It discovers .base files recursively, excluding .obsidian and .git paths, and resolves wikilinks to real vault files including Markdown notes, .base files, .canvas files, and attachments.

Every **/Bases/*.base file must have a sibling 00 Bases Index.md that links the Base by relative Markdown link or wikilink. The legacy root Bases/00 Bases Index.md check is still enforced, and the same rule now applies to nested scope Base folders.

Interpretation

A healthy vault should normally report:

yaml-ok
broken-wikilinks: 0
true-orphans-md: 0
unlinked-base-files: 0
bloat-warnings: 0
local-base-scope-warnings: 0
local-agents-inheritance-warnings: 0
ambiguous-wikilink-warnings: 0
scope-navigation-warnings: 0
routing-matrix-warnings: 0
base-scope-formula-warnings: 0

Some vaults may intentionally keep raw captures or temporary files lightly linked. If the validator reports issues, inspect whether they are intentional before adding links.

Bloat warnings are not fatal. They are cues that an agent should call out possible navigation drift and suggest a maintenance pass.

Recursive-scope warnings are non-fatal. Treat them as prompts to tighten local Base filters, reduce duplicated local policy text, disambiguate basename wikilinks, or repair parent/child hub navigation.

The validator also warns when a large specialized folder may need a local AGENTS.md. Treat that as a prompt to inspect the folder's workflow, not as an automatic requirement.

Repair

  • Use ariadne:navigation for missing hubs, Base links, and routing issues.
  • Use ariadne:maintainer for broader health-check repair.
  • Use ariadne:research-ingest when orphaned raw material is research and the target scope is unclear.
  • Use ariadne:ingest when orphaned raw material needs compilation.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.